Why is the planar homography not completely sufficient to map any arbitrary scene image to another viewpoint

StackOverflow https://stackoverflow.com/questions/18862795

  •  29-06-2022
  •  | 
  •  

Pregunta

I just have a very basic question for Computer vision homography. Why is the planar homography not completely sufficient to map any arbitrary scene image to another viewpoint? The points must be on one plane. So the image points behind 2 cameras should have relationship? I am comfused? Does anybody provide some material to learn it?

Thank you very much!

¿Fue útil?

Solución

It is completely suficient for the points that are on a world plane (and that world plane is the one inducing the homography), or for all points if the camera motion between the two images is a pure rotation about its center.

Otros consejos

Linear estimation of projective transformation parameters from point correspondences often suffer from poor “conditioning” of the matrices involves. This means the solution is sensitive to noise in the points

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top