[Insight-users] How to compute min max values in 3D DICOM image
Andinet Enquobahrie
andinet.enqu at kitware.com
Tue May 15 09:45:43 EDT 2007
Hi Subburaj,
>Dear all
>
>is there any functions in itk to compute minimum and maximum value from a
>3D DICOM image?
>
>
You can use ImageSeriesReader to load the Dicom image
http://www.itk.org/Doxygen32/html/classitk_1_1ImageSeriesReader.html
Take a a look at the following example on how to use the Dicom image reader
Examples/IO/DicomSeriesReadImageWrite2.cxx
and then compute the minimum and maximum intensity value using the
StatisticsImageFilter
http://www.itk.org/Doxygen32/html/classitk_1_1StatisticsImageFilter.html
hope that helps,
-Andinet
>Thanks in advance / Subburaj
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>
>
>
--
==========================================================
Andinet A. Enquobahrie, PhD
R&D Engineer
Kitware Inc.
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x124
www.kitware.com
More information about the Insight-users
mailing list