Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ center
Function
center
tools/python/src/rectangles.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
template <typename rect_type>
39
point center(const rect_type& r) { return center(r); }
40
41
template <typename rect_type>
42
point dcenter(const rect_type& r) { return dcenter(r); }
Callers
1
bind_rectangles
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected