Feature detection (computer vision): Difference between revisions

Content deleted Content added
References: Fixed doi that I messed up in previous edit
inserting 1 hyphen: —> "one-dimensional"—wikt:one-dimensional
Line 20:
Edges are points where there is a boundary (or an edge) between two image regions. In general, an edge can be of almost arbitrary shape, and may include junctions. In practice, edges are usually defined as sets of points in the image which have a strong [[gradient]] magnitude. Furthermore, some common algorithms will then chain high gradient points together to form a more complete description of an edge. These algorithms usually place some constraints on the properties of an edge, such as shape, smoothness, and gradient value.
 
Locally, edges have a one -dimensional structure.
 
=== Corners / interest points ===