ccm_ColorCheckerType
import { ccm_ColorCheckerType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSccm_ColorCheckerType
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Macbeth and Vinyl ColorChecker with 2deg D50
Constructors and members
static COLORCHECKER_MACBETH
Macbeth ColorChecker
COLORCHECKER_MACBETH: ccm_ColorCheckerTypeValue<0>,static COLORCHECKER_VINYL
DKK ColorChecker
COLORCHECKER_VINYL: ccm_ColorCheckerTypeValue<1>,static COLORCHECKER_DIGITAL_SG
DigitalSG ColorChecker with 140 squares
COLORCHECKER_DIGITAL_SG: ccm_ColorCheckerTypeValue<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.