First time here? Check out the FAQ!
answered 2018-05-22 06:13:39 -0600
the y axis points down in 2d opencv/numpy, so you need to subtract something, to make it go up:
y -= 5 cv2.rectangle(img,(x,y), (x+w,y+h),(0,255,255),5)