Commit 30c6a6ab2a1c18b9791f46c81dd7a1b133d4715b
1 parent
08e6f1bd
Exists in
master
Improvements in the readme file
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -2,13 +2,19 @@ |
2 | 2 | |
3 | 3 | InVesalius generates 3D medical imaging reconstructions based on a sequence of 2D DICOM files acquired with CT or MRI equipments. InVesalius is internationalized (currently available in English, Portuguese, French, German, Spanish, Catalan, Romanian, Korean, Italian and Czech), multi-platform (GNU Linux, Windows and MacOS) and provides several tools: |
4 | 4 | * DICOM-support including: (a) ACR-NEMA version 1 and 2; (b) DICOM version 3.0 (including various encodings of JPEG -lossless and lossy-, RLE) |
5 | + * Support to Analyze files | |
6 | + * Support to BMP, PNG, JPEG and TIF files | |
5 | 7 | * Image manipulation facilities (zoom, pan, rotation, brightness/contrast, etc) |
6 | 8 | * Segmentation based on 2D slices |
7 | 9 | * Pre-defined threshold ranges according to tissue of interest |
10 | + * Segmentation based on watershed | |
8 | 11 | * Edition tools (similar to Paint Brush) based on 2D slices |
12 | + * Linear and angular measurement tool | |
13 | + * Volume reorientation tool | |
9 | 14 | * 3D surface creation |
10 | - * 3D surface connectivity tools | |
11 | - * 3D surface exportation (including: binary and ASCII STL, OBJ, VRML, Inventor) | |
15 | + * 3D surface volume measurement | |
16 | + * 3D surface connectivity tools | |
17 | + * 3D surface exportation (including: binary and ASCII STL, PLY, OBJ, VRML, Inventor) | |
12 | 18 | * High-quality volume rendering projection |
13 | 19 | * Pre-defined volume rendering presets |
14 | 20 | * Volume rendering crop plane | ... | ... |