Click or drag to resize

Stitcher.Stitch Method (IEnumerable<Mat> , 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,
	OutputArray pano
)

Parameters

images
Type: System.Collections.Generic.IEnumerable<Mat>
Input images.
pano
Type: OpenCvSharp.OutputArray
Final pano.

Return Value

Type: Stitcher.Status
Status code.
See Also