Skip to content

detail_resultRoi1

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

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

ARGUMENTScorners, sizes
FUNCTIONdetail_resultRoi1
RETURN TYPERect
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Compute the bounding rectangle from image offsets and sizes.

detail_resultRoi1(corners: PointVector, sizes: SizeVector): Rect;
corners

corners argument (PointVector).

sizes

sizes argument (SizeVector).

Returns

The Rect 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.