Colour Checker Detection#

Inference#

colour_checker_detection

SETTINGS_INFERENCE_COLORCHECKER_CLASSIC

Settings for the inference of the X-Rite ColorChecker Classic.

SETTINGS_INFERENCE_COLORCHECKER_CLASSIC_MINI

Settings for the inference of the X-Rite ColorChecker Classic Mini.

inferencer_default(image[, cctf_encoding, ...])

Predict the colour checker rectangles in given image using Ultralytics YOLOv8.

detect_colour_checkers_inference(image[, ...])

Detect the colour checkers swatches in given image using inference.

Segmentation#

colour_checker_detection

SETTINGS_SEGMENTATION_COLORCHECKER_CLASSIC

Settings for the segmentation of the X-Rite ColorChecker Classic and X-Rite ColorChecker Passport.

SETTINGS_SEGMENTATION_COLORCHECKER_SG

Settings for the segmentation of the X-Rite ColorChecker SG*.

SETTINGS_SEGMENTATION_COLORCHECKER_NANO

Settings for the segmentation of the X-Rite ColorChecker Nano*.

segmenter_default(image[, cctf_encoding, ...])

Detect the colour checker rectangles in given image \(image\) using segmentation.

detect_colour_checkers_segmentation(image[, ...])

Detect the colour checkers swatches in given image using segmentation.