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