I can’t use the function cvCalcOpticalFlowBM()
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.
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!