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

/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp900 void icvProjPointsStatusFunc( int numImages, CvMat *points4D, CvMat **projMatrs, CvMat **pointsPres, CvMat **projPoints) argument
911 if( points4D == 0 || projMatrs == 0 || pointsPres == 0 || projPoints == 0 )
955 if( cvmGet(pointsPres[currImage],0,currPoint) > 0 )
1038 CvMat** pointsPres, int numImages,
1054 CvMat** pointsPres, int numImages,
1166 if( !CV_IS_MAT(pointsPres[currImage]) )
1168 CV_ERROR( CV_StsUnsupportedFormat, "each of pointsPres must be a matrix 1 x NumPnt" );
1170 if( pointsPres[currImage]->rows != 1 || pointsPres[currImage]->cols != numPoints )
1172 CV_ERROR( CV_StsOutOfRange, "each of pointsPres mus
1053 cvOptimizeLevenbergMarquardtBundle( CvMat** projMatrs, CvMat** observProjPoints, CvMat** pointsPres, int numImages, CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon ) argument
[all...]
H A Dcvtrifocal.cpp59 CvMat** pointsPres, int numImages,
1069 CvMat *pointsPres[3];
1070 pointsPres[0] = gPresPoints;
1071 pointsPres[1] = gPresPoints;
1072 pointsPres[2] = gPresPoints;
1104 pointsPres,//pointsPres,
1183 CvMat *pointsPres[3]; local
1184 pointsPres[0] = optStatus;
1185 pointsPres[
[all...]

Completed in 309 milliseconds