#include <Image.h>
|
| Histogram (const cv::Mat &values=cv::Mat()) |
|
| Histogram (const QVector< int > &values) |
|
cv::Mat | draw (const QPen &pen=QPen(), const QColor &bgCol=QColor(255, 255, 255)) |
|
void | draw (QPainter &p, const Rect &r) |
|
cv::Mat | hist () const |
|
double | max () const |
|
double | min () const |
|
rdf::Histogram::Histogram |
( |
const cv::Mat & |
values = cv::Mat() | ) |
|
rdf::Histogram::Histogram |
( |
const QVector< int > & |
values | ) |
|
cv::Mat rdf::Histogram::draw |
( |
const QPen & |
pen = QPen() , |
|
|
const QColor & |
bgCol = QColor(255, 255, 255) |
|
) |
| |
void rdf::Histogram::draw |
( |
QPainter & |
p, |
|
|
const Rect & |
r |
|
) |
| |
void rdf::Histogram::draw |
( |
QPainter & |
p | ) |
|
|
protected |
cv::Mat rdf::Histogram::hist |
( |
| ) |
const |
double rdf::Histogram::max |
( |
| ) |
const |
double rdf::Histogram::min |
( |
| ) |
const |
cv::Mat rdf::Histogram::mHist |
|
protected |
The documentation for this class was generated from the following files: