Edge detection: Difference between revisions

Content deleted Content added
edge detection is high pass filtering
 
It's not just high-pass filtering.
Line 1:
edgesEdges are considered to be the high frequency regions of an image.
so edge detection is nothing but an high pass filtering, in the trivial case of 1-dimensional objects.
 
In 2-dimensions, and higher, the concept of a [[projection]] has to be considered.
 
See, for example, the work of [[Sobel]].