Searched defs:projMatrs (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlevmartrif.cpp211 CvMat projMatrs[3]; local
213 projMatrs[0] = cvMat(3,4,CV_64F,projMatrs_dat);
214 projMatrs[1] = cvMat(3,4,CV_64F,projMatrs_dat+12);
215 projMatrs[2] = cvMat(3,4,CV_64F,projMatrs_dat+24);
233 cvmSet(&projMatrs[currMatr],i,j,val);
255 cvmMul(&projMatrs[currMatr],&point4D,&point3D);
269 void icvOptimizeProjectionTrifocal(CvMat **projMatrs,CvMat **projPoints, argument
283 if( projMatrs == 0 || projPoints == 0 || resultProjMatrs == 0 || resultPoints4D == 0)
308 if( projMatrs[i] == 0 )
310 CV_ERROR( CV_StsNullPtr, "Some of projMatrs i
[all...]
H A Dcvlevmarprojbandle.cpp51 void icvReconstructPoints4DStatus(CvMat** projPoints, CvMat **projMatrs, CvMat** presPoints, CvMat *points4D,int numImages,CvMat **projError=0);
204 void icvComputeDerivateProjAll(CvMat *points4D, CvMat **projMatrs, CvMat **pointPres, int numImages,CvMat **projDerives) argument
214 if( projMatrs == 0 || pointPres == 0 || projDerives == 0 )
223 icvComputeDerivateProj(points4D,projMatrs[currImage], pointPres[currImage], projDerives[currImage]);
341 void icvComputeDerivatePointsAll(CvMat *points4D, CvMat **projMatrs, CvMat **pointPres, int numImages,CvMat **pointDerives) argument
351 if( projMatrs == 0 || pointPres == 0 || pointDerives == 0 )
360 icvComputeDerivatePoints(points4D, projMatrs[currImage], pointPres[currImage], pointDerives[currImage]);
738 void icvReconstructPoints4DStatus(CvMat** projPoints, CvMat **projMatrs, CvMat** presPoints, argument
754 if( projPoints == 0 || projMatrs == 0 || presPoints == 0 || points4D == 0 )
825 x * cvmGet(projMatrs[currImag
900 icvProjPointsStatusFunc( int numImages, CvMat *points4D, CvMat **projMatrs, CvMat **pointsPres, CvMat **projPoints) argument
1053 cvOptimizeLevenbergMarquardtBundle( CvMat** projMatrs, CvMat** observProjPoints, CvMat** pointsPres, int numImages, CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon ) argument
[all...]
H A Dcvtrifocal.cpp58 void cvOptimizeLevenbergMarquardtBundle( CvMat** projMatrs, CvMat** observProjPoints,
233 CvMat* projMatrs[3]; local
234 projMatrs[0] = projMatr1;
235 projMatrs[1] = projMatr2;
236 projMatrs[2] = projMatr3;
322 maxSol = projMatrs[0]->rows / 3;
376 cvGetSubRect(projMatrs[currCamera],&tmpSubRes,cvRect(0,currSol*3,4,3));
588 CvMat** projMatrs,/* array of 3 prejection matrices */
605 if( points == 0 || projMatrs == 0 || statuses == 0 || resStatus == 0 )
619 if( projMatrs[currImag
587 icvCompute3ProjectMatricesNPointsStatus( CvMat** points, CvMat** projMatrs, CvMat** statuses, double threshold, double p, CvMat* resStatus, CvMat* points4D) argument
855 CvMat* projMatrs[3]; local
2131 CvMat* projMatrs[3]; local
[all...]

Completed in 287 milliseconds