51 #ifndef vpHistogramValey_h
52 #define vpHistogramValey_h
54 #include <visp/vpHistogramPeak.h>
121 inline void set(
unsigned char level,
unsigned value)
159 friend VISP_EXPORT std::ostream &
operator << (std::ostream &s,
Declaration of the peak (maximum value) in a gray level image histogram.
vpHistogramPeak & operator=(const vpHistogramPeak &p)
unsigned char getLevel() const
void setLevel(unsigned char level)
void setValue(unsigned value)
unsigned getValue() const
void set(unsigned char level, unsigned value)
vpHistogramValey(const vpHistogramValey &v)
unsigned value
Gray level ot the peak.
friend VISP_EXPORT std::ostream & operator<<(std::ostream &s, const vpHistogramPeak &p)
std::cout a peak
vpHistogramValey(unsigned char level, unsigned value)
Declaration of the valey (minimum value) in a gray level image histogram.
bool operator==(const vpHistogramPeak &p) const