Skip to content

TrackerMIL_create

Motion and trackingfunctionOpenCV 5.0.0
import { TrackerMIL_create } from '@banou/opencv-wasm'

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

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

Create MIL tracker instance

TrackerMIL_create(parameters: TrackerMIL_Params): TrackerMIL | null;
2 available overloads
TrackerMIL_create(): TrackerMIL | null;
TrackerMIL_create(parameters: TrackerMIL_Params): TrackerMIL | null;
parameters

MIL parameters TrackerMIL::Params

Returns

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