lassoan / SlicerMONAIAuto3DSeg

Extension for 3D Slicer for running MONAI Auto3DSeg models
MIT License
67 stars 10 forks source link

Export for high quality 3d printing? #82

Closed yanfeiwong closed 1 month ago

yanfeiwong commented 1 month ago

Hi, wondering how to export better mesh instead of rasterized results? The render from 'Colorized Volume' looks pretty amazing, but I guess its not for export?

lassoan commented 1 month ago

If you have a color raster 3D printer then you can print the colorized volume as is (see https://github.com/SlicerFab/SlicerFab).

If your printer can only accept a colored mesh as input then there is not much you can do. A surface mesh only contains information about an infinitely thin layer, no subsurface information, so you will not be able to see the same thing as with volume rendering.

yanfeiwong commented 1 month ago

If you have a color raster 3D printer then you can print the colorized volume as is (see https://github.com/SlicerFab/SlicerFab).

If your printer can only accept a colored mesh as input then there is not much you can do. A surface mesh only contains information about an infinitely thin layer, no subsurface information, so you will not be able to see the same thing as with volume rendering.

I was actually hoping for a way or a semi auto way to refine the AI segmented result, It could be really helpful..