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

Method renderSize

CvPlot/inc/CvPlot/gui/MouseEvent.h:30–32  ·  view source on GitHub ↗

size of rendered cv::Mat

Source from the content-addressed store, hash-verified

28 }
29 //size of rendered cv::Mat
30 cv::Size renderSize() const {
31 return _renderSize;
32 }
33 //event type (see cv::setMouseCallback documentation)
34 int event()const {
35 return _event;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected