ETcVnEstimationAlgorithm
Offers estimation algorithms for matching point sets.
Syntax
Definition:
TYPE ETcVnEstimationAlgorithm :
(
TCVN_EA_DEFAULT := 0,
TCVN_EA_LMEDS := 4,
TCVN_EA_RANSAC := 8,
TCVN_EA_RHO := 16
)DINT;
END_TYPE
Values
Name |
Description |
---|---|
TCVN_EA_DEFAULT |
Use all points. |
TCVN_EA_LMEDS |
Least Median of Squares |
TCVN_EA_RANSAC |
Random Sample Consensus |
TCVN_EA_RHO |
Progressive Sample Consensus |