How can I tranform my video image on a plan where I can find any coordinate for any pixel? Is there any function in OpenCV 3.0 for it using Python 2.7?

asked 2015-12-09 09:02:43 -0600

isaacsales gravatar image

I'm using OpenCV 3.0 to detect car's corners from video image to track it later. But to tracking this I need to know the coordinates of the corners detected in a reference plan. This is what we called Homography. I've already researched this in the tutorial, but there is nothing in the sense that I need. Can anyone help me with this?

edit retag flag offensive close merge delete

Comments

1

What have you tried? And what is the problem of what you have tried?

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-12-09 09:16:30 -0600 )edit

So far I've already got the features detected, but to tracking these features I need to do the homography first and I don't know how.

isaacsales gravatar imageisaacsales ( 2015-12-09 12:45:08 -0600 )edit

Have you seen this tutorial?

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-12-10 02:38:48 -0600 )edit