MCPcopy Create free account
hub / github.com/davisking/dlib / intersect

Function intersect

tools/python/src/rectangles.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53template <typename rect_type>
54rect_type intersect(const rect_type& r, const rect_type& r2) { return r.intersect(r2); }
55
56template <typename rect_type>
57string print_rectangle_str(const rect_type& r)

Callers 1

bind_lineFunction · 0.70

Calls 1

intersectMethod · 0.45

Tested by

no test coverage detected