datasets_genderType
import { datasets_genderType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSdatasets_genderType
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for datasets gender type. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static male
male constant (0), defined by OpenCV for cv::datasets.
male: datasets_genderTypeValue<0>,static female
female constant (0+1), defined by OpenCV for cv::datasets.
female: datasets_genderTypeValue<1>,static none
none constant (0+2), defined by OpenCV for cv::datasets.
none: datasets_genderTypeValue<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.