3

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?

2 Answers 2

5

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

Sign up to request clarification or add additional context in comments.

Comments

2

You could have a look at the Java wrapper around OpenCV:

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.