Skip to content

ft_FT12D_components

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

Computes components of the array using direct F^1-transform.

ft_FT12D_components(matrix: Mat, kernel: Mat, components: Mat): void;
matrix

Input array.

kernel

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

components

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