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
Syntaxpublic void SetEstimator(
Estimator estimator
)
Public Sub SetEstimator (
estimator As Estimator
)
public:
void SetEstimator(
Estimator^ estimator
)
member SetEstimator :
estimator : Estimator -> unit
Parameters
- estimator
- Type: Emgu.CV.StitchingEstimator
The estimator
See Also