Searched defs:_npoints (Results 1 – 1 of 1) sorted by relevance
1762 const CvMat* _imagePoints2, const CvMat* _npoints, in cvStereoCalibrateImpl()2237 const CvMat* _imagePoints2, const CvMat* _npoints, in cvStereoCalibrate()3363 …CvMat _objPt = cvMat(objPt), _imgPt = cvMat(imgPt), _npoints = cvMat(npoints), _cameraMatrix = cvM… in initCameraMatrix2D() local