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

Method render

CvPlot/examples/examples_gui.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return cv::Rect2d(p - diag2, p + diag2);
183 }
184 void render(RenderTarget &renderTarget) override {
185 cv::rectangle(renderTarget.innerMat(), getRect(renderTarget), cv::Scalar::all(0), cv::FILLED);
186 }
187 bool getBoundingRect(cv::Rect2d &rect) override {
188 return false;
189 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected