Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvcorrimages.cpp189 CvPoint2D32f* cornerPoints2 = 0; in icvFindCorrForGivenPoints() local
290 CV_CALL( cornerPoints2 = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f)*numVisPoints) ); in icvFindCorrForGivenPoints()
334 cornerPoints1, cornerPoints2, in icvFindCorrForGivenPoints()
355 cvmSet(points2,0,i,cornerPoints2[currVis].x); in icvFindCorrForGivenPoints()
356 cvmSet(points2,1,i,cornerPoints2[currVis].y); in icvFindCorrForGivenPoints()
425 cvFree(&cornerPoints2); in icvFindCorrForGivenPoints()