Skip to content

ximgproc_qmultiply

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

Calculates the per-element quaternion product of two arrays

ximgproc_qmultiply(src1: Mat, src2: Mat, dst: Mat): void;
src1

quaternion image.

src2

quaternion image.

dst

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