0
|
1 Stone of Orthanc
|
|
2 ================
|
|
3
|
|
4
|
|
5 -------
|
|
6 General
|
|
7 -------
|
|
8
|
|
9 * Documentation
|
4
|
10 * Interface with DICOMweb
|
0
|
11 * LayoutPetCtFusionApplication: fix initial view
|
|
12
|
|
13
|
|
14 ---------------------------------
|
|
15 Radiotherapy and nuclear medicine
|
|
16 ---------------------------------
|
|
17
|
|
18 * Project RT-STRUCT in sagittal + coronal views
|
|
19 * Speedup RT-STRUCT loading
|
|
20 * Automatic segmentation + manual contouring
|
|
21 * Display segments in mask
|
|
22
|
|
23
|
|
24 -------------
|
|
25 Optimizations
|
|
26 -------------
|
|
27
|
|
28 * Tune number of loading threads in LayeredSceneWidget
|
|
29 * Add cache over IOrthancServices (for SDL/Qt/...)
|
|
30 * LayoutWidget: Do not update full background if only 1 widget has changed
|
|
31 * LayoutWidget: Threads to refresh each child
|
|
32 * Implement binary search to speed up search for closest slice
|
|
33 * Avoid the creation of new threads when updating the frame factory
|
|
34 (as seen with gdb)
|
|
35
|
|
36
|
|
37 -----------------
|
|
38 Platform-specific
|
|
39 -----------------
|
|
40
|
|
41 * Qt widget example
|
|
42 * Add precompiled headers for Microsoft Visual Studio
|
|
43 * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode
|
|
44
|
|
45
|
|
46 ---------------------
|
|
47 Source code cosmetics
|
|
48 ---------------------
|
|
49
|
|
50 * Remove #include "OrthancException.h" in "ObserversRegistry.h"
|
|
51 * Use "SampleInteractor::AddWidget()" in all samples
|
|
52
|
|
53
|
16
|
54 ---------
|
|
55 Packaging
|
|
56 ---------
|
|
57
|
|
58 * Publish history of code size on Web site
|
|
59
|
|
60
|
0
|
61 ------
|
|
62 Future
|
|
63 ------
|
|
64
|
|
65 * Create a wrapper for Python
|