gapi_ot_TrackingStatus
import { gapi_ot_TrackingStatus } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSgapi_ot_TrackingStatus
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
enum: TrackingStatus
Tracking status twin for vas::ot::TrackingStatus
Constructors and members
static NEW
The object is newly added.
NEW: gapi_ot_TrackingStatusValue<0>,static TRACKED
The object is being tracked.
TRACKED: gapi_ot_TrackingStatusValue<1>,static LOST
The object gets lost now. The object can be tracked again
LOST: gapi_ot_TrackingStatusValue<2>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.