Superresolution: error with createOptFlow_DualTVL1()
Hi
For choosing optical flow with super-resolution, the following compiles fine:
Ptr<DenseOpticalFlowExt> opflow = createOptFlow_Farneback();
But the following gives error:
Ptr<DenseOpticalFlowExt> opflow = createOptFlow_DualTVL1();
The error given is:
error C2668: 'cv::superres::createOptFlow_DualTVL1' : ambiguous call to overloaded function
How can I avoid the error? Thanks.