OpenCV
3.1.0-dev
Open Source Computer Vision
|
This is the complete list of members for cv::plot::Plot2d, including all inherited members.
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
render(Mat &_plotResult)=0 | cv::plot::Plot2d | pure virtual |
save(const String &filename) const | cv::Algorithm | virtual |
setMaxX(double _plotMaxX)=0 | cv::plot::Plot2d | pure virtual |
setMaxY(double _plotMaxY)=0 | cv::plot::Plot2d | pure virtual |
setMinX(double _plotMinX)=0 | cv::plot::Plot2d | pure virtual |
setMinY(double _plotMinY)=0 | cv::plot::Plot2d | pure virtual |
setPlotAxisColor(Scalar _plotAxisColor)=0 | cv::plot::Plot2d | pure virtual |
setPlotBackgroundColor(Scalar _plotBackgroundColor)=0 | cv::plot::Plot2d | pure virtual |
setPlotGridColor(Scalar _plotGridColor)=0 | cv::plot::Plot2d | pure virtual |
setPlotLineColor(Scalar _plotLineColor)=0 | cv::plot::Plot2d | pure virtual |
setPlotLineWidth(int _plotLineWidth)=0 | cv::plot::Plot2d | pure virtual |
setPlotSize(int _plotSizeWidth, int _plotSizeHeight)=0 | cv::plot::Plot2d | pure virtual |
setPlotTextColor(Scalar _plotTextColor)=0 | cv::plot::Plot2d | pure virtual |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |