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.

  1. download gdcm source.
  2. download cmake
  3. user cmake generate visual studio solution gdcm
  4. build visual studio solution
  5. 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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -