Feature detection (computer vision): Difference between revisions

Content deleted Content added
Tags: Reverted possible vandalism
m Reverting possible vandalism by Dienlk456 to version by Forbes72. Report False Positive? Thanks, ClueBot NG. (3863307) (Bot)
Line 28:
 
=== Corners / interest points ===
 
hello
The terms corners and interest points are used somewhat interchangeably and refer to point-like features in an image, which have a local two dimensional structure. The name "Corner" arose since early algorithms first performed [[edge detection]], and then analysed the edges to find rapid changes in direction (corners). These algorithms were then developed so that explicit edge detection was no longer required, for instance by looking for high levels of [[curvature]] in the image gradient. It was then noticed that the so-called corners were also being detected on parts of the image which were not corners in the traditional sense (for instance a small bright spot on a dark background may be detected). These points are frequently known as interest points, but the term "corner" is used by tradition{{citation needed|date=May 2020}}.