eLynx SDK
v3.0.1 C++ image processing API reference |
#include <ImageHistogram.h>
Public Member Functions | |
ChannelHistogram () | |
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 |
Definition at line 36 of file ImageHistogram.h.
eLynx::Image::ChannelHistogram::ChannelHistogram | ( | ) |
eLynx::Image::ChannelHistogram::ChannelHistogram | ( | const ChannelHistogram & | iHistogram | ) |
const ChannelHistogram& eLynx::Image::ChannelHistogram::operator= | ( | const ChannelHistogram & | iHistogram | ) |
uint32* eLynx::Image::ChannelHistogram::GetMap | ( | ) |
const uint32* eLynx::Image::ChannelHistogram::GetMap | ( | ) | const |
uint32 eLynx::Image::ChannelHistogram::GetMin | ( | ) | const |
uint32 eLynx::Image::ChannelHistogram::GetMax | ( | ) | const |
void eLynx::Image::ChannelHistogram::SetMin | ( | uint32 | iMin | ) |
void eLynx::Image::ChannelHistogram::SetMax | ( | uint32 | iMax | ) |
void eLynx::Image::ChannelHistogram::Reset | ( | ) |
void eLynx::Image::ChannelHistogram::UpdateMinMax | ( | ) |
float eLynx::Image::ChannelHistogram::ComputeDominance | ( | ) | const |