Research on Abstracting Feature Points of UAV Image

Di Yingchen,Chen Yunping,Chen Yan
2011-01-01
Abstract:Extracting feature points is the key technology for UAV image registration, which effect the precision and time cost of image registration. In this paper, Harris algorithm and SIFT (Scale Invariant Feature Transform) are compared. Firstly, we analyze the algorithm theories. Then we do some experiments under MATLAB and VC++ environment. As a result, Harris Algorithm was found to be sensitive to rotations and scale. On the contrary, SIFT is scale invariant and robust to translation, but it is difficult to compute. Experimental result show that the process of extract need to be improved, so we discuss some more efficient method in the end of work.
What problem does this paper attempt to address?