Skip to content

Commit f956652

Browse files
authored
Update README.md
1 parent 5b4fc1e commit f956652

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DicomToMesh
22

3-
DicomToMesh is a handy command line tool, which enables the user to automatically create a 3D mesh from a set of 2D DICOM images, a common image format used in medicine. The supported 3D mesh formats are STL, OBJ and PLY.
3+
DicomToMesh is a handy command line tool, which enables the user to automatically create a 3D mesh from a set of 2D DICOM images, a common image format used in medicine. The supported 3D mesh formats are STL, OBJ and PLY. DicomToMesh works on Linux, OSX and Windows.
44

55
<p align="center"><img alt="dicom2mesh" src="http://eidelen.diffuse.ch/dicomtomesh.png" width="80%"></p>
66

@@ -30,13 +30,24 @@ By passing the command line option <code>-v</code> the resulting mesh is visuali
3030
<p align="center"><img alt="filter" src="http://eidelen.diffuse.ch/mesh-visualization.png" width="50%"></p>
3131

3232

33+
# Installation
34+
35+
Ubuntu 18.04
36+
```
37+
> sudo add-apt-repository ppa:eidelen/d2m
38+
> sudo apt-get update
39+
> sudo apt-get install dicom2mesh
40+
```
41+
42+
On OSX and Windows it is required to build DicomToMesh yourself.
43+
3344
# Building
3445

3546
The software is written in C++11 and uses VTK 7.0. CMake is used as build-system.
3647

3748
Building DicomToMesh on Linux and OSX:
3849
```
39-
> git clone https://github.com/AOT-AG/DicomToMesh.git</code>
50+
> git clone https://github.com/AOT-AG/DicomToMesh.git
4051
> cd DicomToMesh
4152
> mkdir build
4253
> cd build

0 commit comments

Comments
 (0)