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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public StitcherStatus ComposePanorama(
	IOutputArray pano
)

Parameters

pano
Type: Emgu.CVIOutputArray
Final pano.

Return Value

Type: StitcherStatus
Status code.
See Also