Searched refs:fundReduceCoef2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 67 …torReduceFundSolution(CvMat* points1,CvMat* points2,CvMat* fundReduceCoef1,CvMat* fundReduceCoef2); 69 int GetGoodReduceFundamMatrFromTwo(CvMat* fundReduceCoef1,CvMat* fundReduceCoef2,CvMat* resFundRedu… 304 CvMat fundReduceCoef2; in icvComputeProjectMatrices6Points() local 309 fundReduceCoef2 = cvMat(1,5,CV_64F,fundReduceCoef2_dat); in icvComputeProjectMatrices6Points() 311 GetGeneratorReduceFundSolution(&corrPoints1, &corrPoints2, &fundReduceCoef1, &fundReduceCoef2); in icvComputeProjectMatrices6Points() 319 numSol = GetGoodReduceFundamMatrFromTwo(&fundReduceCoef1, &fundReduceCoef2,&resFundReduceCoef); in icvComputeProjectMatrices6Points() 1420 …atorReduceFundSolution(CvMat* points1,CvMat* points2,CvMat* fundReduceCoef1,CvMat* fundReduceCoef2) in GetGeneratorReduceFundSolution() argument 1428 if( points1 == 0 || points2 == 0 || fundReduceCoef1 == 0 || fundReduceCoef2 == 0) in GetGeneratorReduceFundSolution() 1433 …MAT(points1) || !CV_IS_MAT(points2) || !CV_IS_MAT(fundReduceCoef1) || !CV_IS_MAT(fundReduceCoef2) ) in GetGeneratorReduceFundSolution() 1455 if( fundReduceCoef2->rows != 1 || fundReduceCoef2->cols != 5 ) in GetGeneratorReduceFundSolution() [all …]
|