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

  /external/opencv/cvaux/src/
cvtrifocal.cpp 67 void GetGeneratorReduceFundSolution(CvMat* points1,CvMat* points2,CvMat* fundReduceCoef1,CvMat* fundReduceCoef2);
69 int GetGoodReduceFundamMatrFromTwo(CvMat* fundReduceCoef1,CvMat* fundReduceCoef2,CvMat* resFundReduceCoef);
303 CvMat fundReduceCoef1;
308 fundReduceCoef1 = cvMat(1,5,CV_64F,fundReduceCoef1_dat);
311 GetGeneratorReduceFundSolution(&corrPoints1, &corrPoints2, &fundReduceCoef1, &fundReduceCoef2);
319 numSol = GetGoodReduceFundamMatrFromTwo(&fundReduceCoef1, &fundReduceCoef2,&resFundReduceCoef);
    [all...]

Completed in 1386 milliseconds