ximgproc_qdft
import { ximgproc_qdft } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSimg, qimg, flags, sideLeft
FUNCTIONximgproc_qdft
RETURN TYPEvoid
Performs a forward or inverse Discrete quaternion Fourier transform of a 2D quaternion array.
ximgproc_qdft(img: Mat, qimg: Mat, flags: number, sideLeft: boolean): void;imgquaternion image.
qimgOutput destination, filled by the native operation. quaternion image in dual space.
flagsquaternion image in dual space. only DFT_INVERSE flags is supported
sideLefttrue the hypercomplex exponential is to be multiplied on the left (false on the right ).
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.