摘要: function points = kp_harris(im) % Extract keypoints using Harris algorithm (with an improvement % version) % INPUT % ===== % im : the graylevel image % % OUTPUT % ====== % points : the interest points extracted % % REFERENCES % ========== % C.G. Harris ... 阅读全文
posted @ 2013-04-13 20:23 CBDoctor 阅读(2747) 评论(0) 推荐(0)