Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it seems, the implementation was moved into the optflow module in opencv_contrib. (the c-api implementation seems gone alltogether)

you will have to use the c++ api:

#include "opencv2/optflow/motempl.hpp"

using namespace cv::motempl;

updateMotionHistory(...)

and link against opencv_optflow310.lib

it seems, the implementation was moved into the optflow module in opencv_contrib. (the and the c-api implementation seems gone alltogether)alltogether.

you will have to use the c++ api:

#include "opencv2/optflow/motempl.hpp"

using namespace cv::motempl;

updateMotionHistory(...)

and link against opencv_optflow310.lib