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

Track top left coordinate in WSI for more stable annotation saving #59

Open
PLangsteiner opened this issue Sep 30, 2024 · 0 comments
Open

Comments

@PLangsteiner
Copy link
Collaborator

This might help with saving the annotations if done correctly.
The anchor point is very important for the multi-threading that I implemented.
The anchor point is calculated in such a way, that the multi-threading has a reference access point to the WSI slide.
However, this behavior might not behave as one might expect and if it is read out directly, it can make massive jumps that one would have to adjust for.

Therefore, I would suggest that you track the top-left corner of the viewport based on movement and zooming, instead of directly reading out the anchor point. This would lead to more stable saving of the annotations and you would not need to change the algorithm.

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

No branches or pull requests

1 participant