How to match the same object in two different images using Harris corner
4 次查看(过去 30 天)
显示 更早的评论
I am doing a project where I need to take two images of an object from slightly different angles. I need to be able to measure the distance to the object from the left hand side of the left image, and the right hand side of the right image. I then need to insert these distances into a maths formula to compute the distance from the cameras to the object.
Before I apply any maths I need to be able to detect the object in both images using Harris corners. Any examples of this being done?
0 个评论
回答(1 个)
Anand
2016-3-1
Look at the example titled "Find Corresponding Interest Points between Pair of Images".
You will be using detectHarrisFeatures to detect Harris corners in each image, extractFeatures to extract feature descriptors and matchFeatures to match them across the images.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Feature Detection and Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!