Skip to content

ft_FT12D_inverseFT

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

Computes inverse F^1-transfrom.

ft_FT12D_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. The same kernel as for components computation must 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^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.