Difference between revisions of "Medical Imaging Example Meshes"
From crtc.cs.odu.edu
Spyridon97 (talk | contribs) |
Spyridon97 (talk | contribs) |
||
Line 24: | Line 24: | ||
[[File:Brain-With-Tumor-Case17,d=1.5,grading.png|500px|Brain-With-Tumor-Case17,d=1.5,grading.png]] | [[File:Brain-With-Tumor-Case17,d=1.5,grading.png|500px|Brain-With-Tumor-Case17,d=1.5,grading.png]] | ||
+ | |||
+ | =Knee-Char= | ||
+ | [https://odu.box.com/s/jr2a2nxb8uoidi78483fxk05ceplatmn Input Image] | ||
+ | |||
+ | Generated mesh with delta = 1,5, [https://odu.box.com/s/udhiz0u5bewtqi9z07owiejno9gjzb1j Output Mesh] | ||
+ | <pre>docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Knee-Char.mha --delta 1.5 --output ./Knee-Char,d=1.5.vtk</pre> | ||
+ | |||
+ | [[File:Knee-Char,d=1.5.png|500px|Knee-Char,d=1.5.png]] | ||
+ | |||
+ | Generated mesh with delta = 1.5 and volume-grading, [https://odu.box.com/s/tmmv1kjb925zclnshegypovxmaxablcs Output Mesh] | ||
+ | <pre>docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Knee-Char.mha --delta 1.5 --volume-grading --output ./Knee-Char,d=1.5,grading.vtk</pre> | ||
+ | |||
+ | [[File:Knee-Char,d=1.5,grading.png|500px|Knee-Char,d=1.5,grading.png]] | ||
=Ircad2-Removed-Tissues= | =Ircad2-Removed-Tissues= |
Revision as of 21:25, 17 February 2020
Head-Neck
Generated mesh with delta = 2, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Head-Neck.mha --delta 2 --output ./Head-Neck,d=2.vtk
Generated mesh with delta = 1.5, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Head-Neck.mha --delta 1.5 --output ./Head-Neck,d=1.5.vtk
Brain-With-Tumor-Case17
Generated mesh with delta = 1,5, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Brain-With-Tumor-Case17.nii --delta 1.5 --output ./Brain-With-Tumor-Case17,d=1.5.vtk
Generated mesh with delta = 1.5 and volume-grading, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Brain-With-Tumor-Case17.nii --delta 1.5 --volume-grading --output ./Brain-With-Tumor-Case17,d=1.5,grading.vtk
Knee-Char
Generated mesh with delta = 1,5, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Knee-Char.mha --delta 1.5 --output ./Knee-Char,d=1.5.vtk
Generated mesh with delta = 1.5 and volume-grading, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Knee-Char.mha --delta 1.5 --volume-grading --output ./Knee-Char,d=1.5,grading.vtk
Ircad2-Removed-Tissues
Generated mesh with delta = 5, Output Mesh
docker run -v $(pwd):/data/ crtc_i2m podm3d --input ./NRL_SHARE/Ircad2-Removed-Tissues.nrrd --delta 5 --output ./Ircad2-Removed-Tissues,d=5.vtk