detail_TestOp
import { detail_TestOp } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
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.