![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Parameters for the GuessBestRadius method. More...
#include <ecvOctree.h>
Public Attributes | |
| int | aimedPopulationPerCell = 16 |
| Aimed poulation per octree cell. More... | |
| int | aimedPopulationRange |
| Aimed poulation range per octree cell. More... | |
| int | minCellPopulation = 6 |
| Minimum cell poulation. More... | |
| double | minAboveMinRatio = 0.97 |
Parameters for the GuessBestRadius method.
Definition at line 122 of file ecvOctree.h.
| int ccOctree::BestRadiusParams::aimedPopulationPerCell = 16 |
Aimed poulation per octree cell.
Definition at line 123 of file ecvOctree.h.
| int ccOctree::BestRadiusParams::aimedPopulationRange |
Aimed poulation range per octree cell.
Definition at line 124 of file ecvOctree.h.
| double ccOctree::BestRadiusParams::minAboveMinRatio = 0.97 |
Ratio of cells above the 'minCellPopulation' thershold
Definition at line 127 of file ecvOctree.h.
| int ccOctree::BestRadiusParams::minCellPopulation = 6 |
Minimum cell poulation.
Definition at line 126 of file ecvOctree.h.