python - Python 中是否有与 matlab 的 imtransform 函数等效的函数?

标签 python matlab

The documentation

我正在尝试将一些 matlab 代码转换为 Python。我不确定它的作用,但如果我理解正确的话,它将图像转换为另一个图像,图像中的像素是参数。

在 PIL、numpy 或哪个库中,有什么我可以用于 python 的等价物吗?我认为这一定是一个复杂的方法,所以 atm 我不希望自己能够做到。

最佳答案

您可以查看scipy.ndimage .可能不存在与 imtransform 完全等效的函数。但是一般的转换功能确实存在。

关于python - Python 中是否有与 matlab 的 imtransform 函数等效的函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5055385/

相关文章:

python - nltk word_tokenize : why do sentence tokenization before word tokenization?

Python:如何创建带有设置参数的函数指针?

python - 如何正确绘制通过 img_to_array 转换为数组的图像

python - 在python中读取表格txt文件

excel - MATLAB 中的 xlsread 函数需要 Excel 吗?

c - 在 matlab r2013 中编译 metismex 时出错

java - 如何让 MATLAB 在 CMD 上运行?

python - sqlite3 : command not found Python 3 on Windows 10

image - sobel 算子还是 canny 算子,哪个结果更好

matlab - 我可以使用并行计算读取一个巨大的文本文件吗?