Searched refs:pointPres (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlevmarprojbandle.cpp | 204 void icvComputeDerivateProjAll(CvMat *points4D, CvMat **projMatrs, CvMat **pointPres, int numImages… in icvComputeDerivateProjAll() argument 214 if( projMatrs == 0 || pointPres == 0 || projDerives == 0 ) in icvComputeDerivateProjAll() 223 …icvComputeDerivateProj(points4D,projMatrs[currImage], pointPres[currImage], projDerives[currImage]… in icvComputeDerivateProjAll() 341 void icvComputeDerivatePointsAll(CvMat *points4D, CvMat **projMatrs, CvMat **pointPres, int numImag… in icvComputeDerivatePointsAll() argument 351 if( projMatrs == 0 || pointPres == 0 || pointDerives == 0 ) in icvComputeDerivatePointsAll() 360 …icvComputeDerivatePoints(points4D, projMatrs[currImage], pointPres[currImage], pointDerives[currIm… in icvComputeDerivatePointsAll()
|