I can’t use the function cvCalcOpticalFlowBM()

asked 2013-08-08 03:02:12 -0600

With The latest opencv iOS sdk, I can’t use the function cvCalcOpticalFlowBM.

Is it replaced new function or need additional header for cvCalcOpticalFlowBM.

If the function cvCalcOpticalFlowBM is no more used, plz let me know similar function for that.

Thanks & best regard.

edit retag flag offensive close merge delete

Comments

cvCalcOpticalFlowBM is a depricated function that was in the legacy module. I am guessing it was removed. It's new implemented C++ variant is calcOpticalFlowSF!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-08-08 03:14:38 -0600 )edit