MCPcopy 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
35template <typename rect_type>
36bool is_empty(const rect_type& r) { return r.is_empty(); }
37
38template <typename rect_type>
39point center(const rect_type& r) { return center(r); }

Callers 12

copy_fromMethod · 0.85
widthMethod · 0.85
heightMethod · 0.85
operator +Method · 0.85
widthMethod · 0.85
heightMethod · 0.85
operator +Method · 0.85
containsMethod · 0.85
is_setMethod · 0.85
trainMethod · 0.85
is_readyMethod · 0.85
swapMethod · 0.85

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected