ft_FT12D_components
import { ft_FT12D_components } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmatrix, kernel, components
FUNCTIONft_FT12D_components
RETURN TYPEvoid
Computes components of the array using direct F^1-transform.
ft_FT12D_components(matrix: Mat, kernel: Mat, components: 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.
The function computes linear components using predefined kernel.
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.