User Tools

Site Tools


tamiwiki:projects:dicom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tamiwiki:projects:dicom [2023/06/25 14:16] – created yairtamiwiki:projects:dicom [2023/06/27 15:12] (current) yair
Line 1: Line 1:
 +See also [[https://wiki.idiot.io/brain|brain]]
 +
 we got a banana MRI from reddit (2014) we got a banana MRI from reddit (2014)
  
Line 8: Line 10:
 1. convert to png using ffmpeg 1. convert to png using ffmpeg
 <code> ffmpeg -i banana.mp4 banana%05d.png </code> <code> ffmpeg -i banana.mp4 banana%05d.png </code>
 +but, we have a logo on the bottom, this will show artifact in the volumetric view. lets remove it while exporting. 
 +<code bash>
 +mkdir mri
 +ffmpeg -i banana.mp4 -vf "drawbox=x=275:y=295:w=25:h=5:color=black:t=fill" mri\banana_%05d.png
 +</code>
  
 2. load in [[https://mevislab.github.io/|MeVisLab]]\\ 2. load in [[https://mevislab.github.io/|MeVisLab]]\\
 +
 {{:tamiwiki:projects:pasted:20230625-141435.png}} {{:tamiwiki:projects:pasted:20230625-141435.png}}
  
 {{tamiwiki:projects:mevislab_g2bn0dj1kk.mp4}} {{tamiwiki:projects:mevislab_g2bn0dj1kk.mp4}}
 +
 +as we see, banana fruit this is not.
 +
 +{{tamiwiki:projects:mevislab_xvt9yuv13m.mp4}}
 +
 +bonus!\\
 +<del>tasty</del> banana flower curry recipe \\
 +{{youtube>zQn3FAZ4AQc?}}\\
 +link from Jana, which tried it and failed to overcome the bitterness. more research needed.  
 +
tamiwiki/projects/dicom.1687691773.txt.gz · Last modified: 2023/06/25 14:16 by yair