gpt4 book ai didi

python - scipy中缺少ndimage

转载 作者:IT老高 更新时间:2023-10-28 22:24:44 25 4
gpt4 key购买 nike

我正在尝试使用 scipy 的 ndimage 库,但它显然丢失了。我已经从 numpy 和 scipy 运行了测试,结果还可以。我正在使用从 sourceforge 上的官方软件包安装的 numpy 1.6.1 和 scipy 0.10.0。

运行

import numpy
import scipy
import pprint

print(scipy.version.version)
print(numpy.version.version)

img = scipy.ndimage.imread("")

给予

0.10.0
1.6.1
Traceback (most recent call last):
File "extract.py", line 8, in <module>
img = scipy.ndimage.imread("")
AttributeError: 'module' object has no attribute 'ndimage'

最佳答案

你必须导入模块:

import scipy.ndimage

关于python - scipy中缺少ndimage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8200348/

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