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

/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp436 void icvComputeMatrixUAll(int numImages,CvMat **projDeriv,CvMat** matrU) argument
445 if( projDeriv == 0 || matrU == 0 )
456 cvMulTransposed(projDeriv[currImage],matrU[currImage],1);
463 void icvComputeMatrixW(int numImages, CvMat **projDeriv, CvMat **pointDeriv, CvMat **presPoints, CvMat *matrW) argument
473 if( projDeriv == 0 || pointDeriv == 0 || presPoints == 0 || matrW == 0 )
512 sum = cvmGet(projDeriv[currImage],currVis*2+0,currLine) *
515 sum += cvmGet(projDeriv[currImage],currVis*2+1,currLine) *
565 void icvComputeJacErrorProj(int numImages,CvMat **projDeriv,CvMat **projErrors,CvMat *jacProjErr ) argument
575 if( projDeriv == 0 || projErrors == 0 || jacProjErr == 0 )
595 int num = projDeriv[currImag
[all...]

Completed in 41 milliseconds