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!