How to set parameters for DeepFlow optical flow algorithm

asked 2016-04-21 05:16:43 -0600

Dobiasd gravatar image

The documentation of cv::optflow::createOptFlow_DeepFlow states:

Parameters - class fields - that may be modified after creating a class instance

How can one modify these parameters? All one gets is a Ptr<DenseOpticalFlow> and cv::optflow::OpticalFlowDeepFlow is not in the public interface, so one can not even dynamic_cast to it.

edit retag flag offensive close merge delete