Re: [Gdcm2] [vtk-developers] Exporting a DICOM image into BMP with respect to window, level, etc.
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2011-01-30 17:09:34
|
Have a look at what is done in the offscreenimage example: http://gdcm.git.sourceforge.net/git/gitweb.cgi?p=gdcm/gdcm;a=blob;f=Utilities/VTK/Examples/Cxx/offscreenimage.cxx;h=4545ee890ad6d6e95d4a2406f0ce3aed7db8f870;hb=HEAD HTH On Sun, Jan 30, 2011 at 5:04 PM, iono sphere <999...@gm...> wrote: > I am looking for a procedure to extract DICOM image from all DICOM files in > a directory into a more common image format. (BMP, etc.) I have tried > another program called "DICOM2", but when it extracted the images out, it > didn't apply window, level, and other DICOM processing to the image, > resulting in original image. This isn't what I want. In GDCM, I have > successfully acquired the window and level values, but if I am to use VTK > and GDCM to extract DICOM image from all DICOM files in a directory, what > are some of the functions I should be looking for? > > Thank you very much. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > http://www.vtk.org/mailman/listinfo/vtk-developers > > > -- Mathieu |