in Software

Matlab’s Image Edge Detection

I’ve been doing some homework for Computer Vision class. Matlab apparently has extensive image processing capabilities. One handy function is “edge” which will return a zero-filled matrix with 1s corresponding to edges.

The picture shows the results of using various types of edge detection.

From left to right, top to bottom, the methods of edge detection are: Sobel, Prewitt, Laplacian of Gaussian, Canny, Roberts, and Zero-cross