how to use readOpticalFlow ?

asked 2015-01-17 17:44:08 -0600

PaulP gravatar image

hi all,

I'm a C++ noob, more used to work with python. I want to convert a .flo file to a Xml or txt to be able to use it with python.

I have done a simple program with openCV C++ to convert an image to an XML array.

The problem is I'm not able to use the readOpticalflow function ;

Mat flow = cv::readOpticalFlow("test.flo");

it returns : error: 'readOpticalFlow' is not a member of 'cv'|

maybe I need to include a specific thing first ?

sorry for this noob question

thanks.

edit retag flag offensive close merge delete