Searched defs:_nextPts (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/video/src/
H A Dlkpyramid.cpp196 const Point2f* _prevPts, Point2f* _nextPts,
205 nextPts = _nextPts;
1023 InputArray _prevPts, InputOutputArray _nextPts,
1050 if (_nextPts.empty() || _nextPts.type() != CV_32FC2 || (!_prevPts.isContinuous()))
1052 if ((1 != _nextPts.size().height) && (1 != _nextPts.size().width))
1054 if (_nextPts.total() != npoints)
1059 _nextPts.create(_prevPts.size(), _prevPts.type());
1082 UMat umatNextPts = _nextPts
194 LKTrackerInvoker( const Mat& _prevImg, const Mat& _prevDeriv, const Mat& _nextImg, const Point2f* _prevPts, Point2f* _nextPts, uchar* _status, float* _err, Size _winSize, TermCriteria _criteria, int _level, int _maxLevel, int _flags, float _minEigThreshold ) argument
1022 ocl_calcOpticalFlowPyrLK(InputArray _prevImg, InputArray _nextImg, InputArray _prevPts, InputOutputArray _nextPts, OutputArray _status, OutputArray _err, Size winSize, int maxLevel, TermCriteria criteria, int flags ) argument
1088 calcOpticalFlowPyrLK( InputArray _prevImg, InputArray _nextImg, InputArray _prevPts, InputOutputArray _nextPts, OutputArray _status, OutputArray _err, Size winSize, int maxLevel, TermCriteria criteria, int flags, double minEigThreshold ) argument
[all...]

Completed in 154 milliseconds