ximgproc_EdgeDrawing_GradientOperator
import { ximgproc_EdgeDrawing_GradientOperator } 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.
Native enum entries for ximgproc edge drawing gradient operator. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static PREWITT
prewitt constant (0), defined by OpenCV for cv::ximgproc::EdgeDrawing.
PREWITT: ximgproc_EdgeDrawing_GradientOperatorValue<0>,static SOBEL
sobel constant (1), defined by OpenCV for cv::ximgproc::EdgeDrawing.
SOBEL: ximgproc_EdgeDrawing_GradientOperatorValue<1>,static SCHARR
scharr constant (2), defined by OpenCV for cv::ximgproc::EdgeDrawing.
SCHARR: ximgproc_EdgeDrawing_GradientOperatorValue<2>,static LSD
lsd constant (3), defined by OpenCV for cv::ximgproc::EdgeDrawing.
LSD: ximgproc_EdgeDrawing_GradientOperatorValue<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.