| RobustEstimationAlgorithms Enumeration |
type of the robust estimation algorithm
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum RobustEstimationAlgorithms
Public Enumeration RobustEstimationAlgorithms
public enum class RobustEstimationAlgorithms
type RobustEstimationAlgorithms
Members
| Member name | Value | Description |
---|
| LMEDS | 4 |
least-median of squares algorithm
|
| RANSAC | 8 |
RANSAC algorithm
|
| RHO | 16 |
RHO algorithm
|
See Also