Home
last modified time | relevance | path

Searched defs:pyr_scale (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/video/src/
Dcompat_video.cpp292 CvArr* _flow, double pyr_scale, int levels, in cvCalcOpticalFlowFarneback()
Doptflowgf.cpp1041 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/
Dvideo+Video.java135 …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()
Dvideo.cpp440 …, jlong prev_nativeObj, jlong next_nativeObj, jlong flow_nativeObj, jdouble pyr_scale, jint levels… in Java_org_opencv_video_Video_calcOpticalFlowFarneback_10()