MCPcopy 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

9namespace {
10
11cv::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.cppFile · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected