Formatter_FormatType
import { Formatter_FormatType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Formatter_FormatType: todo: document
Constructors and members
static FMT_DEFAULT
fmt default constant (0), defined by OpenCV for cv::Formatter.
FMT_DEFAULT: Formatter_FormatTypeValue<0>,static FMT_MATLAB
fmt matlab constant (1), defined by OpenCV for cv::Formatter.
FMT_MATLAB: Formatter_FormatTypeValue<1>,static FMT_CSV
fmt csv constant (2), defined by OpenCV for cv::Formatter.
FMT_CSV: Formatter_FormatTypeValue<2>,static FMT_PYTHON
fmt python constant (3), defined by OpenCV for cv::Formatter.
FMT_PYTHON: Formatter_FormatTypeValue<3>,static FMT_NUMPY
fmt numpy constant (4), defined by OpenCV for cv::Formatter.
FMT_NUMPY: Formatter_FormatTypeValue<4>,static FMT_C
fmt c constant (5), defined by OpenCV for cv::Formatter.
FMT_C: Formatter_FormatTypeValue<5>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.