Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactively grabbing multiple points from an image #2

Closed
aravind-j opened this issue Apr 6, 2023 · 2 comments
Closed

Interactively grabbing multiple points from an image #2

aravind-j opened this issue Apr 6, 2023 · 2 comments

Comments

@aravind-j
Copy link

Is it possible to have an equivalent of graphics::locator in imager to grab coordinates of multiple points?

plot(boats)
locator(n = 4)

It is possible with grabPoint, but it selects only one point at a time. For multiple points, the image needs to be opened and closed multiple times.

grabPoint(boats)

This will be useful for large images where imager::display is faster than plot.

@aravind-j
Copy link
Author

This issue has already been raised in the archived version of imager by @dahtah.

dahtah#160

@asgr
Copy link
Owner

asgr commented Apr 11, 2023

This is a pretty bespoke use case, so I'd suggest as a first option you try implementing something and submit a pull request. As new maintainers we are much more focussed on fixing bugs for now.

@asgr asgr closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants