Skip to content

TrackerNano_create1

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

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

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

TrackerNano_create1: Constructor

TrackerNano_create1(backbone: dnn_Net, neckhead: dnn_Net): TrackerNano | null;
backbone

pre-loaded backbone model

neckhead

pre-loaded neckhead model

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.