Home

Research

Publication

Resume

Album

¡@

SIFT based building recognition

[Lowe99] proposed SIFT which is scale and rotation invariant.

SIFT is robust across a substantial range of affine distortion.

Keypoints - extrema in Laplacian pyramid

                                

Descriptor ¡Va 128 dim feature vector, which represent orientation histograms over keypoint neighborhood.

         

With detected keypoints across images, correspondences/matches between test image and models can be found by comparing their descriptors.

                                                    

Then direct voting is used to choose the best model.

In addition to accuracy, efficiency is another problem. Virtually keypoints of test image need to be compared with every keypoints of models if no approximation is used. The situation gets worse when dealing with large database.

To address the problem, we proposed a Hierarchical Building Recognition scheme.

¡@