itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Images with near-zero values do not appear

Open aylward opened this issue 4 years ago • 0 comments

If an image has only small (near zero) intensity values, it is not rendered in 3D, but its 2D slices render correctly.

If the intensities are "large", itkWidgets.view() correctly shows an image Works

However, simply scaling that data to be near zero and again view-ing the results displays a blank 3D rendering DoesntWork

But the 2D rendering of the rescaled data does work as expected Works2D

aylward avatar Nov 15 '21 22:11 aylward