Skip to content

face_MACE_load

facefunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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;
filename

build 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.