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 ?