SLIDE 9 Harris corner weight estimation –corner feature
Corner feature is more stable to rotation, zoom and illumination Using Hausdorff distance[2] to represent the similarity between
candidate and the reference point sets
Hausdorff distance does not need to establish the point-to-point
relationship to two finite point sets
- 2. Multi-Feature Fusion based Particle Filter
To two finite point sets, A={a1,a2,…,an} and B{b1,b2,…,bm}, the Hausdorff distance is defined with (11) , (12) and (13) based on Euclidean distance ( , ) max[ ( , ), ( , )] d A B h A B h B A =
( , ) max min
i j b B a A
h A B a b
∈ ∈
= − ( , ) max min
i j a A b B
h B A b a
∈ ∈
= −
[2] D. P. Huttenlocher, G. A. Klanderman, and W. A. Rucklidge, “Comparing images using the Hausdorff distance,” IEEE Trans. on Pattern Analysis and Machine Intelligence, Vol.15, pp.850-863, 1993.
- We can define the Harris corner
weight of the candidate from the similarity measurement based on Hausdorff distance as (14)
2 2
(1/ 2 )exp( / 2 )
j contour contour
weight d = − πσ σ
(11) (12) (13) (14)
i
9