Stitcher_create
import { Stitcher_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmode
FUNCTIONStitcher_create
RETURN TYPEStitcher | null
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;modeScenario 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.