Searched refs:projImagePoints1 (Results 1 – 1 of 1) sorted by relevance
2826 CvPoint2D64d* projImagePoints1; in icvSelectBestRt() local2834 projImagePoints1 = (CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d)); in icvSelectBestRt()2883 projImagePoints1); in icvSelectBestRt()2905 projImagePoints1); in icvSelectBestRt()2924 projImagePoints1); in icvSelectBestRt()2944 dx1 = imagePoints1[begPoint+currPoint].x - projImagePoints1[currPoint].x; in icvSelectBestRt()2945 dy1 = imagePoints1[begPoint+currPoint].y - projImagePoints1[currPoint].y; in icvSelectBestRt()2967 free(projImagePoints1); in icvSelectBestRt()