I have an image where I want to find a specific location (coordinate) based on its color. For example,
I want to find the coordinates of the edges of this black box.
How can I determine the black color on this image in Java?
Note. My goal is to develop a program for detecting eyes in the face.
source
share