#include <Drawer.h>
|
cv::Mat | drawPoints (const cv::Mat &img, const std::vector< cv::Point > &pts) const |
|
void | drawPoints (QPainter &p, const std::vector< cv::Point > &pts) const |
|
void | drawPoints (QPainter &p, const QVector< QPointF > &pts) const |
|
void | drawPoint (QPainter &p, const QPointF &pt) const |
|
cv::Mat | drawRects (const cv::Mat &img, const std::vector< cv::Rect > &rects) const |
|
void | drawRects (QPainter &p, const QVector< QRectF > &rects) const |
|
void | drawRect (QPainter &p, const QRectF &rect) const |
|
void | setColor (const QColor &col) |
|
void | setStrokeWidth (int strokeWidth) |
|
void | setPen (const QPen &pen) |
|
QPen | pen () const |
|
void rdf::Drawer::drawPoint |
( |
QPainter & |
p, |
|
|
const QPointF & |
pt |
|
) |
| const |
cv::Mat rdf::Drawer::drawPoints |
( |
const cv::Mat & |
img, |
|
|
const std::vector< cv::Point > & |
pts |
|
) |
| const |
void rdf::Drawer::drawPoints |
( |
QPainter & |
p, |
|
|
const std::vector< cv::Point > & |
pts |
|
) |
| const |
void rdf::Drawer::drawPoints |
( |
QPainter & |
p, |
|
|
const QVector< QPointF > & |
pts |
|
) |
| const |
void rdf::Drawer::drawRect |
( |
QPainter & |
p, |
|
|
const QRectF & |
rect |
|
) |
| const |
cv::Mat rdf::Drawer::drawRects |
( |
const cv::Mat & |
img, |
|
|
const std::vector< cv::Rect > & |
rects |
|
) |
| const |
void rdf::Drawer::drawRects |
( |
QPainter & |
p, |
|
|
const QVector< QRectF > & |
rects |
|
) |
| const |
Drawer & rdf::Drawer::instance |
( |
| ) |
|
|
static |
QPen rdf::Drawer::pen |
( |
| ) |
const |
void rdf::Drawer::setColor |
( |
const QColor & |
col | ) |
|
void rdf::Drawer::setPen |
( |
const QPen & |
pen | ) |
|
void rdf::Drawer::setStrokeWidth |
( |
int |
strokeWidth | ) |
|
The documentation for this class was generated from the following files: