简体   繁体   English

Java中的图像处理,如MATLAB图像处理工具箱

[英]Image processing in Java like MATLAB Image Processing Toolbox

Does it exist a solution for Java that allows to working with images in a very similar way to MATLAB IPT? 是否存在允许以与MATLAB IPT非常类似的方式处理图像的Java解决方案? I mean, are there some libraries to do something like IPT4Java.imfilter(A, F) or IPT4Java.fspecial('average', [3 3]) ? 我的意思是,有些库可以做IPT4Java.imfilter(A, F)IPT4Java.fspecial('average', [3 3])吗?

If not, what is the best solution to implement this kind of approach? 如果没有,实施这种方法的最佳解决方案是什么?

Java Advanced Imaging(JAI)支持可以在图像上应用的多种过滤器。

You could have a look at the Java wrapper around OpenCV: 你可以看一下OpenCV的Java包装器:

http://code.google.com/p/javacv/ http://code.google.com/p/javacv/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM