EDGE
From Jacket Wiki
Back to Function List, Image Processing Library
Find edges in grayscale image
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
B = EDGE(I) B = EDGE(I, METHOD) B = EDGE(I, METHOD, THRESH) B = EDGE(I, METHOD, THRESH, OPTIONS) |
|||||||||||
|
|||||||||||
Notes
- METHOD does not yet support canny
- I only supports single precision.
- otherwise, it is casted to single precision internally
- Results may be different than those of MATLAB CPU version, especially for non single-precision numbers.