Click or drag to resize

StitcherCreate Method

Creates a Stitcher configured in one of the stitching modes.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Stitcher Create(
	StitcherMode mode = StitcherMode.Panorama
)

Parameters

mode (Optional)
Type: OpenCvSharpStitcherMode
Scenario for stitcher operation. This is usually determined by source of images to stitch and their transformation.Default parameters will be chosen for operation in given scenario.

Return Value

Type: Stitcher

[Missing <returns> documentation for "M:OpenCvSharp.Stitcher.Create(OpenCvSharp.Stitcher.Mode)"]

See Also