opencv - cvCalcOpticalFlowHS not being recognised C++ -
i've installed opencv , far has been working, reason if include: cv.h, highgui.h error when want use function:
cvcalcopticalflowhs: error c2065: 'cvcalcopticalflowhs' : undeclared identifier.
i've tried header file needs included, i've had no succes far.
do
#include "opencv2/legacy/legacy.hpp"
Comments
Post a Comment