Click or drag to resize

StitcherEstimateTransform Method

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.1.0.3408 (4.1.0.3408)
Syntax
public StitcherStatus EstimateTransform(
	IInputArrayOfArrays images,
	IInputArrayOfArrays masks = null
)

Parameters

images
Type: Emgu.CVIInputArrayOfArrays
Input images.
masks (Optional)
Type: Emgu.CVIInputArrayOfArrays
Masks for each input image specifying where to look for keypoints (optional).

Return Value

Type: StitcherStatus
Status code.
See Also