ft_FT12D_createPolynomMatrixHorizontal
import { ft_FT12D_createPolynomMatrixHorizontal } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSradius, matrix, chn
FUNCTIONft_FT12D_createPolynomMatrixHorizontal
RETURN TYPEvoid
Creates horizontal matrix for F^1-transform computation.
ft_FT12D_createPolynomMatrixHorizontal(radius: number, matrix: Mat, chn: number): void;radiusRadius of the basic function.
matrixOutput destination, filled by the native operation. The horizontal matrix.
chnNumber of channels.
The function creates helper horizontal matrix for
F^1-transfrom processing. It is used for gradient computation.
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.