pull/2205/head
chacha21 6 years ago
parent 345eec0f52
commit e831a379e4
  1. 2
      modules/optflow/include/opencv2/optflow/deepflow.hpp

@ -43,7 +43,7 @@ public:
CV_WRAP virtual void setInterpolationType(int val) = 0;
CV_WRAP virtual int getInterpolationType() const = 0;
/** @brief Creates instance of cv::DeepFlow*/
/** @brief Creates instance of cv::optflow::OpticalFlowDeepFlow*/
CV_WRAP static Ptr<OpticalFlowDeepFlow> create(
float sigma = 0.6f,
int minSize = 25,

Loading…
Cancel
Save