File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dicom2stl
6
6
7
7
Tutorial: [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/dave3d/dicom2stl/main?filepath=examples%2FTutorial.ipynb )
8
8
9
- dicom2stl.py is a script that takes a [ Dicom] ( https://www.dicomstandard.org/about/ )
9
+ dicom2stl is a script that takes a [ Dicom] ( https://www.dicomstandard.org/about/ )
10
10
series and generates a STL surface mesh.
11
11
12
12
Written by David T. Chen from the National Institute of Allergy & Infectious Diseases (NIAID),
@@ -29,7 +29,7 @@ Once you have a DICOM image series zip you can run your first script (Ensure tha
29
29
30
30
This will create a .stl file named "output.stl" that extracted tissue from the DICOM image series.
31
31
32
- How dicom2stl.py works
32
+ How dicom2stl works
33
33
======================
34
34
The script starts by reading in a series of 2-d images or a simple 3-d image.
35
35
It can read any format supported by ITK. If the input name is a zip file or
You can’t perform that action at this time.
0 commit comments