Skip to content

ft_FT02D_inverseFT

fuzzyfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Computes inverse F^0-transfrom.

ft_FT02D_inverseFT(components: Mat, kernel: Mat, output: Mat, width: number, height: number): void;
components

Input 32-bit float single channel array for the components.

kernel

Kernel used for processing. Function ft::createKernel can be used.

output

Output destination, filled by the native operation. Output 32-bit float array.

width

Width of the output array.

height

Height 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.