CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2002
    Location
    Karlsruhe, Germany (currently, normally Stoke, England)
    Posts
    8

    RLE Images and DICOM files

    Hi everyone,
    I need a little help. I am loading DICOM files but I'm having trouble extracting RLE compressed data. I know how to decompress the data itself but do not know how/where it is stored in the DICOM file.

    Any idea?

    Thanks,
    Tony

  2. #2
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    2

    reading DICOM

    Hi,
    I am working on a project where I need to read in DICOM files and convert them to RAW image format. I am absolutely new to this area. In fact, very much new to file I/O itself. I saw your post and am guessing that you have worked on DICOM before. I would be obliged if you could refer me to any resources on the web which will help me in reading DICOM files and converting them to RAW files...like file structure,etc. Thank You, Aditya

  3. #3
    Join Date
    Nov 2002
    Location
    Karlsruhe, Germany (currently, normally Stoke, England)
    Posts
    8
    Hi,
    Yes, I have been doing quite a bit of work in the DICOM area. Some of the most useful resources I have come across are as follows:

    * Overview of DICOM files and some useful links
    http://www.psychology.nottingham.ac....cr1/dicom.html

    * Java source code from freeware software ImageJ for loading of DICOM files.
    http://rsb.info.nih.gov/ij/docs/source/index.html

    * DICOM sample files for testing
    http://www.barre.nom.fr/medical/samples/

    These are probably some of the best resources if you are just starting out in the field of DICOM.

    Tony.

  4. #4
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    2

    Thanks

    Thanks a lot tony. that really helped. - Aditya

  5. #5
    Join Date
    Mar 2003
    Location
    Sofia, Bulgaria
    Posts
    48

    Re: RLE Images and DICOM files

    Originally posted by antonybates
    Hi everyone,
    I need a little help. I am loading DICOM files but I'm having trouble extracting RLE compressed data. I know how to decompress the data itself but do not know how/where it is stored in the DICOM file.

    Any idea?

    Thanks,
    Tony

    I have little knowledge in the organization of DICOM file format myself. However I suggest you download a very useful image viewer (IrfanView) at:

    http://www.tucows.com/preview/194967.html

    It's free and it supports DICOM. It has a very useful HEX viewer, so I guess you can open a DICOM in HEX and try to figure out where the data starts. Hope it helps.

    Regards,

    vpv
    "...when the music's over, turn out the lights."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured