Click or drag to resize

StitcherStitch Method (InputArray, Rect, OutputArray)

Try to stitch the given images.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public StitcherStatus Stitch(
	InputArray images,
	Rect[][] rois,
	OutputArray pano
)

Parameters

images
Type: OpenCvSharpInputArray
Input images.
rois
Type: OpenCvSharpRect
Region of interest rectangles.
pano
Type: OpenCvSharpOutputArray
Final pano.

Return Value

Type: StitcherStatus
Status code.
See Also