Enums§
- Detect
Error - Errors produced by the high-level facade helpers.
Functions§
- default_
chess_ config - Reasonable default settings for the
chess-cornersChESS detector. - detect_
charuco - Run the ChArUco detector end-to-end: ChESS corners -> grid -> markers -> alignment -> IDs.
- detect_
charuco_ default - Convenience overload using
default_chess_config(). - detect_
charuco_ from_ gray_ u8 - detect_
chess_ corners_ raw - Detect raw ChESS corners using
chess-corners. - detect_
chessboard - Run the chessboard detector end-to-end: ChESS corners -> chessboard grid.
- detect_
chessboard_ from_ gray_ u8 - detect_
corners - Detect ChESS corners and adapt them into
calib-targets-core::Corner. - detect_
corners_ default - Convenience overload using
default_chess_config(). - detect_
marker_ board - Run the checkerboard+circles marker board detector end-to-end.
- detect_
marker_ board_ default - Convenience overload using
default_chess_config(). - detect_
marker_ board_ from_ gray_ u8 - gray_
image_ from_ slice - Build an
image::GrayImagefrom a raw grayscale buffer. - gray_
view - Convert an
image::GrayImageinto the lightweightcalib-targets-coreview type.