Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java library for image processing masking task

Is there any handy library can handle masking operation in Java? Taking care of element by element multiplication, masking boundary elements, etc. Thanks!

like image 485
Stan Avatar asked Aug 17 '26 23:08

Stan


1 Answers

1) The Java Advanced Imaging API provides a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily. : http://java.sun.com/javase/technologies/desktop/media/jai/ Tutorials: https://jaistuff.dev.java.net/docs/jaitutorial.pdf

2) An API with interesting filters: http://www.jhlabs.com/ip/filters/index.html

like image 183
Andrei Ciobanu Avatar answered Aug 19 '26 13:08

Andrei Ciobanu



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!