python cv2 mendapatkan bentuk gambar

import cv2

input_image = cv2.imread('path to image')

input_image_height, input_image_width, input_image_channels = input_image.shape
Flyhouse_Squarewheel