Skip to content

TrackerVit_create

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

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

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

TrackerVit_create: Constructor

TrackerVit_create(parameters: TrackerVit_Params): TrackerVit | null;
2 available overloads
TrackerVit_create(): TrackerVit | null;
TrackerVit_create(parameters: TrackerVit_Params): TrackerVit | null;
parameters

vit tracker parameters TrackerVit::Params

Returns

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