OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runCalibration
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/cpp/
calibration.cpp
137
static bool
runCalibration
( vector<vector<Point2f> > imagePoints,
277
bool ok =
runCalibration
(imagePoints, imageSize, boardSize, patternType, squareSize,
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
camera_calibration.cpp
456
static bool
runCalibration
( Settings& s, Size& imageSize, Mat& cameraMatrix, Mat& distCoeffs,
572
bool ok =
runCalibration
(s, imageSize, cameraMatrix, distCoeffs, imagePoints, rvecs, tvecs, reprojErrs,
Completed in 36 milliseconds