How to match the same object in two different images using Harris corner
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Anand
am 1 Mär. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!