Expand or shrink a rectangle by a certain amount
r = cv.Rect.adjustSize(r, sz)
[x,y,w,h]
[szw,szh]
[x,y,w+szw,h+szh]