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);
Declaration of the peak (maximum value) in a gray level image histogram.
void setLevel(unsigned char lvl)
unsigned char getLevel() const
unsigned value
Gray level ot the peak.
virtual ~vpHistogramPeak()
unsigned getValue() const
void setValue(unsigned val)