ALIKED_create
import { ALIKED_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmodelPath, params
FUNCTIONALIKED_create
RETURN TYPEALIKED | null
Creates ALIKED from a model file path.
ALIKED_create(modelPath: EmbindString, params: ALIKED_Params): ALIKED | null;2 available overloads
ALIKED_create(modelPath: EmbindString): ALIKED | null;ALIKED_create(modelPath: EmbindString, params: ALIKED_Params): ALIKED | null;modelPathPath to the ONNX model file.
paramsALIKED parameters.
Returns
The ALIKED | 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.