width, height, channels = image.shape row, col = np.ogrid[:width, :height] center_point_x, center_point_y = width/2, height/2
Что такое np.ogrid метод? Я прочитал официальный метод c этого метода, но я не мог понять это.
np.ogrid