1. Dicom In Python

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 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 9 месяцев назад

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

  • @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

  • @lukasst1214
    @lukasst1214 2 года назад

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

    • @arboiscodemedia
      @arboiscodemedia  2 года назад +1

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

  • @sam-u8i7e
    @sam-u8i7e Год назад

    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.

    • @sam-u8i7e
      @sam-u8i7e Год назад

      @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 ?

    • @sam-u8i7e
      @sam-u8i7e Год назад

      @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..

  • @guitarman270797
    @guitarman270797 3 года назад

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

  • @Mueen520
    @Mueen520 3 года назад +1

    Thank you!

  • @DevanshuAugusty
    @DevanshuAugusty 9 месяцев назад +1

    thanx man