ximgproc_qmultiply
import { ximgproc_qmultiply } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSsrc1, src2, dst
FUNCTIONximgproc_qmultiply
RETURN TYPEvoid
Calculates the per-element quaternion product of two arrays
ximgproc_qmultiply(src1: Mat, src2: Mat, dst: Mat): void;src1quaternion image.
src2quaternion image.
dstOutput destination, filled by the native operation. product dst(I)=src1(I) . src2(I)
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.