Skip to content

detail_TestOp

Core and matricesclassOpenCV 5.0.0
import { detail_TestOp } from '@banou/opencv-wasm'

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

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

Returns string of cv::Mat depth value: CV_8UC3 -> "CV_8UC3" or cv::String()

Constructors and members

static TEST_CUSTOM

test custom constant (0), defined by OpenCV for cv::detail.

TEST_CUSTOM: detail_TestOpValue<0>,

static TEST_EQ

test eq constant (1), defined by OpenCV for cv::detail.

TEST_EQ: detail_TestOpValue<1>,

static TEST_NE

test ne constant (2), defined by OpenCV for cv::detail.

TEST_NE: detail_TestOpValue<2>,

static TEST_LE

test le constant (3), defined by OpenCV for cv::detail.

TEST_LE: detail_TestOpValue<3>,

static TEST_LT

test lt constant (4), defined by OpenCV for cv::detail.

TEST_LT: detail_TestOpValue<4>,

static TEST_GE

test ge constant (5), defined by OpenCV for cv::detail.

TEST_GE: detail_TestOpValue<5>,

static TEST_GT

test gt constant (6), defined by OpenCV for cv::detail.

TEST_GT: detail_TestOpValue<6>

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.