face_MACE_load
import { face_MACE_load } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSfilename, objname
FUNCTIONface_MACE_load
RETURN TYPEface_MACE | null
face_MACE_load: constructor
face_MACE_load(filename: EmbindString, objname: EmbindString): face_MACE | null;2 available overloads
face_MACE_load(filename: EmbindString): face_MACE | null;face_MACE_load(filename: EmbindString, objname: EmbindString): face_MACE | null;filenamebuild a new MACE instance from a pre-serialized FileStorage
objname(optional) top-level node in the FileStorage
Returns
The face_MACE | null result.
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.