Let’s assume I get RescaleIntercept and RescaleSlope data.
There’s any VTK filter/way to apply them or should I just find a way to apply them to raw data?
Edit1: (Like using vtkImageShiftScale?)
Edit2: Made it work using vtkImageShiftScale, that’s all for now, thank you so much