Find edges of objects in images using Sobel, Prewitt, Roberts, or Canny method
Computer Vision Toolbox / Analysis & Enhancement
The Edge Detection block finds edges of objects in an input image. The Sobel, Prewitt, or Roberts methods find the edges by approximating the gradient magnitude of the image. The block then convolves the input matrix with the Sobel, Prewitt, or Roberts kernel. The Canny method finds edges by looking for the local maxima of the gradient of the input image. The block then calculates the gradient using the derivative of the Gaussian filter.
Data Types |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
[1] Gonzales, Rafael C. and Richard E. Woods. Digital Image Processing. 2nd ed. Englewood Cliffs, NJ: Prentice Hall, 2002.
[2] Pratt, William K. Digital Image Processing, 2nd ed. NY: John Wiley & Sons, 1991.