#include "plot.hpp"
◆ render()
virtual void cv::plot::Plot2d::render |
( |
OutputArray |
_plotResult | ) |
|
|
pure virtual |
◆ setMaxX()
virtual void cv::plot::Plot2d::setMaxX |
( |
double |
_plotMaxX | ) |
|
|
pure virtual |
◆ setMaxY()
virtual void cv::plot::Plot2d::setMaxY |
( |
double |
_plotMaxY | ) |
|
|
pure virtual |
◆ setMinX()
virtual void cv::plot::Plot2d::setMinX |
( |
double |
_plotMinX | ) |
|
|
pure virtual |
◆ setMinY()
virtual void cv::plot::Plot2d::setMinY |
( |
double |
_plotMinY | ) |
|
|
pure virtual |
◆ setNeedPlotLine()
virtual void cv::plot::Plot2d::setNeedPlotLine |
( |
bool |
_needPlotLine | ) |
|
|
pure virtual |
Switches data visualization mode.
- Parameters
-
_needPlotLine | if true then neighbour plot points will be connected by lines. In other case data will be plotted as a set of standalone points. |
◆ setPlotAxisColor()
virtual void cv::plot::Plot2d::setPlotAxisColor |
( |
Scalar |
_plotAxisColor | ) |
|
|
pure virtual |
◆ setPlotBackgroundColor()
virtual void cv::plot::Plot2d::setPlotBackgroundColor |
( |
Scalar |
_plotBackgroundColor | ) |
|
|
pure virtual |
◆ setPlotGridColor()
virtual void cv::plot::Plot2d::setPlotGridColor |
( |
Scalar |
_plotGridColor | ) |
|
|
pure virtual |
◆ setPlotLineColor()
virtual void cv::plot::Plot2d::setPlotLineColor |
( |
Scalar |
_plotLineColor | ) |
|
|
pure virtual |
◆ setPlotLineWidth()
virtual void cv::plot::Plot2d::setPlotLineWidth |
( |
int |
_plotLineWidth | ) |
|
|
pure virtual |
◆ setPlotSize()
virtual void cv::plot::Plot2d::setPlotSize |
( |
int |
_plotSizeWidth, |
|
|
int |
_plotSizeHeight |
|
) |
| |
|
pure virtual |
◆ setPlotTextColor()
virtual void cv::plot::Plot2d::setPlotTextColor |
( |
Scalar |
_plotTextColor | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /build/opencv-3.2.0+dfsg.1/contrib/modules/plot/include/opencv2/plot.hpp