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

/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp439 int icvGrowPointsAndStatus(CvMat **oldPoints,CvMat **oldStatus,CvMat *addPoints,CvMat *addStatus,int addCreateNum) argument
450 if( oldPoints == 0 || oldStatus == 0 )
455 if( *oldPoints == 0 || *oldStatus == 0 )
460 if( !CV_IS_MAT(*oldPoints))
462 CV_ERROR( CV_StsUnsupportedFormat, "oldPoints must be a pointer to a matrix" );
471 oldNum = (*oldPoints)->cols;
495 numCoord = (*oldPoints)->rows;
516 cvmSet(newOldPoint,currCoord,i,cvmGet(*oldPoints,currCoord,i));
537 cvReleaseMat(oldPoints);
541 *oldPoints
550 icvRemoveDoublePoins( CvMat *oldPoints, CvMat *newPoints, CvMat *oldStatus, CvMat *newStatus, CvMat *origStatus, float threshold) argument
834 icvAddNewImageToPrevious____( IplImage *newImage, IplImage *oldImage, CvMat *oldPoints, CvMat *oldPntStatus, CvMat *objPoints4D, CvMat *newPoints, CvMat *newPntStatus, CvMat *newFPoints2D1, CvMat *newFPoints2D2, CvMat *newFPointsStatus, CvMat *newProjMatr, int useFilter, double threshold) argument
[all...]

Completed in 36 milliseconds