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

Function showImage

CvPlot/inc/CvPlot/gui/show.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32inline void showImage(const cv::Mat &mat) {
33 auto axes = plotImage(mat);
34 show("CvPlot", axes);
35}
36
37}

Callers 1

examples_core.cppFile · 0.85

Calls 1

showFunction · 0.85

Tested by

no test coverage detected