Find highest value over multiple bins in histogram

This commit is contained in:
Sebastian Piwell
2016-06-10 15:36:36 -04:00
parent 39f083c342
commit 157ca752b2
2 changed files with 27 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public:
float equalize (float);
float entropy();
float highestBinValue(bool equalized);
float highestBinValue(bool equalized, int overBins=0);
float binWidth();
void changeRange(float minValue, float maxValue);