Skip to content

detail_normalizeUsingWeightMap

stitchingfunctionOpenCV 5.0.0
import { detail_normalizeUsingWeightMap } from '@banou/opencv-wasm'

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

ARGUMENTSweight, src
FUNCTIONdetail_normalizeUsingWeightMap
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Auxiliary functions

detail_normalizeUsingWeightMap(weight: Mat, src: Mat): void;
weight

weight argument (Mat).

src

Input/output value, modified by the native operation. src argument (Mat).

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.