Skip to content

ml_ErrorTypesValue

Core and matricestypeOpenCV 5.0.0
import type { ml_ErrorTypesValue } from '@banou/opencv-wasm'

A native enum entry wrapping its numeric .value. Flat OpenCV constants expose the corresponding numbers directly.

export interface ml_ErrorTypesValue<T extends number> {
  value: T;
}

Constructors and members

value

Numeric value of this native enum entry. Use .value when an API accepts a number.

value: T;

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.