Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ lenna
Function
lenna
CvPlot/examples/examples_gui.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace {
11
12
cv::Mat lenna() {
13
auto mat = cv::imread(
"exampledata/Lenna.jpg"
);
14
CHECK(!mat.empty());
15
return mat;
16
}
17
18
std::string testCaseName() {
19
return Catch::getResultCapture().getCurrentTestName();
Callers
1
examples_gui.cpp
File · 0.70
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected