Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoboMaster/RoboRTS
/ x2
Function
x2
roborts_tracking/KCFcpp/src/recttools.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
template <typename t>
55
inline t x2(const cv::Rect_<t> &rect)
56
{
57
return rect.x + rect.width;
58
}
59
60
template <typename t>
61
inline t y2(const cv::Rect_<t> &rect)
Callers
1
getBorder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected