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