Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to compress a DICOM image into a compressed format for storage.

How to compress a DICOM image into a compressed format for storage.

Scheduled Pinned Locked Moved C / C++ / MFC
comalgorithmsdata-structureshelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 1990498
    wrote on last edited by
    #1

    1. Translate DICOM format to raw format: To save image file into a binary file format as a 1 dimensional array. 2. Compression- To use Run-Length Coding (RLC) compression algorithm to compress the information in the raw format file. INclude a header: Row & Coloumn size. 3. De-compression- Open file to display the image file. Basically it is to translate a DICOM format to raw format and save it as a binary file format. Using RLC to compress the information in the raw format file so that the image can be view in future when I open the binary file format. If anyone is able to help please drop me a mail asap to ulusai@yahoo.com.sg. Thank you.

    N 1 Reply Last reply
    0
    • U User 1990498

      1. Translate DICOM format to raw format: To save image file into a binary file format as a 1 dimensional array. 2. Compression- To use Run-Length Coding (RLC) compression algorithm to compress the information in the raw format file. INclude a header: Row & Coloumn size. 3. De-compression- Open file to display the image file. Basically it is to translate a DICOM format to raw format and save it as a binary file format. Using RLC to compress the information in the raw format file so that the image can be view in future when I open the binary file format. If anyone is able to help please drop me a mail asap to ulusai@yahoo.com.sg. Thank you.

      N Offline
      N Offline
      Nilesh K
      wrote on last edited by
      #2

      There is a DICOM RT group(dicomrt@yahoogroups.com), you might get your solution over there.

      - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups