eLynx SDK v3.0.1
C++ image processing API reference

eLynx::Image::ChannelHistogram Class Reference

#include <ImageHistogram.h>

List of all members.


Public Member Functions

 ChannelHistogram ()
 ChannelHistogram (const ChannelHistogram &iHistogram)
const ChannelHistogramoperator= (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

Detailed Description

Tool class defining a channel (grey) histogram.

Definition at line 36 of file ImageHistogram.h.


Constructor & Destructor Documentation

eLynx::Image::ChannelHistogram::ChannelHistogram (  ) 

eLynx::Image::ChannelHistogram::ChannelHistogram ( const ChannelHistogram iHistogram  ) 


Member Function Documentation

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


The documentation for this class was generated from the following file:

Generated on 14 Apr 2009 by doxygen 1.5.8