Skip to content

ximgproc_qdft

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

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;
img

quaternion image.

qimg

Output destination, filled by the native operation. quaternion image in dual space.

flags

quaternion image in dual space. only DFT_INVERSE flags is supported

sideLeft

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