Skip to content

TrackerVit_create1

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

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

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

TrackerVit_create1: Constructor

TrackerVit_create1(model: dnn_Net, meanvalue: Scalar, stdvalue: Scalar, tracking_score_threshold: number): TrackerVit | null;
4 available overloads
TrackerVit_create1(parameters: dnn_Net): TrackerVit | null;
TrackerVit_create1(parameters: dnn_Net, _1: Scalar): TrackerVit | null;
TrackerVit_create1(model: dnn_Net, meanvalue: Scalar, stdvalue: Scalar): TrackerVit | null;
TrackerVit_create1(model: dnn_Net, meanvalue: Scalar, stdvalue: Scalar, tracking_score_threshold: number): TrackerVit | null;
parameters

vit tracker parameters TrackerVit::Params

_1

1 argument (Scalar).

model

pre-loaded DNN model

meanvalue

mean value for image preprocessing

stdvalue

std value for image preprocessing

tracking_score_threshold

threshold for tracking score

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.