MCPcopy 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
54template <typename t>
55inline t x2(const cv::Rect_<t> &rect)
56{
57 return rect.x + rect.width;
58}
59
60template <typename t>
61inline t y2(const cv::Rect_<t> &rect)

Callers 1

getBorderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected