Click or drag to resize

StitcherEstimateTransform Method (InputArray, Rect)

[Missing <summary> documentation for "M:OpenCvSharp.Stitcher.EstimateTransform(OpenCvSharp.InputArray,OpenCvSharp.Rect[][])"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public StitcherStatus EstimateTransform(
	InputArray images,
	Rect[][] rois
)

Parameters

images
Type: OpenCvSharpInputArray

[Missing <param name="images"/> documentation for "M:OpenCvSharp.Stitcher.EstimateTransform(OpenCvSharp.InputArray,OpenCvSharp.Rect[][])"]

rois
Type: OpenCvSharpRect

[Missing <param name="rois"/> documentation for "M:OpenCvSharp.Stitcher.EstimateTransform(OpenCvSharp.InputArray,OpenCvSharp.Rect[][])"]

Return Value

Type: StitcherStatus

[Missing <returns> documentation for "M:OpenCvSharp.Stitcher.EstimateTransform(OpenCvSharp.InputArray,OpenCvSharp.Rect[][])"]

See Also