img =cv2.imread(imgpath)
cropped_image = img[start_y:end_y, start_x:end_x]