Searched refs:tmpPoints2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvcorrimages.cpp | 193 CvMat* tmpPoints2 = 0; in icvFindCorrForGivenPoints() local 374 CV_CALL( tmpPoints2 = cvCreateMat(2,totalCorns,CV_64F) ); in icvFindCorrForGivenPoints() 385 cvmSet(tmpPoints2,0,currPoint,cvmGet(points2,0,i)); in icvFindCorrForGivenPoints() 386 cvmSet(tmpPoints2,1,currPoint,cvmGet(points2,1,i)); in icvFindCorrForGivenPoints() 399 …int num = cvFindFundamentalMat(tmpPoints1,tmpPoints2,&fundMatr,CV_FM_RANSAC,threshold,0.99,pStatus… in icvFindCorrForGivenPoints() 429 cvFree(&tmpPoints2); in icvFindCorrForGivenPoints()
|