Skip to content

datasets_actionType

datasetsclassOpenCV 5.0.0
import { datasets_actionType } from '@banou/opencv-wasm'

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

ARGUMENTSConstructor or factory
CLASSdatasets_actionType
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.

Native enum entries for datasets action type. Pass an entry to enum-typed arguments or its .value to numeric arguments.

Constructors and members

static circle

circle constant (1), defined by OpenCV for cv::datasets.

circle: datasets_actionTypeValue<1>,

static triangle

triangle constant (1+1), defined by OpenCV for cv::datasets.

triangle: datasets_actionTypeValue<2>,

static updown

updown constant (1+2), defined by OpenCV for cv::datasets.

updown: datasets_actionTypeValue<3>,

static rightleft

rightleft constant (1+3), defined by OpenCV for cv::datasets.

rightleft: datasets_actionTypeValue<4>,

static wave

wave constant (1+4), defined by OpenCV for cv::datasets.

wave: datasets_actionTypeValue<5>,

static z

Third coordinate of this datasets_actionType value.

z: datasets_actionTypeValue<6>,

static cross

cross constant (1+6), defined by OpenCV for cv::datasets.

cross: datasets_actionTypeValue<7>,

static comehere

comehere constant (1+7), defined by OpenCV for cv::datasets.

comehere: datasets_actionTypeValue<8>,

static turnaround

turnaround constant (1+8), defined by OpenCV for cv::datasets.

turnaround: datasets_actionTypeValue<9>,

static pat

pat constant (1+9), defined by OpenCV for cv::datasets.

pat: datasets_actionTypeValue<10>

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.