ft_filter
import { ft_filter } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSimage, kernel, output
FUNCTIONft_filter
RETURN TYPEvoid
Image filtering
ft_filter(image: Mat, kernel: Mat, output: Mat): void;imageInput image.
kernelFinal 32-bit kernel.
outputOutput destination, filled by the native operation. Output 32-bit image.
Filtering of the input image by means of F-transform.
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.