MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / minLevel

Method minLevel

IPL/include/IPLHistogram.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 float medianLevel() { return _medianLevel; }
131 unsigned int modeLevel() { return _modeLevel; }
132 unsigned int minLevel() { return _minLevel; }
133 unsigned int maxLevel() { return _maxLevel; }
134 unsigned int maxValue() { return _maxCount; }
135 std::vector<int> linear() { return _histogramLinear; }

Callers 1

updateStatisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected