ETcVnEstimationAlgorithm
Offers estimation algorithms for matching point sets.
Syntax
Definition:
enum ETcVnEstimationAlgorithm : LONG
{
EA_DEFAULT = 0,
EA_LMEDS = 4,
EA_RANSAC = 8,
EA_RHO = 16
};
Values
Name |
Description |
---|---|
EA_DEFAULT |
Use all points. |
EA_LMEDS |
Least Median of Squares |
EA_RANSAC |
Random Sample Consensus |
EA_RHO |
Progressive Sample Consensus |