jgoizueta / dicoms

Ruby toolkit for working with DICOM (CT/MRI) Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DicomS: DICOM Series toolkit

DicomS is a Ruby toolkit for working with DICOM (CT/MRI) Series (image sequences that compose a volume of density information).

It can be used through a command line interface by using the dicoms executable script, or from a Ruby program through the 'DicomS' class interface (API).

Installation

Add this line to your application's Gemfile:

gem 'dicoms'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dicoms

Requirements

  • FFmpeg (the command line tools).
  • ImageMagick (the library whichs is used by RMagick)

Usage

The dicoms executable provides the following commands:

  • Extract images: dicoms extract DICOM-DIR ...
  • Generate projected images (on axial, sagittal and coronal planes): dicoms project DICOM-DIR ...
  • Pack a DICOM series in compact form: dicoms pack DICOM-DIR ...
  • Unpack a packed DICOM series: dicoms unpack PACKED-FILE ...

Use the command to get further help.

License

Copyright (c) 2015 Javier Goizueta

This software is licensed under the GNU General Public License version 3.

About

Ruby toolkit for working with DICOM (CT/MRI) Series

License:Other


Languages

Language:Ruby 99.9%Language:Shell 0.1%