edgar_ferreira

Show:

What's happening?

  • Followup: RE: Export image from .dcm file

    Hi everybody. I walked through this before and found 2 different ways of getting an Image (.NET) from the PixelData tag. First of all, you need to get the byte array from PixelData field, using something like this (after the method ParseDcmFile() ): ByteBuffer byteBuffer = ds.GetByteBuffer(Tags.PixelData); byte[] byteArray = (byte[])byteBuffer.ToArray(); Here you must analyse...

    2009-03-27 14:11:49 UTC in DICOM#

  • Followup: RE: Export image from .dcm file

    Hi everybody. I walked through this before and found 2 different ways of getting an Image (.NET) from the PixelData tag. First of all, you need to get the byte array from PixelData field, using something like this (after the method ParseDcmFile() ): ByteBuffer byteBuffer = ds.GetByteBuffer(Tags.PixelData); byte[] byteArray = (byte[])byteBuffer.ToArray(); Here you must analyse...

    2009-03-27 12:33:52 UTC in DICOM#

About Me

  • 2007-03-06 (3 years ago)
  • 1736592
  • edgar_ferreira (My Site)
  • edgar_ferreira

Send me a message