gpt4 book ai didi

python - 将给定 URL 的 Jpeg 图像下载到 numpy 数组中

转载 作者:行者123 更新时间:2023-12-05 00:57:45 24 4
gpt4 key购买 nike

使用 python,我想下载一个给定 URL 的 Jpeg 图像并将其存储在 numpy 数组中以供以后处理。我应该使用什么库?

最佳答案

有许多库可用于此任务。我过去使用的一个来自 scikit-image:

import skimage

image_filename = "http://example.com/example.jpg"
image_numpy = skimage.io.imread( image_filename )

关于python - 将给定 URL 的 Jpeg 图像下载到 numpy 数组中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59724255/

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