Skip to content

ml_KNearest_load

mlfunctionOpenCV 5.0.0
import { ml_KNearest_load } from '@banou/opencv-wasm'

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

ARGUMENTSfilepath
FUNCTIONml_KNearest_load
RETURN TYPEml_KNearest | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Loads and creates a serialized knearest from a file

Use KNearest::save to serialize and store an KNearest to disk. Load the KNearest from this file again, by calling this function with the path to the file.

ml_KNearest_load(filepath: EmbindString): ml_KNearest | null;
filepath

path to serialized KNearest

Returns

The ml_KNearest | 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.