Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvcorrimages.cpp188 CvPoint2D32f* cornerPoints1 = 0; in icvFindCorrForGivenPoints() local
289 CV_CALL( cornerPoints1 = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f)*numVisPoints) ); in icvFindCorrForGivenPoints()
325 cornerPoints1[curr].x = (float)cvmGet(points1,0,i); in icvFindCorrForGivenPoints()
326 cornerPoints1[curr].y = (float)cvmGet(points1,1,i); in icvFindCorrForGivenPoints()
334 cornerPoints1, cornerPoints2, in icvFindCorrForGivenPoints()
424 cvFree(&cornerPoints1); in icvFindCorrForGivenPoints()