-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
64 lines (52 loc) · 2.58 KB
/
ChangeLog
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
2015-11-03 Claude Lepage <claude@bic.mni.mcgill.ca>
* remove unused reference to lib bicpl for compilation
with gcc 4.6.X
2012-12-03 Claude Lepage <claude@bic.mni.mcgill.ca>
* WM threshold for stopping criterion in skull/meninges/dura
2009-07-31 Claude Lepage <claude@bic.mni.mcgill.ca>
* correction on size of initial sphere for large ventricles
* revised criterion for self-intersection
* some preliminary adaptive node movement strategy based
on local curvature
2009-05-08 Claude Lepage <claude@bic.mni.mcgill.ca>
* rodent version - a first try towards adaptive refinement
* use an ellipsoid instead of a sphere as starting point (rodent)
* better histogram smoothing before thresholding
* improvement for large ventricles
2008-12-19 Claude Lepage <claude@bic.mni.mcgill.ca>
* yet some more improvements for thresholding (helps
with 3-T images)
2008-07-30 Claude Lepage <claude@bic.mni.mcgill.ca>
* improve thresholding to find local minimum for ithresh
(helps with t2 images)
2008-02-21 Claude Lepage <claude@bic.mni.mcgill.ca>
* improve thresholding when background is very noisy
and bg and csf merge together
* add special case for t2/pd (with reversed intensities)
for better and complete expansion of the surface
2007-08-22 Claude Lepage <claude@bic.mni.mcgill.ca>
* disable inward progression of surface mask inside
large ventricles (e.g. Alzheimer) to avoid inverted
mask
* optimize the threshold for background/csf when the
background image is very noisy
2007-05-17 Claude Lepage <claude@bic.mni.mcgill.ca>
* recalculation of center of mass for tall neck
* better approach to compute the thresholds from the
histogram
2006-12-19 Claude Lepage <claude@bic.mni.mcgill.ca>
* add max switch for bright meninges in t1 images
* sample image in normal direction at half voxel size
2006-10-20 Claude Lepage <claude@bic.mni.mcgill.ca>
* copy all attributes of minc header from source image
to output mask (to include direction cosines too!)
* save the mask with the axes in the same order as in
the source image
* save mask in byte format
2006-08-15 Claude Lepage <claude@bic.mni.mcgill.ca>
* properly account for voxel sizes when not 1.0mm.
* use local edge length in local radius of curvature
instead of a global average edge length
* output surface mask in obj format
2006-05-26 Claude Lepage <claude@bic.mni.mcgill.ca>
* increased tesselation order to 6 for more accuracy