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

Function shrink_rect

dlib/geometry/drectangle.h:410–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 inline const drectangle shrink_rect (
411 const drectangle& rect,
412 double num
413 )
414 {
415 return drectangle(rect.left()+num, rect.top()+num, rect.right()-num, rect.bottom()-num);
416 }
417
418 inline const drectangle grow_rect (
419 const drectangle& rect,

Callers 1

grow_rectFunction · 0.70

Calls 5

drectangleClass · 0.70
leftMethod · 0.45
topMethod · 0.45
rightMethod · 0.45
bottomMethod · 0.45

Tested by

no test coverage detected