Click or drag to resize

StitcherStitch Method

http://www.emgu.com
Compute the panoramic images given the images

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 Stitch(
	IInputArray images,
	IOutputArray pano
)

Parameters

images
Type: Emgu.CVIInputArray
The input images. This can be, for example, a VectorOfMat
pano
Type: Emgu.CVIOutputArray
The panoramic image

Return Value

Type: StitcherStatus
The stitching status
See Also