eLynx SDK
v3.3.0 C++ image processing API reference |
Tool class defining an image histogram with multiple channel histograms. More...
#include <ImageHistogram.h>
Public Member Functions | |
ImageHistogram (uint32 iChannelCount=4) | |
ImageHistogram (const ImageHistogram &iHistogram) | |
uint32 | GetChannelCount () const |
uint32 | GetMin () const |
uint32 | GetMax () const |
ChannelHistogram & | GetChannel (uint32 iChannel) |
const ChannelHistogram & | GetChannel (uint32 iChannel) const |
void | Reset (uint32 iChannelCount=5) |
void | UpdateMinMax () |
float | ComputeDominance () const |
Tool class defining an image histogram with multiple channel histograms.