Searched defs:npoints (Results 1 – 3 of 3) sorted by relevance
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/ |
| D | p3p.h | 40 int npoints = std::max(opoints.checkVector(3, CV_32F), opoints.checkVector(3, CV_64F)); in extract_points() local
|
| D | ap3p.h | 20 int npoints = std::max(opoints.checkVector(3, CV_32F), opoints.checkVector(3, CV_64F)); in extract_points() local
|
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
| D | calibration.cpp | 1189 const CvMat* imagePoints, const CvMat* npoints, in cvInitIntrinsicParams2D() 1301 const CvMat* imagePoints, const CvMat* npoints, in cvCalibrateCamera2Internal() 1718 const CvMat* imagePoints, const CvMat* npoints, in cvCalibrateCamera2() 1771 Ptr<CvMat> npoints, imagePoints[2], objectPoints, RT0; in cvStereoCalibrateImpl() local 2593 int i, j, npoints; in cvStereoRectifyUncalibrated() local 3117 Mat& npoints ) in collectCalibrationData() 3308 int npoints = opoints.checkVector(3), depth = opoints.depth(); in projectPoints() local 3360 Mat objPt, imgPt, npoints, cameraMatrix(3, 3, CV_64F); in initCameraMatrix2D() local 3405 Mat objPt, imgPt, npoints, rvecM, tvecM, stdDeviationsM, errorsM; in calibrateCamera() local 3594 Mat objPt, imgPt, imgPt2, npoints; in stereoCalibrate() local
|