Skip to content

detail_createLaplacePyrGpu

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

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

ARGUMENTSimg, num_levels, pyr
FUNCTIONdetail_createLaplacePyrGpu
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Create an owned void instance with the supplied configuration.

detail_createLaplacePyrGpu(img: Mat, num_levels: number, pyr: UMatVector): void;
img

img argument (Mat).

num_levels

num levels argument (number).

pyr

Input/output value, modified by the native operation. pyr argument (UMatVector).

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.