为什么SciPy的uniform_filter函数从其_get_output子例程中抛出ValueError?

时间:2018-07-27 00:56:17

标签: python image-processing scipy imagefilter

我试图了解以下功能,尤其是uniform_filter的以下行:

output, return_value = _ni_support._get_output(output, input)

我不确定我是否很了解_get_output中的uniform_filter似乎只返回一个{{1}时会同时返回一个outputreturn_value output函数中的ndarray类型的}。另外,当我跑步时,我总是从那行抛出_get_output。有人可以向我解释这是如何工作的,出了什么问题,以及可能如何解决?

"ValueError: too many values to unpack"

0 个答案:

没有答案