17 class GenericDistribution;
18 class GenericIndexedCloud;
19 class GenericIndexedCloudPersist;
20 class GenericProgressCallback;
52 unsigned numberOfClasses,
53 unsigned& finalNumberOfClasses,
54 bool noClassCompression =
false,
55 ScalarType* histoMin =
nullptr,
56 ScalarType* histoMax =
nullptr,
57 unsigned* histoValues =
nullptr,
58 double* npis =
nullptr);
66 static double computeChi2Fractile(
double p,
int d);
74 static double computeChi2Probability(
double chi2result,
int d);
102 static double testCloudWithStatisticalModel(
105 unsigned numberOfNeighbours,
123 static bool computeLocalChi2DistAtLevel(
125 void** additionalParameters,
The octree structure used throughout the library.
A generic class to handle a probability distribution.
A generic 3D point cloud with index-based and presistent access to points.
Generic file read and write utility for python interface.