Skip to content

TrackerNano_create

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

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

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

TrackerNano_create: Constructor

TrackerNano_create(parameters: TrackerNano_Params): TrackerNano | null;
2 available overloads
TrackerNano_create(): TrackerNano | null;
TrackerNano_create(parameters: TrackerNano_Params): TrackerNano | null;
parameters

NanoTrack parameters TrackerNano::Params

Returns

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