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

Method innerRect

CvPlot/inc/CvPlot/core/Projection.h:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 return _rawProjection.unproject(point);
21 }
22 cv::Rect innerRect()const {
23 return _rawProjection.innerRect;
24 }
25 cv::Point2d outerToInner(cv::Point2d outer) const{
26 return cv::Point2d(outer.x - _rawProjection.innerRect.x, outer.y - _rawProjection.innerRect.y);
27 }

Callers 3

test_plot.cppFile · 0.80
renderMethod · 0.80
innerPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected