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

Improve object name display in viewer #1582

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Conversation

petebankhead
Copy link
Member

Fix the behavior in the viewer so that object names aren't shown if the object itself is not shown. Also support showing named detections, not just annotations.

Fix the behavior in the viewer so that object names aren't shown if the object itself is not shown.
Also support showing named detections, not just annotations.
@petebankhead petebankhead added this to the v0.6.0 milestone Aug 9, 2024
Don't paint detection names if we aren't at full resolution or above.
This enables us to avoid introducing sluggishness in the UI when there are very large numbers of detections, by needing to access them on every repaint irrespective of whether there are names to show.
@petebankhead petebankhead merged commit 0482fa1 into qupath:main Aug 15, 2024
3 checks passed
@petebankhead petebankhead deleted the names branch August 15, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants