HomeSort by relevance Sort by last modified time
    Searched full:status_mat (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/java/src/
video+Video.java 98 Mat status_mat = status; local
100 calcOpticalFlowPyrLK_0(prevImg.nativeObj, nextImg.nativeObj, prevPts_mat.nativeObj, nextPts_mat.nativeObj, status_mat.nativeObj, err_mat.nativeObj, winSize.width, winSize.height, maxLevel, criteria.type, criteria.maxCount, criteria.epsilon, flags, minEigThreshold);
110 Mat status_mat = status; local
112 calcOpticalFlowPyrLK_1(prevImg.nativeObj, nextImg.nativeObj, prevPts_mat.nativeObj, nextPts_mat.nativeObj, status_mat.nativeObj, err_mat.nativeObj, winSize.width, winSize.height, maxLevel);
122 Mat status_mat = status; local
124 calcOpticalFlowPyrLK_2(prevImg.nativeObj, nextImg.nativeObj, prevPts_mat.nativeObj, nextPts_mat.nativeObj, status_mat.nativeObj, err_mat.nativeObj);
video.cpp 346 Mat& status_mat = *((Mat*)status_mat_nativeObj); local
354 vector_Point2f_to_Mat( nextPts, nextPts_mat ); vector_uchar_to_Mat( status, status_mat ); vector_float_to_Mat( err, err_mat );
381 Mat& status_mat = *((Mat*)status_mat_nativeObj); local
388 vector_Point2f_to_Mat( nextPts, nextPts_mat ); vector_uchar_to_Mat( status, status_mat ); vector_float_to_Mat( err, err_mat );
415 Mat& status_mat = *((Mat*)status_mat_nativeObj); local
421 vector_Point2f_to_Mat( nextPts, nextPts_mat ); vector_uchar_to_Mat( status, status_mat ); vector_float_to_Mat( err, err_mat );
    [all...]
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 220 cv::Mat status_mat(1, d_status.cols, CV_8UC1, (void*) &status[0]);
221 d_status.download(status_mat);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 173 milliseconds