ft_FT02D_FL_process_float
import { ft_FT02D_FL_process_float } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmatrix, radius, output
FUNCTIONft_FT02D_FL_process_float
RETURN TYPEvoid
Sligtly less accurate version of F^0-transfrom computation optimized for higher speed. The methods counts with linear basic function.
ft_FT02D_FL_process_float(matrix: Mat, radius: number, output: Mat): void;matrixInput 3 channels matrix.
radiusRadius of the
ft::LINEARbasic function.outputOutput destination, filled by the native operation. Output array.
This function computes F-transfrom and inverse F-transfotm using linear basic function in one step. It is ~9 times faster then
ft::FT02D_processmethod and more accurate thanft::FT02D_FL_processmethod.
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.