MCPcopy Create free account
hub / github.com/Profactor/cv-plot / getBoundingRect

Method getBoundingRect

CvPlot/examples/examples_core.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 cv::cvtColor(mat, renderTarget.innerMat(), cv::COLOR_GRAY2BGR);
345 }
346 bool getBoundingRect(cv::Rect2d &rect) override {
347 rect = cv::Rect2d(-1.5, -1, 2, 2);
348 return true;
349 }
350 };
351 Axes axes = makePlotAxes();
352 axes.create<Mandelbrot>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected