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