Files
scikit-image/doc/examples
Tony S Yu 6272c312c4 Simplify _template.pyx using integral_image from transform subpackage.
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.
2012-05-08 21:28:50 -04:00
..
2011-12-11 18:07:43 -05:00
2011-11-30 15:56:21 -08:00
2012-02-20 09:45:17 -05:00
2012-02-20 09:45:17 -05:00

.. _examples_gallery:

General examples
-------------------

General-purpose and introductory examples for the scikit.