eLynx SDK
v3.3.0 C++ image processing API reference |
Tool class defining a channel (grey) histogram. More...
#include <ImageHistogram.h>
Public Member Functions | |
ChannelHistogram (const ChannelHistogram &iHistogram) | |
const ChannelHistogram & | operator= (const ChannelHistogram &iHistogram) |
uint32 * | GetMap () |
const uint32 * | GetMap () const |
uint32 | GetMin () const |
uint32 | GetMax () const |
void | SetMin (uint32 iMin) |
void | SetMax (uint32 iMax) |
void | Reset () |
void | UpdateMinMax () |
float | ComputeDominance () const |
Tool class defining a channel (grey) histogram.