Content deleted Content added
Line 3:
== Segment test detector ==
FAST corner detector uses a circle of 16 pixels (a Bresenham circle of radius 3) to classify whether a candidate point p is actually a corner.
*Condition 1: A set of N contiguous pixels S, ∀ x ∈ S, the intensity of x (I<sub>x</sub>) > I<sub>p</sub> + threshold t
*Condition 2: A set of N contiguous pixels S, ∀ x ∈ S, I<sub>x</sub> < I<sub>p</sub> - t
|