Marker positioning in a 2D image

I use Java as a programming language to fix the problem that I am currently facing.

I need to know the position (x, y) of the markers in the following image.

enter image description here

This has already been done with some java library, I think not?

Markers are small black squares.

Thank you so much for your help.

-1
source share
1 answer

I think the two chapters of Mastering OpenCV with hands-on computer vision projects would be a good starting point.

0
source

Source: https://habr.com/ru/post/985897/


All Articles