cv2.CalcOpticalFlowBM() does not exist in Opencv-3.0.0

asked 2015-09-28 12:14:44 -0600

desri gravatar image

Hi,

I used to use cv2.CalcOpticalFlowBM() a long time back. Now I upgraded to Opencv-3.0.0 and could not find it. I went to an earlier version of Opencv 2.4.9, and I still could not find it. It seems this function is deprecated. is there a way to get Python bindings to that function?

edit retag flag offensive close merge delete