Searched defs:pyr_scale (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/video/src/ |
D | compat_video.cpp | 292 CvArr* _flow, double pyr_scale, int levels, in cvCalcOpticalFlowFarneback()
|
D | optflowgf.cpp | 1041 InputOutputArray _flow0, double pyr_scale, int levels, int winsize, in ocl_calcOpticalFlowFarneback() 1079 InputOutputArray _flow0, double pyr_scale, int levels, int winsize, in calcOpticalFlowFarneback()
|
/external/opencv3/modules/java/src/ |
D | video+Video.java | 135 …public static void calcOpticalFlowFarneback(Mat prev, Mat next, Mat flow, double pyr_scale, int le… in calcOpticalFlowFarneback() 268 …ck_0(long prev_nativeObj, long next_nativeObj, long flow_nativeObj, double pyr_scale, int levels, … in calcOpticalFlowFarneback_0()
|
D | video.cpp | 440 …, jlong prev_nativeObj, jlong next_nativeObj, jlong flow_nativeObj, jdouble pyr_scale, jint levels… in Java_org_opencv_video_Video_calcOpticalFlowFarneback_10()
|