dicom - Programming with GDCM in Windows and changing pixel data with VTK? -
i have 2 questions.
first: haven't got definite documentation on how use gdcm library in windows. @ possible use gdcm library in visual studio in windows? if so, please provide me instruction how install library in visual studio? want change or add way gdcm command "gdcmimg
" functions.
second: have multiframe dicom images need modify pixels , keep tags(private or non-private) intact. have tried matlab, gdcm , dcmtk. in each case there problem. matlab can't change multiframe images runs out of memory. gdcm can't keep tags intact(i use "gdcmimg
" command) , don't know yet how change functionality, dcmtk(i use "dcmodify
" command purpose) can change single frame dicom images , mysteriously fails in case of multi-frame dicom images when images provided vendors. mean that, tried multi-frame dicom images made myself using matlab , change pixel data in using "dcmodify
", when try vendor provided multi-frame dicom image fails change pixel data. so, want try vtk. please me whether or not vtk can change pixel data of multi-frame dicom image while keeping tags, private or non-private, intact?
thanks
you can work gdcm on windows in visual studio.
- download gdcm source.
- download cmake
- user cmake generate visual studio solution gdcm
- build visual studio solution
- use built library in own projects.
gdcm has little documentation.
in regards private tags. general practice when modify/derive image not keep private tags. private tags should ones add.
Comments
Post a Comment