Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
template <typename rect_type>
54
rect_type intersect(const rect_type& r, const rect_type& r2) { return r.intersect(r2); }
55
56
template <typename rect_type>
57
string print_rectangle_str(const rect_type& r)
Callers
1
bind_line
Function · 0.70
Calls
1
intersect
Method · 0.45
Tested by
no test coverage detected