47 #ifndef vpHistogramPeak_h
48 #define vpHistogramPeak_h
50 #include <visp3/core/vpConfig.h>
117 inline void set(
unsigned char lvl,
unsigned val)
155 friend VISP_EXPORT std::ostream &operator << (std::ostream &s,
const vpHistogramPeak &p);
unsigned getValue() const
Declaration of the peak (maximum value) in a gray level image histogram.
void setLevel(unsigned char lvl)
void set(unsigned char lvl, unsigned val)
unsigned value
Gray level ot the peak.
virtual ~vpHistogramPeak()
unsigned char getLevel() const
void setValue(unsigned val)