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.
它是否存在允许以与 MATLAB IPT 非常相似的方式处理图像的 Java 解决方案?我的意思是,有一些图书馆可以做类似的事情IPT4Java.imfilter(A, F)吗IPT4Java.fspecial('average', [3 3])?
IPT4Java.imfilter(A, F)
IPT4Java.fspecial('average', [3 3])
如果没有,实施这种方法的最佳解决方案是什么?
Java Advanced Imaging (JAI) 支持多种可应用于图像的过滤器。
你可以看看 OpenCV 的 Java 包装器:
http://code.google.com/p/javacv/