How to match the same object in two different images using Harris corner
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Anand
on 1 Mar 2016
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 Comments
See Also
Categories
Find more on Feature Detection and Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!