Click or drag to resize

StitcherComposePanorama Method (IOutputArray)

http://www.emgu.com
These functions try to match the given images and to estimate rotations of each camera.

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public StitcherStatus ComposePanorama(
	IOutputArray pano
)

Parameters

pano
Type: Emgu.CVIOutputArray
Final pano.

Return Value

Type: StitcherStatus
Status code.
See Also