Applying homography on non planar surface
As I know, Homography (projective transformation) in computer vision can be used to detect object in images but all the object I've seen are plane objects. Does Homography only work on a planar surface surface object? Or It can detect any kind of objects? I'm asking because I tried to detect non planar surface image and it didn't work.
if you got 3d model points, and 2d correspondances, it might be a case for solvePnP
What do you mean by 3D model points? can u please clarify?