Skip to content

TrackerCSRT_create

trackingfunctionOpenCV 5.0.0
import { TrackerCSRT_create } from '@banou/opencv-wasm'

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

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

Create CSRT tracker instance

TrackerCSRT_create(parameters: TrackerCSRT_Params): TrackerCSRT | null;
2 available overloads
TrackerCSRT_create(): TrackerCSRT | null;
TrackerCSRT_create(parameters: TrackerCSRT_Params): TrackerCSRT | null;
parameters

CSRT parameters TrackerCSRT::Params

Returns

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