|
ReadFramework
|
This is the complete list of members for rdf::Histogram, including all inherited members.
| add(double val, double weight=1.0) | rdf::Histogram | |
| binIdx(double val) const | rdf::Histogram | |
| draw(const QPen &pen=QPen(), const QColor &bgCol=QColor(255, 255, 255)) | rdf::Histogram | |
| draw(QPainter &p, const Rect &r) const | rdf::Histogram | |
| draw(QPainter &p) const | rdf::Histogram | protected |
| fromData(const cv::Mat &data, int numBins=256) | rdf::Histogram | inlinestatic |
| hist() const | rdf::Histogram | |
| Histogram(const cv::Mat &values=cv::Mat()) | rdf::Histogram | |
| Histogram(double minVal, double maxVal, int numBins=256) | rdf::Histogram | |
| isEmpty() const | rdf::Histogram | |
| maxBin() const | rdf::Histogram | |
| maxBinIdx() const | rdf::Histogram | |
| mHist | rdf::Histogram | protected |
| minBin() const | rdf::Histogram | |
| mMaxVal | rdf::Histogram | protected |
| mMinVal | rdf::Histogram | protected |
| numBins() const | rdf::Histogram | |
| transformX(double val, const Rect &r) const | rdf::Histogram | protected |
| transformY(double val, double minV, double maxV, const Rect &r) const | rdf::Histogram | protected |
| value(int binIdx) const | rdf::Histogram |