GFluidKernel_Kind
import { GFluidKernel_Kind } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSGFluidKernel_Kind
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for gfluid kernel kind. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static Filter
filter constant (0), defined by OpenCV for cv::GFluidKernel::Kind.
Filter: GFluidKernel_KindValue<0>,static Resize
resize constant (1), defined by OpenCV for cv::GFluidKernel::Kind.
Resize: GFluidKernel_KindValue<1>,static YUV420toRGB
Color conversion of 4:2:0 chroma sub-sampling formats (NV12, I420 ..etc) to RGB
YUV420toRGB: GFluidKernel_KindValue<2>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.