gapi_LUV2BGR
import { gapi_LUV2BGR } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
Converts an image from LUV color space to BGR color space.
The function converts an input image from LUV color space to BGR. The conventional ranges for B, G, and R channel values are 0 to 255.
Output image must be 8-bit unsigned 3-channel image CV_8UC3.
Note: Function textual ID is "org.opencv.imgproc.colorconvert.luv2bgr"
See: BGR2LUV
gapi_LUV2BGR(src: GMat): GMat;srcinput image: 8-bit unsigned 3-channel image
CV_8UC3.
The GMat result. Release returned native handles with using or delete(), including handles nested in results.
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.