Skip to content

detail_overlapRoi

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

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

ARGUMENTStl1, tl2, sz1, sz2
FUNCTIONdetail_overlapRoi
RETURN TYPEboolean
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Auxiliary functions

detail_overlapRoi(tl1: Point, tl2: Point, sz1: Size, sz2: Size, roi: Rect): boolean;
tl1

tl1 argument (Point).

tl2

tl2 argument (Point).

sz1

sz1 argument (Size).

sz2

sz2 argument (Size).

roi

roi argument (Rect).

Returns

The boolean result.

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.