Click or drag to resize

StitcherSetEstimator Method

http://www.emgu.com
Set the estimator for this stitcher

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetEstimator(
	Estimator estimator
)

Parameters

estimator
Type: Emgu.CV.StitchingEstimator
The estimator
See Also