1、介绍
2、代码
import cv2
import numpy as np
img = cv2.imread('imori.jpg').astype(np.float32)
H, W, C = img.shape
temp = cv2.imread('imori_part.jpg').astype(np.float32)
Ht, Wt, Ct = temp.shape
i, j
1、介绍
2、代码
import cv2
import numpy as np
img = cv2.imread('imori.jpg').astype(np.float32)
H, W, C = img.shape
temp = cv2.imread('imori_part.jpg').astype(np.float32)
Ht, Wt, Ct = temp.shape
i, j