[Insight-users] Which class can provide setting window width
and window center function?
Luis Ibanez
luis.ibanez at kitware.com
Tue, 23 Dec 2003 13:59:16 -0500
Hi Chunyan,
Please use the RescaleIntensityImageFilter
http://www . itk . org/Insight/Doxygen/html/classitk_1_1RescaleIntensityImageFilter . html
It is described in the SoftwareGuide
http://www . itk . org/ItkSoftwareGuide . pdf
Section 6.2.1, pdf-page 146.
An alterntive filter is the ShiftScaleImageFilter,
that is described in the same section of the Software
Guide.
BTW, when you mention "Window" are you talking about
a window in intensity levels, or are you talking about
a region of interest in the image ?
Regards,
Luis
-------------------------------
jiang wrote:
> Dear ITK users,
> I have an image which is signed short type. If I want to display it as a
> grayscale [0,255], I should cast it to unsigned char type. I know setting
> different window width and window center to the image will get different
> result. It could be light or dard, show some details or not. I want to know,
> is there a such function in ITK so that I can set window width and window
> center easily?
>
> Thank you very much!
>
> Chunyan
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>