Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
inline void showImage(const cv::Mat &mat) {
33
auto axes = plotImage(mat);
34
show(
"CvPlot"
, axes);
35
}
36
37
}
Callers
1
examples_core.cpp
File · 0.85
Calls
1
show
Function · 0.85
Tested by
no test coverage detected