mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 21:09:03 +08:00
6272c312c4
Remove `integral_images` and `integral_image_sqr` from _template.pyx in favor of calls to `skimage.transform.integral_image`.
This change required `match_template` arguments ("image" and "template") to be changed from float to double.
After this change, the template test runs about 25% slower.