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

/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp204 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]);

Completed in 38 milliseconds