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

Extracted surface mesh from segmentation has a hole #31

Open
2 tasks done
alonsoJASL opened this issue Apr 21, 2021 · 0 comments
Open
2 tasks done

Extracted surface mesh from segmentation has a hole #31

alonsoJASL opened this issue Apr 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request improvement Improvements or annoying small details in the behaviour.

Comments

@alonsoJASL
Copy link
Collaborator

Prerequisites

Description

In cases where the segmentation reaches an edge of the image, the resulting surface comes with a hole. This has occurred in the scar plugin where a surface mesh is generated from a segmentation.

Proposed solution

I have implemented in branch feature/plugin/atrialfibres on bb3bcee a solution which pads the images with two voxels of zeros at the moment of converting to Nifti (CemrgCommonUtils::ConvertToNifti). This has been tested successfully in a couple of cases.

The question here would be whether this should be the case for absolutely every image that goes through CemrgCommonUtils::ConvertToNifti. Thoughts @OrodRazeghi ?

´´´

@alonsoJASL alonsoJASL added enhancement New feature or request improvement Improvements or annoying small details in the behaviour. labels Apr 21, 2021
@alonsoJASL alonsoJASL self-assigned this Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improvement Improvements or annoying small details in the behaviour.
Projects
None yet
Development

No branches or pull requests

1 participant