2

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 ?

Charles
  • 50,943
  • 13
  • 104
  • 142

1 Answers1

1

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

Gabriel Archanjo
  • 4,547
  • 2
  • 34
  • 41
Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118