Skip to content

TrackerDaSiamRPN_create1

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

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

ARGUMENTSsiam_rpn, kernel_cls1, kernel_r1
FUNCTIONTrackerDaSiamRPN_create1
RETURN TYPETrackerDaSiamRPN | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

TrackerDaSiamRPN_create1: Constructor

TrackerDaSiamRPN_create1(siam_rpn: dnn_Net, kernel_cls1: dnn_Net, kernel_r1: dnn_Net): TrackerDaSiamRPN | null;
siam_rpn

pre-loaded SiamRPN model

kernel_cls1

pre-loaded CLS model

kernel_r1

pre-loaded R1 model

Returns

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