Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I detect an object by a Haarcascade, I want the same rectangle drawn to track the object by optical flow.

Can this be possible? Does it exist any way to do it?

I know that it exists an algorythm to reach this purpose with cvMatchTemplate, but using optical flow, is it possible?

Please!
Posted

1 solution

If you know the dimension of the rectangle and only want to draw it then use cvRectangle from cxcore.

-Saurabh
 
Share this answer
 

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