MCPcopy Create free account
hub / github.com/Profactor/cv-plot / showPlot

Function showPlot

CvPlot/inc/CvPlot/gui/show.h:21–24  ·  view source on GitHub ↗

arguments: see Series constructor

Source from the content-addressed store, hash-verified

19
20//arguments: see Series constructor
21inline 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
27inline void showPlot(cv::InputArray data, const std::string &lineSpec = "-") {

Callers 1

examples_core.cppFile · 0.85

Calls 1

showFunction · 0.85

Tested by

no test coverage detected