List of all members.
Public Member Functions |
void | runTestsNDTTree (pcl::PointCloud< pcl::PointXYZ > &modelCloud, pcl::PointCloud< pcl::PointXYZ > &testCloud, double resolutionMin, double resolutionMax, pcl::PointXYZ _origin, OneTestResult &res) |
| Tester () |
| Tester (int _nPartitions, double _min_offset, double _max_offset, int _threshold, double _maxScannerRange, int ndiscr=100) |
| ~Tester () |
Private Member Functions |
void | computePartition (pcl::PointCloud< pcl::PointXYZ > &rawCloud) |
void | countResults (OneTestResult &res, std::vector< double > &scoresPositives, std::vector< double > &scoresNegatives) |
pcl::PointCloud< pcl::PointXYZ > | filterDensity (pcl::PointCloud< pcl::PointXYZ > &rawCloud) |
pcl::PointCloud< pcl::PointXYZ > | filterRange (pcl::PointCloud< pcl::PointXYZ > &rawCloud) |
pcl::PointCloud< pcl::PointXYZ > | generateNegatives (pcl::PointCloud< pcl::PointXYZ > &rawCloud) |
Private Attributes |
double | fixed_threshold |
double | max_offset |
double | maxScannerRange |
double | min_offset |
pcl::PointCloud< pcl::PointXYZ > | negCloud |
int | nPartitions |
int | nThresholdDiscretisations |
pcl::PointXYZ | origin |
Detailed Description
Definition at line 24 of file likelihoodSingleScan.cc.
Constructor & Destructor Documentation
Tester::Tester |
( |
int |
_nPartitions, |
|
|
double |
_min_offset, |
|
|
double |
_max_offset, |
|
|
int |
_threshold, |
|
|
double |
_maxScannerRange, |
|
|
int |
ndiscr = 100 |
|
) |
| [inline] |
Member Function Documentation
pcl::PointCloud< pcl::PointXYZ > Tester::filterDensity |
( |
pcl::PointCloud< pcl::PointXYZ > & |
rawCloud | ) |
[private] |
pcl::PointCloud< pcl::PointXYZ > Tester::filterRange |
( |
pcl::PointCloud< pcl::PointXYZ > & |
rawCloud | ) |
[private] |
void Tester::runTestsNDTTree |
( |
pcl::PointCloud< pcl::PointXYZ > & |
modelCloud, |
|
|
pcl::PointCloud< pcl::PointXYZ > & |
testCloud, |
|
|
double |
resolutionMin, |
|
|
double |
resolutionMax, |
|
|
pcl::PointXYZ |
_origin, |
|
|
OneTestResult & |
res |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: