plt 显示分层显示多张图片

import cv2 as cv import matplotlib.pyplot as plt from PIL import Image def show_images(imgs, num_rows, num_cols, scale=2): figsize = (num_cols * scale, num_rows * scale) _, axes = plt.subplot
相关文章
相关标签/搜索