Click or drag to resize

StitcherStitch Method (IEnumerableMat, OutputArray)

Try to stitch the given images.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public StitcherStatus Stitch(
	IEnumerable<Mat> images,
	OutputArray pano
)

Parameters

images
Type: System.Collections.GenericIEnumerableMat
Input images.
pano
Type: OpenCvSharpOutputArray
Final pano.

Return Value

Type: StitcherStatus
Status code.
See Also