I am using BufferedImage from Java in an Android project. In this project the user is allowed to select a small portion of an image.
For example: If you have an image of a park with a building. The user can make small selections of grass and the android program needs to save the coordinates of this selection.
I was wondering if there is functionality in BufferedImage that supports this: letting an user select small portions of the image (using touch screen) and getting coordinates from those locations in the image. If not, what else can I do?