include file for updateMotionHistory opencv-3.0-dev
Hi,
I want to use updateMotionHistory function. I can find doc or for opencv-3.0 . I have just download opencv and compile with success (General configuration for OpenCV 3.0.0-dev) and I cannot find include file for function definition. Where is include file for this function? Thanks for your help.
what about
#include <opencv2/optflow/motempl.hpp>
? and then I guess you can call the function ascv::motempl::updateMotionHistory()