Commit 924dd8430720598d1bf0b7d22fa0282df2f42eb3
1 parent
e72e757b
Exists in
master
and in
28 other branches
Update and rename README.txt to README.md
Showing
2 changed files
with
23 additions
and
18 deletions
Show diff stats
@@ -0,0 +1,23 @@ | @@ -0,0 +1,23 @@ | ||
1 | +** InVesalius ** | ||
2 | +============================ | ||
3 | + | ||
4 | +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: | ||
5 | + * DICOM-support including: (a) ACR-NEMA version 1 and 2; (b) DICOM version 3.0 (including various encodings of JPEG -lossless and lossy-, RLE) | ||
6 | + * Image manipulation facilities (zoom, pan, rotation, brightness/contrast, etc) | ||
7 | + * Segmentation based on 2D slices | ||
8 | + * Pre-defined threshold ranges according to tissue of interest | ||
9 | + * Edition tools (similar to Paint Brush) based on 2D slices | ||
10 | + * 3D surface creation | ||
11 | + * 3D surface connectivity tools | ||
12 | + * 3D surface exportation (including: binary and ASCII STL, OBJ, VRML, Inventor) | ||
13 | + * High-quality volume rendering projection | ||
14 | + * Pre-defined volume rendering presets | ||
15 | + * Volume rendering crop plane | ||
16 | + * Picture exportation (including: BMP, TIFF, JPG, PostScript, POV-Ray) | ||
17 | + | ||
18 | +** Development ** | ||
19 | + | ||
20 | +- Windows 64 bits (tested on Windows 7) | ||
21 | +1 - Install Python | ||
22 | + | ||
23 | +Access http://svn.softwarepublico.gov.br/trac/invesalius/ to more informations. |
README.txt
@@ -1,18 +0,0 @@ | @@ -1,18 +0,0 @@ | ||
1 | -InVesalius | ||
2 | -========== | ||
3 | - | ||
4 | -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: | ||
5 | - * DICOM-support including: (a) ACR-NEMA version 1 and 2; (b) DICOM version 3.0 (including various encodings of JPEG -lossless and lossy-, RLE) | ||
6 | - * Image manipulation facilities (zoom, pan, rotation, brightness/contrast, etc) | ||
7 | - * Segmentation based on 2D slices | ||
8 | - * Pre-defined threshold ranges according to tissue of interest | ||
9 | - * Edition tools (similar to Paint Brush) based on 2D slices | ||
10 | - * 3D surface creation | ||
11 | - * 3D surface connectivity tools | ||
12 | - * 3D surface exportation (including: binary and ASCII STL, OBJ, VRML, Inventor) | ||
13 | - * High-quality volume rendering projection | ||
14 | - * Pre-defined volume rendering presets | ||
15 | - * Volume rendering crop plane | ||
16 | - * Picture exportation (including: BMP, TIFF, JPG, PostScript, POV-Ray) | ||
17 | - | ||
18 | -Access http://svn.softwarepublico.gov.br/trac/invesalius/ to more informations. |