-
Notifications
You must be signed in to change notification settings - Fork 4
/
br.gov.cti.invesalius.appdata.xml
104 lines (104 loc) · 4.96 KB
/
br.gov.cti.invesalius.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 Thiago Franco de Moraes <thiago.moraes@cti.gov.br> -->
<component type="desktop-application">
<id>br.gov.cti.invesalius</id>
<name>InVesalius</name>
<summary>3D medical imaging reconstruction software</summary>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-2.0-only</project_license>
<content_rating type="oars-1.0" />
<update_contact>thiago.moraes_AT_cti.gov.br</update_contact>
<developer id="br.gov.cti">
<name>Centro de Tecnologia da Informação Renato Archer</name>
</developer>
<translation type="gettext">InVesalius</translation>
<description>
<p>
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, Spanish, Turkish, Italian, Czech, Japanese, Catalan, Korean, Romanian and German) and provides several tools:
</p>
<ul>
<li>DICOM support including: (a) ACR-NEMA version 1 and 2; (b) DICOM version 3.0 (including various encodings of JPEG -lossless and lossy-, RLE)</li>
<li>Image manipulation features (zoom, pan, rotation, brightness/contrast, etc)</li>
<li>Segmentation based on 2D slices</li>
<li>Pre-defined threshold ranges according to tissue of interest</li>
<li>Segmentation based on watershed</li>
<li>Region growing segmentation</li>
<li>Edition tools (similar to Paint Brush) based on 2D slices</li>
<li>Semi-automatic segmentation based on Watershed</li>
<li>3D surface creation</li>
<li>3D surface connectivity tools</li>
<li>3D surface exportation (including: binary STL, OBJ, VRML, Inventor)</li>
<li>High-quality volume rendering projection</li>
<li>Pre-defined volume rendering presets</li>
<li>Volume rendering crop plane</li>
<li>Picture exportation (including: BMP, TIFF, JPG, PostScript, POV-Ray)</li>
<li>Minimum, Maximum or Mean Intensity Projection, Maximum Intensity Difference Accumulation and Contour based visualizations</li>
</ul>
</description>
<launchable type="desktop-id">br.gov.cti.invesalius.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://invesalius.github.io/images/screenshot/screen1.png</image>
</screenshot>
<screenshot>
<image>https://invesalius.github.io/images/screenshot/screen2.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://invesalius.github.io/</url>
<url type="bugtracker">https://github.com/invesalius/invesalius3/issues</url>
<url type="translate">https://www.transifex.com/invesalius/invesalius3/</url>
<releases>
<release version="3.1.999982" type="development" date="2024-05-31" urgency="high">
<description>
<p>Bug fixes</p>
</description>
</release>
<release version="3.1.999981" type="development" date="2023-06-10" urgency="high">
<description>
<p>Bug fixes</p>
</description>
</release>
<release version="3.1.99998" type="development" date="2022-04-13" urgency="high">
<description>
<p>Bug fixes</p>
</description>
</release>
<release version="3.1.99997" type="development" date="2022-02-03" urgency="high">
<description>
<p>Bug fixes</p>
</description>
</release>
<release version="3.1.99996" type="development" date="2021-12-03" urgency="high">
<description>
<p>Brain segmentation using pytorch</p>
<p>Plugins</p>
<p>Bug fixes</p>
</description>
</release>
<release version="3.1.99995" type="development" date="2021-06-28" urgency="high">
<description>
<p>Brain segmentation using deeplearning</p>
<p>Plugins</p>
</description>
</release>
<release version="3.1.99994" type="development" date="2019-06-11" urgency="high">
<description>
<p>Bug fixes</p>
</description>
</release>
<release version="3.1.99993" type="development" date="2019-05-17" urgency="high">
<description>
<p>Density tools.</p>
<p>Export project to HDF5 and Nifti.</p>
<p>XDG support.</p>
<p>Using JSON to save configs.</p>
</description>
</release>
<release version="3.1.99992" type="development" date="2018-09-10" urgency="high">
<description>
<p>Ported to Python3</p>
<p>Ported to WXPython4</p>
</description>
</release>
</releases>
</component>