Content deleted Content added
Line 6:
*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
So when either of the two conditions is met, candidate p can be classified as a corner. There is a tradeoff of choosing N, the number of contiguous pixels and the threshold value t. On
== High-speed test ==
|