Skip to content

Stitcher_create

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

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

ARGUMENTSmode
FUNCTIONStitcher_create
RETURN TYPEStitcher | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Creates a Stitcher configured in one of the stitching modes.

Stitcher_create(mode: number): Stitcher | null;
2 available overloads
Stitcher_create(): Stitcher | null;
Stitcher_create(mode: number): Stitcher | null;
mode

Scenario for stitcher operation. This is usually determined by source of images to stitch and their transformation. Default parameters will be chosen for operation in given scenario.

Returns

Stitcher class instance.

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.