OpenCV 4.11.0
开源计算机视觉
|
这是cv::plot::Plot2d的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | cv::Algorithm | 内联虚函数 |
create(InputArray data) | cv::plot::Plot2d | 静态 |
create(InputArray dataX, InputArray dataY) | cv::plot::Plot2d | 静态 |
empty() const | cv::Algorithm | 内联虚函数 |
getDefaultName() const | cv::Algorithm | 虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
read(const FileNode &fn) | cv::Algorithm | 内联虚函数 |
read(const FileNode &fn) | cv::Algorithm | 内联静态 |
render(OutputArray _plotResult)=0 | cv::plot::Plot2d | 纯虚函数 |
save(const String &filename) const | cv::Algorithm | 虚函数 |
setGridLinesNumber(int gridLinesNumber)=0 | cv::plot::Plot2d | 纯虚函数 |
setInvertOrientation(bool _invertOrientation)=0 | cv::plot::Plot2d | 纯虚函数 |
setMaxX(double _plotMaxX)=0 | cv::plot::Plot2d | 纯虚函数 |
setMaxY(double _plotMaxY)=0 | cv::plot::Plot2d | 纯虚函数 |
setMinX(double _plotMinX)=0 | cv::plot::Plot2d | 纯虚函数 |
setMinY(double _plotMinY)=0 | cv::plot::Plot2d | 纯虚函数 |
setNeedPlotLine(bool _needPlotLine)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotAxisColor(Scalar _plotAxisColor)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotBackgroundColor(Scalar _plotBackgroundColor)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotGridColor(Scalar _plotGridColor)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotLineColor(Scalar _plotLineColor)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotLineWidth(int _plotLineWidth)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotSize(int _plotSizeWidth, int _plotSizeHeight)=0 | cv::plot::Plot2d | 纯虚函数 |
setPlotTextColor(Scalar _plotTextColor)=0 | cv::plot::Plot2d | 纯虚函数 |
setPointIdxToPrint(int pointIdx)=0 | cv::plot::Plot2d | 纯虚函数 |
setShowGrid(bool needShowGrid)=0 | cv::plot::Plot2d | 纯虚函数 |
setShowText(bool needShowText)=0 | cv::plot::Plot2d | 纯虚函数 |
write(FileStorage &fs) const | cv::Algorithm | 内联虚函数 |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | 保护 |
~Algorithm() | cv::Algorithm | 虚函数 |