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