Method SetUseMEstimator
- Namespace
- OpenCvSharp.OptFlow
- Assembly
- OpenCvSharp.dll
SetUseMEstimator(bool)
Enables the M-estimator by setting the norm sigma parameters to (3.2, 7.0), or disables it (least-square estimator, faster but less robust against outliers in the support region).
public void SetUseMEstimator(bool val)
Parameters
valboolIf true, the M-estimator is used. If false, the least-square estimator is used.