ft_FT02D_process
import { ft_FT02D_process } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmatrix, kernel, output, mask
FUNCTIONft_FT02D_process
RETURN TYPEvoid
Computes F^0-transfrom and inverse F^0-transfrom at once.
ft_FT02D_process(matrix: Mat, kernel: Mat, output: Mat, mask: Mat): void;2 available overloads
ft_FT02D_process(matrix: Mat, kernel: Mat, output: Mat): void;ft_FT02D_process(matrix: Mat, kernel: Mat, output: Mat, mask: Mat): void;matrixInput matrix.
kernelKernel used for processing. Function
ft::createKernelcan be used.outputOutput destination, filled by the native operation. Output 32-bit float array.
maskMask used for unwanted area marking.
This function computes F-transfrom and inverse F-transfotm in one step. It is fully sufficient and optimized for
cv::Mat.
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.