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

Method getBoundingRect

CvPlot/examples/examples_core.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 cv::rectangle(renderTarget.innerMat(), cv::Rect2d(p1, p2), cv::Scalar(0, 0, 255), 3);
301 }
302 bool getBoundingRect(cv::Rect2d &rect) override {
303 rect = _rect;
304 return true;
305 }
306 };
307 Axes axes = makePlotAxes();
308 axes.create<MyRect>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected