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

  /external/opencv3/apps/traincascade/
imagestorage.cpp 50 bool CvCascadeImageReader::NegReader::nextImg()
91 if ( !nextImg() )
113 if ( !nextImg() )
  /external/opencv3/modules/video/src/
lkpyramid.hpp 21 const Mat* nextImg;
  /external/opencv3/modules/java/src/
video.cpp 328 // void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, vector_Point2f prevPts, vector_Point2f& nextPts, vector_uchar& status, vector_float& err, Size winSize = Size(21,21), int maxLevel = 3, TermCriteria criteria = TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, 0.01), int flags = 0, double minEigThreshold = 1e-4)
350 Mat& nextImg = *((Mat*)nextImg_nativeObj);
353 cv::calcOpticalFlowPyrLK( prevImg, nextImg, prevPts, nextPts, status, err, winSize, (int)maxLevel, criteria, (int)flags, (double)minEigThreshold );
385 Mat& nextImg = *((Mat*)nextImg_nativeObj);
387 cv::calcOpticalFlowPyrLK( prevImg, nextImg, prevPts, nextPts, status, err, winSize, (int)maxLevel );
419 Mat& nextImg = *((Mat*)nextImg_nativeObj);
420 cv::calcOpticalFlowPyrLK( prevImg, nextImg, prevPts, nextPts, status, err );
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 213 milliseconds