Skip to content

ximgproc_qunitary

Extended image processingfunctionOpenCV 5.0.0
import { ximgproc_qunitary } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSqimg, qnimg
FUNCTIONximgproc_qunitary
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

divides each element by its modulus.

ximgproc_qunitary(qimg: Mat, qnimg: Mat): void;
qimg

quaternion image.

qnimg

Output destination, filled by the native operation. conjugate of qimg

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.