Sobel / Prewitt Edge Detection

Stéfan van der Walt stefan at sun.ac.za
Tue Apr 19 12:24:52 EDT 2011


On Tue, Apr 19, 2011 at 5:33 PM, Chris Colbert <sccolbert at gmail.com> wrote:
> supporting integer images is a must IMO.

For now, I just cast the inputs to float--but that's a bad solution.
Sobel can be done using integer arithmetic, which should make it even
faster.



More information about the scikit-image mailing list