|
| auto | bounds_from_image_size (const std::array< int, 2 > &image_size) -> CalibrationBounds |
| |
| auto | collect_planar_views (const PlanarDetections &detections, const IntrinsicCalibrationOptions &opts, std::vector< ActiveView > &views) -> std::vector< PlanarView > |
| |
| auto | load_calibration_config (const std::filesystem::path &path) -> std::optional< IntrinsicCalibrationConfig > |
| |
| void | print_calibration_summary (std::ostream &out, const CameraConfig &cam_cfg, const IntrinsicCalibrationOutputs &outputs) |
| |
| auto | build_planar_intrinsics_report (const IntrinsicCalibrationConfig &cfg, const CameraConfig &cam_cfg, const PlanarDetections &detections, const IntrinsicCalibrationOutputs &outputs) -> CalibrationReport |
| |
| auto | compute_views (const StereoPairConfig &cfg, const PlanarDetections &reference_detections, const PlanarDetections &target_detections, StereoCalibrationRunResult &result) -> std::vector< MulticamPlanarView > |
| |
| static auto | compute_views (const MultiCameraRigConfig &cfg, const std::unordered_map< std::string, PlanarDetections > &dets) -> std::vector< MulticamPlanarView > |
| |
| auto | load_calibration_config_impl (const std::filesystem::path &path) -> IntrinsicCalibrationConfig |
| |
| static PinholeCamera< DualDistortion > | to_dual (const PinholeCamera< BrownConradyd > &cam) |
| |
| auto | compute_global_rms (const IntrinsicCalibrationOutputs &out) -> double |
| |