ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccOctree::BestRadiusParams Struct Reference

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
 

Detailed Description

Parameters for the GuessBestRadius method.

Definition at line 122 of file ecvOctree.h.

Member Data Documentation

◆ aimedPopulationPerCell

int ccOctree::BestRadiusParams::aimedPopulationPerCell = 16

Aimed poulation per octree cell.

Definition at line 123 of file ecvOctree.h.

◆ aimedPopulationRange

int ccOctree::BestRadiusParams::aimedPopulationRange
Initial value:
=
4

Aimed poulation range per octree cell.

Definition at line 124 of file ecvOctree.h.

◆ minAboveMinRatio

double ccOctree::BestRadiusParams::minAboveMinRatio = 0.97

Ratio of cells above the 'minCellPopulation' thershold

Definition at line 127 of file ecvOctree.h.

◆ minCellPopulation

int ccOctree::BestRadiusParams::minCellPopulation = 6

Minimum cell poulation.

Definition at line 126 of file ecvOctree.h.


The documentation for this struct was generated from the following file: