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

Smarter rendering of small objects #33

Closed
andreped opened this issue Jun 8, 2022 · 1 comment
Closed

Smarter rendering of small objects #33

andreped opened this issue Jun 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Projects

Comments

@andreped
Copy link
Member

andreped commented Jun 8, 2022

Similar to #32, if you zoom out, small objects become invisible. In that scenario it makes sense to merge all together, or similar, if they are close, when rendering are low resolution.

However, for mitoses, which commonly are quite rare in a WSI, you will not have the same effect. Perhaps it could be a good idea to support drawing disks (or similar) of different sizes, such that when you zoom out, you can visualize where the mitoses are located in a WSI.

That would be a great solution for visualizing how the mitoses are distributed in a WSI, and it enables the user to very easily find the hotspot, relevant for measuring the mitosis activity.

@andreped andreped added the enhancement New feature or request label Jun 8, 2022
@andreped andreped added this to To do in v1.1.0 via automation Jun 8, 2022
@andreped
Copy link
Member Author

andreped commented Dec 6, 2022

This is now possible in the latest release:
https://github.com/AICAN-Research/FAST-Pathology/releases/tag/v1.1.0

Simply set a border-radius to a large value in the fast text pipeline for the given model, like so:

Renderer segRenderer SegmentationRenderer
Attribute border-radius 20
Input 0 stitcher 0

For more information on how to customize or make custom pipelines, see (here)[https://github.com/AICAN-Research/FAST-Pathology/wiki/Adding-custom-models#what-are-pipelines].

@andreped andreped closed this as completed Dec 6, 2022
v1.1.0 automation moved this from To do to Done Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants