Skip to content

mcc_ColorChart

objdetectclassOpenCV 5.0.0
import { mcc_ColorChart } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSConstructor or factory
CLASSmcc_ColorChart
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

ColorChart

enum to hold the type of the checker

Constructors and members

static MCC24

Standard Macbeth Chart with 24 squares

MCC24: mcc_ColorChartValue<0>,

static SG140

DigitalSG with 140 squares

SG140: mcc_ColorChartValue<1>,

static VINYL18

DKK color chart with 12 squares and 6 rectangle

VINYL18: mcc_ColorChartValue<2>

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.