mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
Auto filter of 'background'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user