Mapping between keypoints in two images using a Homography
이전 댓글 표시
Hi,
I'm sorry if the question seems unrelated; I just had nowhere else to ask.
I have two images im1 and im2 and keypoints from each image – keypoints1 and keypoints2 (matrices of size M1 X 2 and M2 X 2). I also have a homography H which is given by a 3X3 matrix.
Now, I want to map keypoints1 to keypoints2 using H. I want to display im2, the keypoints2 and the transformed keypoints1 on the same figure.
I'm not sure about the mathematics of mapping keypoints1 using H. I can't just multiply them since the dimensions do not agree.
Can anyone please explain to me how to use H to map keypoints1 to correspond to im2?
Thanks in advance,
Gil.
댓글 수: 1
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Detect, Extract, and Match Features에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!