Skip to content

ALIKED_create

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

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

Path to the ONNX model file.

params

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