Ask Your Question
2

Using homography matrix to transform a single point to a homography point?

asked 2013-08-08 03:46:50 -0600

zenereyes@gmail.com gravatar image

updated 2013-08-08 04:27:58 -0600

I have a homography matrix that i finded with the findHomography function. Now i want to transform a single point in homography poit.

How can I do this?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
4

answered 2013-08-08 04:27:02 -0600

updated 2013-08-08 04:36:35 -0600

For transforming the object points to the scene points you can use the perspectiveTransform() function .You can use this post.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-08 03:46:50 -0600

Seen: 6,680 times

Last updated: Aug 08 '13