필터 지우기
필터 지우기

How to compute homography matrix H

조회 수: 7 (최근 30일)
praveen rai
praveen rai 2017년 9월 26일
If i know the 4 corresponding points in image say p1->p1' p2->p2' p3->p3' p4->p4'
then how to compute pi(x,y) from pi'(x,y) don't know how to compute elements in Homography matrix H from those 8 known points [x']= [h11 h12 h13] [x] [y']= [h21 h22 h23] [y] [(1)]=[h31 h32 (1)] [(1)] Lets say my points on the image plane are: p[0] = x:407 y:253 p[1] = x:386 y:253 p[2] = x:406 y:232 p[3] = x:385 y:232 Assuming this picture was taken by a fixed camera at origin heading Z axis. But is it possible to get the X,Y,Z from each of these points using only this information above? how to write in matlab

답변 (0개)

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by