Visual Servoing Platform
version 3.0.1
|
This is the complete list of members for vpHistogram, including all inherited members.
calculate(const vpImage< unsigned char > &I, const unsigned int nbins=256, const unsigned int nbThreads=1) | vpHistogram | |
display(const vpImage< unsigned char > &I, const vpColor &color=vpColor::white, const unsigned int thickness=2, const unsigned int maxValue_=0) | vpHistogram | |
get(const unsigned char level) const | vpHistogram | inline |
getPeaks(std::list< vpHistogramPeak > &peaks) | vpHistogram | |
getPeaks(unsigned char dist, vpHistogramPeak &peak1, vpHistogramPeak &peak2) | vpHistogram | |
getPeaks(unsigned char dist, vpHistogramPeak &peakl, vpHistogramPeak &peakr, vpHistogramValey &valey) | vpHistogram | |
getSize() const | vpHistogram | inline |
getValey(std::list< vpHistogramValey > &valey) | vpHistogram | |
getValey(const vpHistogramPeak &peak1, const vpHistogramPeak &peak2, vpHistogramValey &valey) | vpHistogram | |
getValey(unsigned char dist, const vpHistogramPeak &peak, vpHistogramValey &valeyl, vpHistogramValey &valeyr) | vpHistogram | |
getValues() | vpHistogram | inline |
operator()(const unsigned char level) const | vpHistogram | inline |
operator=(const vpHistogram &h) | vpHistogram | |
operator[](const unsigned char level) const | vpHistogram | inline |
set(const unsigned char level, unsigned int value) | vpHistogram | inline |
smooth(const unsigned int fsize=3) | vpHistogram | |
sort(std::list< vpHistogramPeak > &peaks) | vpHistogram | |
vpHistogram() | vpHistogram | |
vpHistogram(const vpHistogram &h) | vpHistogram | |
vpHistogram(const vpImage< unsigned char > &I) | vpHistogram | |
write(const std::string &filename) | vpHistogram | |
write(const char *filename) | vpHistogram | |
~vpHistogram() | vpHistogram | virtual |