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
2 | No.2 Revision |
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