Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ is_empty
Function
is_empty
tools/python/src/rectangles.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
template <typename rect_type>
36
bool is_empty(const rect_type& r) { return r.is_empty(); }
37
38
template <typename rect_type>
39
point center(const rect_type& r) { return center(r); }
Callers
12
copy_from
Method · 0.85
width
Method · 0.85
height
Method · 0.85
operator +
Method · 0.85
width
Method · 0.85
height
Method · 0.85
operator +
Method · 0.85
contains
Method · 0.85
is_set
Method · 0.85
train
Method · 0.85
is_ready
Method · 0.85
swap
Method · 0.85
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected