ft_FT12D_inverseFT
import { ft_FT12D_inverseFT } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTScomponents, kernel, output, width
FUNCTIONft_FT12D_inverseFT
RETURN TYPEvoid
Computes inverse F^1-transfrom.
ft_FT12D_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. The same kernel as for components computation must 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^1-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.