Searched refs:projErrors (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlevmarprojbandle.cpp | 565 void icvComputeJacErrorProj(int numImages,CvMat **projDeriv,CvMat **projErrors,CvMat *jacProjErr ) in icvComputeJacErrorProj() argument 575 if( projDeriv == 0 || projErrors == 0 || jacProjErr == 0 ) in icvComputeJacErrorProj() 600 cvmGet(projErrors[currImage],i%2,i/2); in icvComputeJacErrorProj() 632 void icvComputeJacErrorPoint(int numImages,CvMat **pointDeriv,CvMat **projErrors, CvMat **presPoint… in icvComputeJacErrorPoint() argument 645 if( pointDeriv == 0 || projErrors == 0 || presPoints == 0 || jacPointErr == 0 ) in icvComputeJacErrorPoint() 685 cvmGet(projErrors[currImage],0,shifts[currImage]);//currVis); in icvComputeJacErrorPoint() 688 cvmGet(projErrors[currImage],1,shifts[currImage]);//currVis); in icvComputeJacErrorPoint()
|