Edge detection: Difference between revisions

Content deleted Content added
Line 197:
There are many popular algorithms used to do this, one such is described below:
 
# Choose a type of [[Pixel connectivity#2-dimensional|connectivity]], like 8, 6 or 4.
# [[Moore neighborhood|8 connectivity]] is preferred, where all the immediate pixels surrounding a particular pixel are considered.
# Remove points from North, south, east and west.