Feature detection (computer vision): Difference between revisions

Content deleted Content added
susan can do edge and corner detection, http://www.fmrib.ox.ac.uk/~steve/susan/
Rbraunwa (talk | contribs)
m Typo
Line 31:
=== [[Ridge_detection|Ridges]] ===
 
For elongated objects, the notion of ''ridges'' is a natural tool. A ridge descriptor computed from a grey-level image can be seen as a generalization of the a medial axis. From a practical viewpoint, a ridge can be thought of as a one-dimensional curve that represents an axis of symmetry, and in addition has an attribute of local ridge width associated with each each ridge point. Unfortunately, however, it is algorithmically harder to extract ridge features from general classes of grey-level images than edge-, corner- or blob features. Nevertheless, ridge descriptors are frequently used for road extraction in aerial images and for extracting blood vessels in medical images -- see [[ridge detection]].
 
== Feature detectors ==