gpt4 book ai didi

python - 在 jupyter notebook 中并排显示图像

转载 作者:行者123 更新时间:2023-12-02 00:14:06 24 4
gpt4 key购买 nike

<分区>

我想在我的 jupyter 笔记本中使用 matplotlib 并排显示相册中的一些图像。

我写了一个函数,但它不起作用。

import cv2
import numpy as np
import matplotlib.pyplot as plt

def show(path):
for iter in list.get(path):
img = cv2.imread(images)
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
plt.axis('off')
plt.imshow(img)
plt.show()
fig, ax = plt.subplots(nrows=2, ncols=2)

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com