HomeSort by relevance Sort by last modified time
    Searched full:tmppoints1 (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvcorrimages.cpp 192 CvMat* tmpPoints1 = 0;
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);
    [all...]

Completed in 891 milliseconds