Searched refs:numberPnt (Results 1 – 1 of 1) sorted by relevance
2832 int numberPnt; in icvSelectBestRt() local2833 numberPnt = numPoints[currImagePair]; in icvSelectBestRt()2834 projImagePoints1 = (CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d)); in icvSelectBestRt()2835 projImagePoints2 = (CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d)); in icvSelectBestRt()2837 points1 = (CvPoint3D64d*)calloc(numberPnt,sizeof(CvPoint3D64d)); in icvSelectBestRt()2838 points2 = (CvPoint3D64d*)calloc(numberPnt,sizeof(CvPoint3D64d)); in icvSelectBestRt()2842 for( i = 0; i < numberPnt; i++ ) in icvSelectBestRt()2940 for( currPoint = 0; currPoint < numberPnt; currPoint++ ) in icvSelectBestRt()2956 err1 /= (float)(numberPnt); in icvSelectBestRt()2957 err2 /= (float)(numberPnt); in icvSelectBestRt()[all …]