Skip to content

How to get coordinates (pixels area) of points in an image #104

@g-n-p

Description

@g-n-p

How to get coordinates of points in an image.

imageViewTouch.setSingleTapListener(new ImageViewTouch.OnImageViewTouchSingleTapListener() {
@OverRide
public void onSingleTapConfirmed() {
x = String.valueOf(imageViewTouch.getY());
y = String.valueOf(imageViewTouch.getX());
}
});

Unfortunately, this is not correct.
In which direction should we move towards the right solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions