Skip to content

RgbdNormals_RgbdNormalsMethod

ptcloudclassOpenCV 5.0.0
import { RgbdNormals_RgbdNormalsMethod } from '@banou/opencv-wasm'

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

ARGUMENTSConstructor or factory
CLASSRgbdNormals_RgbdNormalsMethod
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 rgbd normals rgbd normals method. Pass an entry to enum-typed arguments or its .value to numeric arguments.

Constructors and members

static RGBD_NORMALS_METHOD_FALS

rgbd normals method fals constant (0), defined by OpenCV for cv::RgbdNormals.

RGBD_NORMALS_METHOD_FALS: RgbdNormals_RgbdNormalsMethodValue<0>,

static RGBD_NORMALS_METHOD_LINEMOD

rgbd normals method linemod constant (1), defined by OpenCV for cv::RgbdNormals.

RGBD_NORMALS_METHOD_LINEMOD: RgbdNormals_RgbdNormalsMethodValue<1>,

static RGBD_NORMALS_METHOD_SRI

rgbd normals method sri constant (2), defined by OpenCV for cv::RgbdNormals.

RGBD_NORMALS_METHOD_SRI: RgbdNormals_RgbdNormalsMethodValue<2>,

static RGBD_NORMALS_METHOD_CROSS_PRODUCT

rgbd normals method cross product constant (3), defined by OpenCV for cv::RgbdNormals.

RGBD_NORMALS_METHOD_CROSS_PRODUCT: RgbdNormals_RgbdNormalsMethodValue<3>

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.