Searched refs:status_mat_nativeObj (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/java/src/ |
D | video+Video.java | 263 …Obj, long prevPts_mat_nativeObj, long nextPts_mat_nativeObj, long status_mat_nativeObj, long err_m… in calcOpticalFlowPyrLK_0() argument 264 …Obj, long prevPts_mat_nativeObj, long nextPts_mat_nativeObj, long status_mat_nativeObj, long err_m… in calcOpticalFlowPyrLK_1() argument 265 …Obj, long prevPts_mat_nativeObj, long nextPts_mat_nativeObj, long status_mat_nativeObj, long err_m… in calcOpticalFlowPyrLK_2() argument
|
D | video.cpp | 334 …, jlong prevPts_mat_nativeObj, jlong nextPts_mat_nativeObj, jlong status_mat_nativeObj, jlong err_… in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_10() argument 346 Mat& status_mat = *((Mat*)status_mat_nativeObj); in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_10() 369 …, jlong prevPts_mat_nativeObj, jlong nextPts_mat_nativeObj, jlong status_mat_nativeObj, jlong err_… in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_11() argument 381 Mat& status_mat = *((Mat*)status_mat_nativeObj); in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_11() 403 …, jlong prevPts_mat_nativeObj, jlong nextPts_mat_nativeObj, jlong status_mat_nativeObj, jlong err_… in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_12() argument 415 Mat& status_mat = *((Mat*)status_mat_nativeObj); in Java_org_opencv_video_Video_calcOpticalFlowPyrLK_12()
|