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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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