Skip to content

ximgproc_qconj

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

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

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

calculates conjugate of a quaternion image.

ximgproc_qconj(qimg: Mat, qcimg: Mat): void;
qimg

quaternion image.

qcimg

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.