ft_createKernel1
import { ft_createKernel1 } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSA, B, kernel, chn
FUNCTIONft_createKernel1
RETURN TYPEvoid
Creates kernel from basic functions.
ft_createKernel1(A: Mat, B: Mat, kernel: Mat, chn: number): void;ABasic function used in axis x.
BBasic function used in axis y.
kernelOutput destination, filled by the native operation. Final 32-bit kernel derived from A and B.
chnNumber of kernel channels.
The function creates kernel usable for latter fuzzy image processing.
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.