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

Render the segmentation as mesh #740

Closed
Tracked by #391
manasaV3 opened this issue May 22, 2024 · 1 comment
Closed
Tracked by #391

Render the segmentation as mesh #740

manasaV3 opened this issue May 22, 2024 · 1 comment
Assignees
Labels
backend P1 Should have

Comments

@manasaV3
Copy link
Contributor

manasaV3 commented May 22, 2024

Impact: Render the segmentation layers as 3d surface mesh to make them more performant.

The current strategy for rendering the segmentation in neuroglancer is to render it as a image volume, as it is a binary mask, we will be able to optimize it by rendering it as a surface mesh.

Note: There are some known issues with neuroglancer rendering multiscale surface mesh. We should precompute a multiscale mesh to handle the issues.

@manasaV3
Copy link
Contributor Author

The support for single-resolution mesh in neuroglancer is a legacy feature.
We would have to navigate some known pitfalls for the multiresolution mesh. There are code snippets available, that will help us with that, but might require a little poking around.

@manasaV3 manasaV3 self-assigned this Jun 12, 2024
@manasaV3 manasaV3 added this to the sprint 11 (phase 3) milestone Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend P1 Should have
Projects
None yet
Development

No branches or pull requests

1 participant