Git Product home page Git Product logo

Comments (5)

dgobbi avatar dgobbi commented on July 17, 2024

The vtkDICOMCTRectifier satisfies most of the points raised in this issue. It regrids the volume, provides a new matrix, and it can work in reverse.

The points that is misses is that it does not create a mask.

from vtk-dicom.

SergeiMal avatar SergeiMal commented on July 17, 2024

Hi @dgobbi
Could you please give some advice how to figure out with point "4 - re-color voxels outside the reconstruction volume as "air" "?

from vtk-dicom.

dgobbi avatar dgobbi commented on July 17, 2024

DICOM sets the stored values of these voxels to PixelPaddingValue.

I've thought of two ways to re-color the padding voxels as air:

  1. set the modality value of the padding voxels to -1000 (which is the value for air, Hounsfield units), or
  2. use the padding voxels to create an alpha mask, so that all padding voxels are transparent and all reconstructed voxels are opaque

The first is probably the easiest to do.

from vtk-dicom.

SergeiMal avatar SergeiMal commented on July 17, 2024

Thank you.
I am not so experienced with this area, so I don't think I can realize it myself.
Do you have some example how to do it?
Or may be some article about this theme.
Any information will be useful for me.

Thanks

from vtk-dicom.

dgobbi avatar dgobbi commented on July 17, 2024

I haven't implemented it, so I don't have an example.

All I have is what you see here. Just an idea.

from vtk-dicom.

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.