Click or drag to resize

Stitcher.Stitch Method (IEnumerable<Mat> ,Rect[][], OutputArray)

Try to stitch the given images.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Stitcher.Status Stitch(
	IEnumerable<Mat> images,
	Rect[][] rois,
	OutputArray pano
)

Parameters

images
Type: System.Collections.Generic.IEnumerable<Mat>
Input images.
rois
Type:OpenCvSharp.Rect[][]
Region of interest rectangles.
pano
Type: OpenCvSharp.OutputArray
Final pano.

Return Value

Type: Stitcher.Status
Status code.
See Also