Click or drag to resize

Stitcher Constructor

http://www.emgu.com
Creates a Stitcher configured in one of the stitching modes.

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Stitcher(
	StitcherMode mode = StitcherMode.Panorama
)

Parameters

mode (Optional)
Type: Emgu.CV.StitchingStitcherMode
Scenario for stitcher operation. This is usually determined by source of images to stitch and their transformation.
See Also