Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
This is what i want to do :

http://www.youtube.com/watch?v=0IVjxO63Fec[^]

so far, i managed to do the "optical flow" part. I calculated coordinates of the feature points on the current captured video frame given their coordinates on the previous frame by using OpenCV methods : cvGoodFeaturesToTrack and cvCalcOpticalFlowPyrLK. I'm using EmguCV (.Net wrapper to the OpenCV).

now what i need to do is placing the 3D object and move/rotate it according to the optical flow. how can i use these points to do that ?
Posted
Updated 1-Mar-13 19:01pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900