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

  /external/opencv/cv/include/
cvcompat.h 544 CvMat* pointsMat1;
549 pointsMat1 = cvCreateMat(3,numpoints,CV_64F);
554 cvmSet(pointsMat1,0,i,points1[curr]);//x
555 cvmSet(pointsMat1,1,i,points1[curr+1]);//y
556 cvmSet(pointsMat1,2,i,1.0);
564 cvFindFundamentalMat(pointsMat1,pointsMat2,&fundMatr,CV_FM_RANSAC,1,0.99,0);
566 cvReleaseMat(&pointsMat1);
    [all...]

Completed in 180 milliseconds