GithubHelp home page GithubHelp logo

shinotech / dicom-converter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tjrantal/dicom-converter

0.0 2.0 0.0 1.11 MB

Convert ALOKA dicom video to mjpeg avi

C++ 2.44% Python 0.02% Makefile 1.91% Shell 15.69% C 75.60% Groff 1.61% M4 0.56% SAS 0.67% HTML 0.42% Assembly 0.39% Module Management System 0.64% Smalltalk 0.06%

dicom-converter's Introduction

A tool to convert DICOM-video-files exported from ALOKA ultrasound to mjpeg AVIs.
Depends on libjpeg (I've included the source code in the jpeg-9 -folder).

The libjpeg needs to be compiled first with the typical commands (e.g. in the jpeg-9 folder):
./configure
make
make install

The converter can be compiled subsequently:
g++ -o save_dicom_mjpeg.exe save_dicom_mjpeg.cpp -static -O3 -march=i686 -ljpeg

The converter is run by calling
save_dicom_mjpeg sourceDicomFile outpuFile.avi

The goal is to use the created avi with matlab and the mjpeg decoder needs to be installed as well (e.g. from ffdshow-tryout. Remember to pick the codec pack that supports your processor (64 or 32 bit) and also, enable the MJPEG codec for direct show).
http://sourceforge.net/projects/ffdshow-tryout/files/latest/download

dicom-converter's People

Contributors

tjrantal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.