Home
last modified time | relevance | path

Searched refs:fundReduceCoefs (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvtrifocal.cpp71 void GetProjMatrFromReducedFundamental(CvMat* fundReduceCoefs,CvMat* projMatrCoefs);
1608 void GetProjMatrFromReducedFundamental(CvMat* fundReduceCoefs,CvMat* projMatrCoefs) in GetProjMatrFromReducedFundamental() argument
1614 if( fundReduceCoefs == 0 || projMatrCoefs == 0 ) in GetProjMatrFromReducedFundamental()
1619 if( !CV_IS_MAT(fundReduceCoefs) || !CV_IS_MAT(projMatrCoefs) ) in GetProjMatrFromReducedFundamental()
1625 if( fundReduceCoefs->rows != 1 || fundReduceCoefs->cols != 5 ) in GetProjMatrFromReducedFundamental()
1644 p = cvmGet(fundReduceCoefs,0,0); in GetProjMatrFromReducedFundamental()
1645 q = cvmGet(fundReduceCoefs,0,1); in GetProjMatrFromReducedFundamental()
1646 r = cvmGet(fundReduceCoefs,0,2); in GetProjMatrFromReducedFundamental()
1647 s = cvmGet(fundReduceCoefs,0,3); in GetProjMatrFromReducedFundamental()
1648 t = cvmGet(fundReduceCoefs,0,4); in GetProjMatrFromReducedFundamental()