ximgproc_qconj
import { ximgproc_qconj } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSqimg, qcimg
FUNCTIONximgproc_qconj
RETURN TYPEvoid
calculates conjugate of a quaternion image.
ximgproc_qconj(qimg: Mat, qcimg: Mat): void;qimgquaternion image.
qcimgOutput 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.