Hi Jorg,
This is (probably) because the extracted image contains the entire gray scale extracted from the CT scan or whatever the source, and you cant see any details. In this case you need to level your image according to the kind of organs you want high contrast for.
Try using the :level option:
image = obj.image(:level => true)
Or even specifying an exact range of hounsfield units for the leveling:
image = obj.image(:level => [-200,1000])
Best regards,
Chris