Home | History | Annotate | Download | only in src

Lines Matching refs:nextImg

203     nextImg = &_nextImg;
228 const Mat& J = *nextImg;
878 bool sparse(const UMat &prevImg, const UMat &nextImg, const UMat &prevPts, UMat &nextPts, UMat &status, UMat &err)
899 nextPyr[0] = UMat(nextImg.rows,(nextImg.cols+pitchAlign-1)&(-pitchAlign),CV_32FC1).colRange(0,nextImg.cols);
914 nextImg.convertTo(nextPyr[0], CV_32F);