Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp2827 CvPoint2D64d* projImagePoints2; in icvSelectBestRt() local
2835 projImagePoints2 = (CvPoint2D64d*)calloc(numberPnt,sizeof(CvPoint2D64d)); in icvSelectBestRt()
2891 projImagePoints2); in icvSelectBestRt()
2913 projImagePoints2); in icvSelectBestRt()
2932 projImagePoints2); in icvSelectBestRt()
2950 dx2 = imagePoints2[begPoint+currPoint].x - projImagePoints2[currPoint].x; in icvSelectBestRt()
2951 dy2 = imagePoints2[begPoint+currPoint].y - projImagePoints2[currPoint].y; in icvSelectBestRt()
2968 free(projImagePoints2); in icvSelectBestRt()