Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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? I mean, are there some libraries to do something like IPT4Java.imfilter(A, F) or IPT4Java.fspecial('average', [3 3])?

If not, what is the best solution to implement this kind of approach?

like image 561
Vito Gentile Avatar asked Jul 25 '26 23:07

Vito Gentile


1 Answers

Java Advanced Imaging (JAI) supports a multitude set of filters that you can apply on images.

like image 107
Dan D. Avatar answered Jul 27 '26 13:07

Dan D.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!