![]() |
Visual Servoing Platform version 3.7.0
|
This is the complete list of members for vpHistogram, including all inherited members.
| calculate(const vpImage< unsigned char > &I, unsigned int nbins=256, unsigned int nbThreads=1) | vpHistogram | |
| calculate(const vpImage< ArithmeticType > &I, const ArithmeticType &minVal, const ArithmeticType &maxVal, ArithmeticType &widthBin, unsigned int nbins=256, unsigned int nbThreads=1) | vpHistogram | inline |
| display(const vpImage< unsigned char > &I, const vpColor &color=vpColor::white, unsigned int thickness=2, unsigned int maxValue_=0) | vpHistogram | |
| equalize(const vpImage< unsigned char > &I, vpImage< unsigned char > &Iout) | 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 |
| getTotal() | 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 |
| setMask(const vpImage< bool > *p_mask) | vpHistogram | inline |
| smooth(unsigned int fsize=3) | vpHistogram | |
| sort(std::list< vpHistogramPeak > &peaks) | vpHistogram | |
| vpHistogram(const unsigned int &size=256) | vpHistogram | |
| vpHistogram(const vpHistogram &h) | vpHistogram | |
| vpHistogram(const vpImage< unsigned char > &I) | vpHistogram | |
| vpHistogram(const vpImage< unsigned char > &I, const vpImage< bool > *p_mask) | vpHistogram | |
| write(const std::string &filename) | vpHistogram | |
| write(const char *filename) | vpHistogram | |
| ~vpHistogram() | vpHistogram | virtual |