ccm_CcmType
import { ccm_CcmType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSccm_CcmType
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Enum of the possible types of ccm.
Constructors and members
static CCM_LINEAR
Uses a 3\times3 matrix to linearly transform RGB values without offsets.
CCM_LINEAR: ccm_CcmTypeValue<0>,static CCM_AFFINE
Uses a 4\times3 matrix to affine transform RGB values with both scaling and offset terms.
CCM_AFFINE: ccm_CcmTypeValue<1>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.