Extracted surface mesh from segmentation has a hole #31
Labels
enhancement
New feature or request
improvement
Improvements or annoying small details in the behaviour.
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 ?´´´
The text was updated successfully, but these errors were encountered: