Skip to content

face_MACE_create

facefunctionOpenCV 5.0.0
import { face_MACE_create } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSIMGSIZE
FUNCTIONface_MACE_create
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_create: constructor

face_MACE_create(IMGSIZE: number): face_MACE | null;
2 available overloads
face_MACE_create(): face_MACE | null;
face_MACE_create(IMGSIZE: number): face_MACE | null;
IMGSIZE

images will get resized to this (should be an even number)

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.