Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习图像处理/模式识别。我的背景是 C++ 和 OpenCV 的基础知识。我正在寻找一种工具来学习如何更轻松地测试我的图像上的所有过滤器和算法。Matlab 和 Mathematica 适合这个吗?如果是这样,哪个更好?
谢谢!
您可以用两种语言进行出色的图像处理,因此这个问题没有一般性的答案。
在您的特定情况下,假设您可以访问这两个包的所有相关工具箱,我推荐 Matlab,因为它的语法比 Mathematica 的函数语法更类似于 C++。因此,Matlab 可能更容易上手。请注意,许多过滤器已经在 Matlab 中实现,我假设也在 Mathematica 中。
一个 Matlab 博客刚刚开始了关于图像过滤器的系列文章。此外,您可以尝试从 File Exchange 调整MorphTool,以便能够使用您感兴趣的过滤器。