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