Home
last modified time | relevance | path

Searched refs:oldPoints (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvcorrimages.cpp439 int icvGrowPointsAndStatus(CvMat **oldPoints,CvMat **oldStatus,CvMat *addPoints,CvMat *addStatus,in… in icvGrowPointsAndStatus() argument
450 if( oldPoints == 0 || oldStatus == 0 ) in icvGrowPointsAndStatus()
455 if( *oldPoints == 0 || *oldStatus == 0 ) in icvGrowPointsAndStatus()
460 if( !CV_IS_MAT(*oldPoints)) in icvGrowPointsAndStatus()
471 oldNum = (*oldPoints)->cols; in icvGrowPointsAndStatus()
495 numCoord = (*oldPoints)->rows; in icvGrowPointsAndStatus()
516 cvmSet(newOldPoint,currCoord,i,cvmGet(*oldPoints,currCoord,i)); in icvGrowPointsAndStatus()
537 cvReleaseMat(oldPoints); in icvGrowPointsAndStatus()
541 *oldPoints = newOldPoint; in icvGrowPointsAndStatus()
550 int icvRemoveDoublePoins( CvMat *oldPoints,/* Points on prev image */ in icvRemoveDoublePoins() argument
[all …]
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...