HomeSort by relevance Sort by last modified time
    Searched full:fundreducecoef2 (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);
304 CvMat fundReduceCoef2;
309 fundReduceCoef2 = cvMat(1,5,CV_64F,fundReduceCoef2_dat);
311 GetGeneratorReduceFundSolution(&corrPoints1, &corrPoints2, &fundReduceCoef1, &fundReduceCoef2);
319 numSol = GetGoodReduceFundamMatrFromTwo(&fundReduceCoef1, &fundReduceCoef2,&resFundReduceCoef);
    [all...]

Completed in 100 milliseconds