MCPcopy 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
38template <typename rect_type>
39point center(const rect_type& r) { return center(r); }
40
41template <typename rect_type>
42point dcenter(const rect_type& r) { return dcenter(r); }

Callers 1

bind_rectanglesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected