#include <ransac_matching.h>
Public Member Functions | |
ScalarType | inlierSquareThr () const |
Param () | |
Public Attributes | |
ScalarType | areaThrPerc |
ScalarType | congruenceThrPerc |
int | evalSize |
ScalarType | inlierDistanceThrPerc |
ScalarType | inlierRatioThr |
int | iterMax |
int | maxMatchingFeatureNum |
ScalarType | minFeatureDistancePerc |
ScalarType | samplingRadiusAbs |
ScalarType | samplingRadiusPerc |
Definition at line 260 of file ransac_matching.h.
vcg::RansacFramework< MeshType, FeatureSetType >::Param::Param | ( | ) | [inline] |
Definition at line 263 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::inlierSquareThr | ( | ) | const [inline] |
Definition at line 289 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::areaThrPerc |
Definition at line 284 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::congruenceThrPerc |
Definition at line 280 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Param::evalSize |
Definition at line 286 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::inlierDistanceThrPerc |
Definition at line 279 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::inlierRatioThr |
Definition at line 278 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Param::iterMax |
Definition at line 285 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Param::maxMatchingFeatureNum |
Definition at line 287 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::minFeatureDistancePerc |
Definition at line 281 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::samplingRadiusAbs |
Definition at line 283 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Param::samplingRadiusPerc |
Definition at line 282 of file ransac_matching.h.