ft_FT02D_inverseFT
import { ft_FT02D_inverseFT } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTScomponents, kernel, output, width
FUNCTIONft_FT02D_inverseFT
RETURN TYPEvoid
Computes inverse F^0-transfrom.
ft_FT02D_inverseFT(components: Mat, kernel: Mat, output: Mat, width: number, height: number): void;componentsInput 32-bit float single channel array for the components.
kernelKernel used for processing. Function
ft::createKernelcan be used.outputOutput destination, filled by the native operation. Output 32-bit float array.
widthWidth of the output array.
heightHeight of the output array.
Computation of inverse 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.