MCPcopy 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

11namespace {
12
13cv::Mat lenna() {
14 auto mat = cv::imread("exampledata/Lenna.jpg");
15 CHECK(!mat.empty());
16 return mat;
17}
18
19cv::Mat bigLenna(int rows, int cols) {
20 cv::Mat mat;

Callers 2

bigLennaFunction · 0.70
examples_core.cppFile · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected