Content deleted Content added
Salix alba (talk | contribs) →Calculating the 1st derivative: link image gradient |
mNo edit summary |
||
Line 1:
The goal of '''edge detection''' is to mark the points in
Edge detection of an image reduces significantly the amount of data and filters out information that is not very important, preserving the important structural properties of an image. There are many methods for edge detection, but the most can be grouped in two categories, gradient and Laplacian. The gradient method detects the edges by looking for the maximum and minimum in the first derivative of the image. The Laplacian method searches for zero crossings in the second derivative of the image in order to find edges.
|