Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ unproject
Method
unproject
CvPlot/inc/CvPlot/core/Projection.h:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
return _rawProjection.project(point);
18
}
19
cv::Point2d unproject(cv::Point2d point)const {
20
return _rawProjection.unproject(point);
21
}
22
cv::Rect innerRect()const {
23
return _rawProjection.innerRect;
24
}
Callers
2
render
Method · 0.45
pos
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected