Paint tool resolution

Is there a way to increase the resolution of the paint tool or some other method of getting a finer stepped pattern, as seen in the red line. I come from an illustration background and understand the smoothing that happens - like a subdivision with a 3D mesh in Blender - but my artist side wants a finer line :slight_smile:

I tried volume cropping but didn’t see that much difference, perhaps because I didn’t have much extra to crop.
Thanks!

What you are seeing is the binary labelmap representation, where one value is assigned, by default, to each voxel in the master volume.

A couple suggestions:

You can change the "Representation in 2D views to be Closed surface and this will show you the smoothed result as you paint. Be aware it will take a bit longer to update, so you may use this for a while to learn what your label map will look like when smoothed and then switch back to label map display.

image

Second, if you still feel you want better resolution you can increase the resolution of the labelmap with respect to the reference volume using the Segmentation geometry dialog, accessible with the button to the right of the master volume selector (described here).

2 Likes

By default, segmentation segments are shown in slice views as consisting only of whole voxels, which is how their binary labelmap representations are encoded. Each voxel of the segmentation volume is either part of the segment or not part of the segment. If this view is too “pixelated” for you, there are two ways to address this: 1) Increase the resolution of the segmentation volume so that the stair steps are smaller, or 2) display a smoothed model representation on slice views instead of the binary label map representation.

There are many other posts in this forum about how to do option 1. Here’s one which might be helpful: How do I set segmentation resolution

For option 2, if you go to the Segmentations module, you can select to show the smoothed “Closed surface” representation in slice views instead of the “Binary labelmap”. This will not change your underlying segmentation at all, just the view you are seeing of it.

image

1 Like