문제

this time i would know how can i calculate for each frame the camera motion in term of x and y pixel coordinates, i've googled and i've found that CalcOpticalFlowLK can do this. I'm not expert in opencv and i'm asking your help! Thank you all!

도움이 되었습니까?

해결책

Yes OpenCV can do this. You should follow the tutorials on the site below to start and then attempt the CalcOpticalFlowLK implementation yourself. If you get stuck post your specific problem here (with a code sample) and I'd be glad to help.

http://opencv-srf.blogspot.ie/2010/09/opencv-basics.html

Then Look at

OpenCV tracking using optical flow

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top