1. Dicom In Python

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 27

  • @Waflon
    @Waflon 3 роки тому +7

    This is incredible, thank you so much for this quality content

  • @jayprakashs
    @jayprakashs 2 роки тому +2

    This is great info. Thanks for sharing

  • @heiderrey
    @heiderrey 2 роки тому +1

    thank you very much, this information is very valuable.

  • @YigalBZ
    @YigalBZ Рік тому +1

    Thank you for a clear interesting video! May I ask: how easy is it to write a python program that will create a 3D image of a particular organ with in a larger scan?

    • @arboiscodemedia
      @arboiscodemedia  Рік тому

      hmmm, just the basic concept will do, dicom will still be the same size when converted to image size, better you need to focus on how to scale the size of the view

  • @fahadh9625
    @fahadh9625 6 місяців тому

    Is it possible to draw isodose contour on CT file from a RTdose file

  • @Mueen520
    @Mueen520 3 роки тому +1

    Thank you!

  • @mr.krabby1202
    @mr.krabby1202 2 роки тому

    I have followed all the instructions. But, i get an error message when i type "import pydicom as dicom". What can i do?

    • @arboiscodemedia
      @arboiscodemedia  2 роки тому +1

      make sure you install pydicom inside the evironment...check on the setup of environment start at 4:15

  • @DevanshuAugusty
    @DevanshuAugusty 7 місяців тому +1

    thanx man

  • @lukasst1214
    @lukasst1214 Рік тому

    Hi, its possible to use this with qt in order to create an UI? To interact with the data, place points, etc.

    • @arboiscodemedia
      @arboiscodemedia  Рік тому +1

      i used python, better to use PYQt, maybe can for QT but i never tried it yet...

  • @guitarman270797
    @guitarman270797 2 роки тому

    Do you know how to apply Presentation states to a dicom and then view them?

  • @wal5281
    @wal5281 Рік тому

    I don't understand , what do we benefice from using DICOM ? why do we use it ? the informations extracted are not important as i see !?

    • @arboiscodemedia
      @arboiscodemedia  Рік тому

      your right and indeed for ordinary people that dont know about programming stuff, but in medical terms, its extremely important to them, developer just interpret the dicom into meaningful information, thats how its connected to the medical world.

    • @wal5281
      @wal5281 Рік тому

      @arboiscodemedia1078 what are the examples of the useful informations we extract from python ? I saw in the videos some informations extracted like the date or some pixels that i don't understand well.. can python tell us the pathology that exists in the x-ray ?

    • @wal5281
      @wal5281 Рік тому

      @arboiscodemedia1078 thank you so you answer 🥰🥰

    • @arboiscodemedia
      @arboiscodemedia  Рік тому +1

      your welcome

    • @arboiscodemedia
      @arboiscodemedia  Рік тому +1

      if you study python, there a lot of examples, like scraping, mining, OCR, and lastly thats were A.I comes in...,they were more usefull to trace cavities or cancer, human does the final interpretation. only this tools will help them easier thier life...Goodluck on your coding..