arguments: see Series constructor
| 19 | |
| 20 | //arguments: see Series constructor |
| 21 | inline void showPlot(cv::InputArray x, cv::InputArray y, const std::string &lineSpec = "-") { |
| 22 | auto axes = plot(x, y, lineSpec); |
| 23 | show("CvPlot", axes); |
| 24 | } |
| 25 | |
| 26 | //arguments: see Series constructor |
| 27 | inline void showPlot(cv::InputArray data, const std::string &lineSpec = "-") { |