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

Method rect_down

tools/python/src/image3.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174 template <typename rect_type>
175 rect_type rect_down (
176 const rect_type& rect
177 ) const
178 {
179 return rect_type(point_down(rect.tl_corner()), point_down(rect.br_corner()));
180 }
181
182 template <typename rect_type>
183 rect_type rect_down2 (

Callers 4

detectMethod · 0.45
detect_multMethod · 0.45

Calls 2

tl_cornerMethod · 0.45
br_cornerMethod · 0.45

Tested by

no test coverage detected