Is itk able to preserve the VOI LUT, windows level.. to use vtk afterwards with all the info

Dear all,

I have to perform some segmentation and visualize it in vtk. I wonder if i read the dicom series in itk first, i wonder if it will lose the voi lut, windows level to show in vtk.

So my question is if itk preserves all the voi lut, windows level information. I know it keeps the modality lut but i wonder about the other properties of the dicom. If this is not the case i will have to updload the dicom series in vtk first. O there is any other way to give this info to vtk without loading the volume twice?

Thanks
Cheers

You should examine MetaDataDictionary. Here is an example of how to access it.