javaimage-processingopenimaj

Looking for a Java library for processing image


I'm working on a project with image recognition and i'm searching a Java library to help me. I would like to find shape in my image like borders or areas and i'm sure there is many librairies that can help me.

I've already try openimaj but i can't find the exact function i need.

Typically i would to receive an array of vectors or points that compose my image.

Maybe i can use pattern for searching a special shape in this image.

Do you have an idea of the librairy i can use ?


Solution

  • There are a lot of ways:

    1- The best way is to use ImageJ library.

    2- you can use JIU

    3- you can use processing

    4- you can use im4java

    5- you can use Marvin Framework

    6- the last way is to use a specialized image processing tool and connect it to java like : OpenCV OR MATLAB, and there are a predifined ways to connect matlab with java OR calling matlab from java