comparison TODO @ 1590:7b963bccafef

updated README
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2020 18:39:03 +0200
parents 5d359b115b29
children 6aadc7cbb8ea
comparison
equal deleted inserted replaced
1589:8c5f9864545f 1590:7b963bccafef
5 ------- 5 -------
6 General 6 General
7 ------- 7 -------
8 8
9 * Documentation 9 * Documentation
10 * Interface with DICOMweb
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 10
23 11
24 ------------- 12 -------------
25 Optimizations 13 Optimizations
26 ------------- 14 -------------
27 15
28 * Tune number of loading threads in LayeredSceneWidget 16 * Speedup RT-STRUCT projection in sagittal + coronal views
29 * LayoutWidget: Do not update full background if only 1 widget has changed 17 * Speedup RT-STRUCT loading
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 18
35 19
36 ----------------- 20 -----------------
37 Platform-specific 21 Platform-specific
38 ----------------- 22 -----------------
39 23
40 * Add precompiled headers for Microsoft Visual Studio 24 * Add precompiled headers for Microsoft Visual Studio
41 * Investigate crash in CurlOrthancConnection if using MinGW32 in Release mode
42
43
44 ---------------------
45 Source code cosmetics
46 ---------------------
47
48 * Use "SampleInteractor::AddWidget()" in all samples
49
50
51 ---------
52 Packaging
53 ---------
54
55 * Publish history of code size on Web site
56
57
58 ------
59 Future
60 ------
61
62 * Create a wrapper for Python