Searched refs:tmpPoints1 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp192 CvMat* tmpPoints1 = 0; local
373 CV_CALL( tmpPoints1 = cvCreateMat(2,totalCorns,CV_64F) );
382 cvmSet(tmpPoints1,0,currPoint,cvmGet(points1,0,i));
383 cvmSet(tmpPoints1,1,currPoint,cvmGet(points1,1,i));
399 int num = cvFindFundamentalMat(tmpPoints1,tmpPoints2,&fundMatr,CV_FM_RANSAC,threshold,0.99,pStatus);
428 cvFree(&tmpPoints1);

Completed in 106 milliseconds