comparison TODO @ 0:351ab0da0150

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Oct 2016 15:34:11 +0200
parents
children 00ff2cd06d13
comparison
equal deleted inserted replaced
-1:000000000000 0:351ab0da0150
1 Stone of Orthanc
2 ================
3
4
5 -------
6 General
7 -------
8
9 * Documentation
10 * LayoutPetCtFusionApplication: fix initial view
11
12
13 ---------------------------------
14 Radiotherapy and nuclear medicine
15 ---------------------------------
16
17 * Project RT-STRUCT in sagittal + coronal views
18 * Speedup RT-STRUCT loading
19 * Automatic segmentation + manual contouring
20 * Display segments in mask
21
22
23 -------------
24 Optimizations
25 -------------
26
27 * Tune number of loading threads in LayeredSceneWidget
28 * Add cache over IOrthancServices (for SDL/Qt/...)
29 * LayoutWidget: Do not update full background if only 1 widget has changed
30 * LayoutWidget: Threads to refresh each child
31 * Implement binary search to speed up search for closest slice
32 * Avoid the creation of new threads when updating the frame factory
33 (as seen with gdb)
34
35
36 -----------------
37 Platform-specific
38 -----------------
39
40 * Qt widget example
41 * Add precompiled headers for Microsoft Visual Studio
42 * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode
43
44
45 ---------------------
46 Source code cosmetics
47 ---------------------
48
49 * Remove #include "OrthancException.h" in "ObserversRegistry.h"
50 * Use "SampleInteractor::AddWidget()" in all samples
51
52
53 ------
54 Future
55 ------
56
57 * Create a wrapper for Python