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

Method RenderTarget

CvPlot/inc/CvPlot/core/RenderTarget.h:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class RenderTarget :public Projection{
13public:
14 RenderTarget(RawProjection rawProjection, cv::Mat3b &outerMat)
15 : Projection(rawProjection)
16 ,_outerMat(outerMat)
17 ,_innerMat(outerMat(rawProjection.innerRect)){
18 }
19 cv::Mat3b& innerMat(){
20 return _innerMat;
21 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected