Auto filter of 'background'

This commit is contained in:
Sebastian Piwell
2016-05-17 16:11:57 -04:00
parent 08f0204a66
commit ff39239b0f
11 changed files with 83 additions and 43 deletions

View File

@@ -71,11 +71,15 @@ public:
float equalize (float);
float entropy();
float highestBinValue(bool equalized);
float binWidth();
private:
int _numBins;
float _minValue;
float _maxValue;
float* _data;
std::vector<float> _equalizer;
int _numValues;