Click or drag to resize

StitcherComposePanorama Method (IInputArrayOfArrays, IOutputArray)

http://www.emgu.com
These functions try to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public StitcherStatus ComposePanorama(
	IInputArrayOfArrays images,
	IOutputArray pano
)

Parameters

images
Type: Emgu.CVIInputArrayOfArrays
Input images
pano
Type: Emgu.CVIOutputArray
Final pano.

Return Value

Type: StitcherStatus
Status code.
See Also