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

Method Projection

CvPlot/inc/CvPlot/core/Projection.h:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class Projection {
12public:
13 Projection(RawProjection rawProjection)
14 : _rawProjection(rawProjection){
15 }
16 cv::Point2d project(cv::Point2d point)const {
17 return _rawProjection.project(point);
18 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected