Nodes/comfyui_cv/CV Detect Color Checker
ComfyUI Node

CV Detect Color Checker

Detects a ColorChecker chart (Macbeth 24, Vinyl 18, or DigitalSG 140) in the image and extracts the measured patch colors. Outputs the color patches as an NPARRAY for use with 'Create CCM Model'.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV Detect Color Checker
  • image
  • color_patches
  • found
chart_typeMCC24 (Macbeth)
Categoryimage/CV/ccm

Inputs (2)

NameTypeDefaultDescription
imageIMAGEInput image containing a ColorChecker chart.
chart_typeCOMBOMCC24 (Macbeth)Type of color checker chart to detect.

Outputs (2)

NameTypeDescription
color_patchesNPARRAYDetected patch colors as [N,1,3] float64 RGB in [0,1]. Feed into 'Create CCM Model'.
foundBOOLEANTrue if a chart was detected.