MCPcopy 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

10namespace {
11
12cv::Mat lenna() {
13 auto mat = cv::imread("exampledata/Lenna.jpg");
14 CHECK(!mat.empty());
15 return mat;
16}
17
18std::string testCaseName() {
19 return Catch::getResultCapture().getCurrentTestName();

Callers 1

examples_gui.cppFile · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected