RobustEstimationAlgorithm Enumeration |
http://www.emgu.com
Type of Robust Estimation Algorithm
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic enum RobustEstimationAlgorithm
Public Enumeration RobustEstimationAlgorithm
public enum class RobustEstimationAlgorithm
type RobustEstimationAlgorithm
Members
| Member name | Value | Description |
---|
| AllPoints | 0 |
regular method using all the point pairs
|
| LMEDS | 4 |
Least-Median robust method
|
| Ransac | 8 |
RANSAC-based robust method
|
| RHO | 16 |
RHO algorithm
|
See Also