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

Method innerToOuter

CvPlot/inc/CvPlot/core/Projection.h:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 return cv::Point2d(outer.x - _rawProjection.innerRect.x, outer.y - _rawProjection.innerRect.y);
27 }
28 cv::Point2d innerToOuter(cv::Point2d inner) const {
29 return cv::Point2d(inner.x + _rawProjection.innerRect.x, inner.y + _rawProjection.innerRect.y);
30 }
31private:
32 RawProjection _rawProjection;
33};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected