gpt4 book ai didi

python-2.7 - 无法将图像转换为极坐标。 python ,开放式计算机

转载 作者:太空宇宙 更新时间:2023-11-03 22:26:06 24 4
gpt4 key购买 nike

我正在尝试使用 python 实现环形伪影减少算法。第一步是将图像从笛卡尔变换为极坐标。我想我可以使用 opencv 来做到这一点。本主题fast Cartesian to Polar to Cartesian in Python作者设法使用了 LinearPolar 函数,但它在我的计算机上不起作用。

我尝试了以下方法:

import cv
import cv2
img = cv2.imread('artifact.png', 0)
img1 = cv2.imread('artifact.png', 0)
cv.LinearPolar(cv.fromarray(img),cv.fromarray(img1),(130,110), 1 ,cv.CV_WARP_FILL_OUTLIERS)

但是它返回了一个错误:AttributeError: 'module' 对象没有属性 'LinearPolar'

那么有什么方法可以使用这个功能吗?

谢谢

最佳答案

函数是 cv2.linearPolar - 它反对大写。

关于python-2.7 - 无法将图像转换为极坐标。 python ,开放式计算机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38271200/

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