GithubHelp home page GithubHelp logo

How convert *.dcm to *.bmp about daikon HOT 3 CLOSED

rii-mango avatar rii-mango commented on August 16, 2024
How convert *.dcm to *.bmp

from daikon.

Comments (3)

rudolphpienaar avatar rudolphpienaar commented on August 16, 2024

https://github.com/FNNDSC/med2image

from daikon.

dmitrymaslov99 avatar dmitrymaslov99 commented on August 16, 2024

This is Pyhton, we need node.js (

from daikon.

neurolabusc avatar neurolabusc commented on August 16, 2024

@dmitrymaslov99 Daikon is a library for reading DICOM images, and image conversion is outside the scope of the core project. In theory, you can see how a tool like NiiVue can use Daikon to open an image and then can save this as a bitmap. However, most medical images have a high dynamic range (e.g. 16-bit scalar values) and most bitmap formats are designed for 256 levels of gray (e.g. even 32-bit RGBA has 256 levels of gray), so you need to choose the brightness and contrast (window width and window center in DICOM speak). This makes a generalized solution a bit tricky. Again, you can see how NiiVue solves this, with a robust range for MR scans and different color tables for CT scans (e.g. bones, airways, kidneys, etc).

from daikon.

Related Issues (20)

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.