Searched defs:imgPt (Results 1 – 2 of 2) sorted by relevance
| /external/opencv3/modules/calib3d/src/ |
| D | calibration.cpp | 3205 Mat objPt, imgPt, npoints, cameraMatrix(3, 3, CV_64F); in initCameraMatrix2D() local 3231 Mat objPt, imgPt, npoints, rvecM((int)nimages, 3, CV_64FC1), tvecM((int)nimages, 3, CV_64FC1); in calibrateCamera() local 3310 Mat objPt, imgPt, imgPt2, npoints; in stereoCalibrate() local
|
| /external/opencv3/modules/calib3d/test/ |
| D | test_cameracalibration.cpp | 1716 imgPt( 1, total, DataType<Point2f>::type ), in calibrateStereoCamera() local
|