29 #ifndef mrpt_vision_chessboard_camera_calib_H
30 #define mrpt_vision_chessboard_camera_calib_H
42 using namespace mrpt::utils;
87 unsigned int check_size_x,
88 unsigned int check_size_y,
89 double check_squares_length_X_meters,
90 double check_squares_length_Y_meters,
92 bool normalize_image =
true,
93 double *out_MSE = NULL,
94 bool skipDrawDetectedImgs =
false,
95 bool useScaramuzzaAlternativeDetector =
false
116 unsigned int check_size_x,
117 unsigned int check_size_y,
118 double check_squares_length_X_meters,
119 double check_squares_length_Y_meters,
121 std::vector<double> &distortionParams,
122 bool normalize_image =
true,
123 double *out_MSE = NULL,
124 bool skipDrawDetectedImgs =
false,
125 bool useScaramuzzaAlternativeDetector =
false