I have a simple 3D binary in .nii.gz form, where voxel value 1 means foreground and 0 means background. So it is a skeleton because every foreground voxel has a thickness of one, e.g., it is the output after running skimage.morphology.skeletonize_3d.
I am just wondering what is the best way to visualize such binary image in 3D slicer, because the standard show 3D option in segmentation editor generates very disconnected structures even with smoothing set to 0.