Shift a rectangle by a certain offset
r = cv.Rect.adjustPosition(r, pt)
[x,y,w,h]
[ptx,pty]
[x+ptx,y+pty,w,h]