Skip to content

TrackerKCF_MODE

trackingclassOpenCV 5.0.0
import { TrackerKCF_MODE } from '@banou/opencv-wasm'

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

ARGUMENTSConstructor or factory
CLASSTrackerKCF_MODE
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now: - "GRAY" -- Use grayscale values as the feature - "CN" -- Color-names feature

Constructors and members

static GRAY

gray constant ((1 << 0)), defined by OpenCV for cv::TrackerKCF.

GRAY: TrackerKCF_MODEValue<1>,

static CN

cn constant ((1 << 1)), defined by OpenCV for cv::TrackerKCF.

CN: TrackerKCF_MODEValue<2>,

static CUSTOM

custom constant ((1 << 2)), defined by OpenCV for cv::TrackerKCF.

CUSTOM: TrackerKCF_MODEValue<4>

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.