Searched refs:resFundReduceCoef (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 69 …oodReduceFundamMatrFromTwo(CvMat* fundReduceCoef1,CvMat* fundReduceCoef2,CvMat* resFundReduceCoef); 314 CvMat resFundReduceCoef; in icvComputeProjectMatrices6Points() local 317 resFundReduceCoef = cvMat(3,5,CV_64F,resFundReduceCoef_dat); in icvComputeProjectMatrices6Points() 319 numSol = GetGoodReduceFundamMatrFromTwo(&fundReduceCoef1, &fundReduceCoef2,&resFundReduceCoef); in icvComputeProjectMatrices6Points() 329 cvGetSubRect(&resFundReduceCoef, &fundCoefs, cvRect(0,currSol,5,1)); in icvComputeProjectMatrices6Points() 1517 …GoodReduceFundamMatrFromTwo(CvMat* fundReduceCoef1,CvMat* fundReduceCoef2,CvMat* resFundReduceCoef) in GetGoodReduceFundamMatrFromTwo() argument 1524 if( fundReduceCoef1 == 0 || fundReduceCoef2 == 0 || resFundReduceCoef == 0 ) in GetGoodReduceFundamMatrFromTwo() 1529 … if( !CV_IS_MAT(fundReduceCoef1) || !CV_IS_MAT(fundReduceCoef2) || !CV_IS_MAT(resFundReduceCoef) ) in GetGoodReduceFundamMatrFromTwo() 1549 …if( (resFundReduceCoef->rows != 1 && resFundReduceCoef->rows != 3) || resFundReduceCoef->cols != … in GetGoodReduceFundamMatrFromTwo() 1595 cvmSet(resFundReduceCoef,numRoots,j, in GetGoodReduceFundamMatrFromTwo()
|