Skip to content

detail_restoreImageFromLaplacePyrGpu

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

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

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

Reconstruct an image from a Laplacian pyramid. This upstream name denotes an OpenCL-oriented helper; accelerated OpenCL execution is unavailable here.

detail_restoreImageFromLaplacePyrGpu(pyr: UMatVector): void;
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.