This commit is contained in:
家才 王 2019-04-29 18:09:11 +08:00
parent d118e852e2
commit 4e79c2bce7

View File

@ -7,7 +7,7 @@ from matplotlib import pyplot as plt
img = cv2.imread("./pic_en/2.jpg", 0) img = cv2.imread("judy.png", 0)
imgL = np.split(img, 2, 1)[0] imgL = np.split(img, 2, 1)[0]
imgR = np.split(img, 2, 1)[1] imgR = np.split(img, 2, 1)[1]