detail_TrackerSamplerCSC_MODE
import { detail_TrackerSamplerCSC_MODE } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSdetail_TrackerSamplerCSC_MODE
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
TrackerSampler based on CSC (current state centered), used by MIL algorithm TrackerMIL
Constructors and members
static MODE_INIT_POS
mode for init positive samples
MODE_INIT_POS: detail_TrackerSamplerCSC_MODEValue<1>,static MODE_INIT_NEG
mode for init negative samples
MODE_INIT_NEG: detail_TrackerSamplerCSC_MODEValue<2>,static MODE_TRACK_POS
mode for update positive samples
MODE_TRACK_POS: detail_TrackerSamplerCSC_MODEValue<3>,static MODE_TRACK_NEG
mode for update negative samples
MODE_TRACK_NEG: detail_TrackerSamplerCSC_MODEValue<4>,static MODE_DETECT
mode for detect samples
MODE_DETECT: detail_TrackerSamplerCSC_MODEValue<5>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.