ft_FT02D_components
import { ft_FT02D_components } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmatrix, kernel, components, mask
FUNCTIONft_FT02D_components
RETURN TYPEvoid
Computes components of the array using direct F^0-transform.
ft_FT02D_components(matrix: Mat, kernel: Mat, components: Mat, mask: Mat): void;2 available overloads
ft_FT02D_components(matrix: Mat, kernel: Mat, components: Mat): void;ft_FT02D_components(matrix: Mat, kernel: Mat, components: Mat, mask: Mat): void;matrixInput array.
kernelKernel used for processing. Function
ft::createKernelcan be used.componentsOutput destination, filled by the native operation. Output 32-bit float array for the components.
maskMask can be used for unwanted area marking.
The function computes components using predefined kernel and mask.
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.