forked from DGtal-team/DGtal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
126 lines (88 loc) · 4.32 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
=== DGtal 0.3.1 ===
Posted on April 4, 2011 by David Coeurjolly
* Quick release due to a build problem on linux. No more feature
added.
* Preliminary cellular grid documentation added.
* Documentation cleanup.
=== DGtal 0.3.0 ===
Posted on April 1, 2011 by David Coeurjolly
Beside the DGtal presentation at DGCI 2011, we are pleased to announce a new DGtal release 0.3.0.
New features:
User-guide added (based on doxygen system)
Kernel: new concepts and controls to enhance the Interger type management, new iterators (Range/SubRange) on HyperRectDomains.
Topology: interpixel model added (cells, boundary tracking mechanisms,…)
Geometry 2D: 2D curve primitive decomposition, tangential cover, convexity/concavity decomposition.
Geometry nD: reverse Euclidean distance transformation
Visualisation: stream mechanism to visualize 3D DGtal objects with libQGLViewer (optional)
Shape generator factory added in nD
BugFixes, enhancements:
Many bugs have been fixed for this release.
cmake DGtal dependency checking process is more stable now
Known problems:
For technical reasons, we haven’t be able to verify that this release also compile on Windows Visual Studio systems (see ticket #87). A new release will fix this problem as soon as possible.
All open tickets
=== Older Releases ===
2011-04-01 dcoeurjo
* Release 0.3.0
* Kernel: global enhancement of different Integer types and
associated concepts.
* Topology: interpixel topology, cells, surface tracking
* Geometry2D: contour primitive decomposition, tangential cover,
convexity/concavity decomposition.
* GeometrynD: Reverse DT transformation (Euclidean)
* Infrastructure: 3D visualisation of DGtal objects with
libQGLViewer, shape factory
* IO: PointListReader added
* Documentation: first DGtal user-guide
2010-01-12 dcoeurjo
* Release 0.2
* Kernel: DGtalBoard mechanism for 2D drawing of DGtal objects, ..
* Geometry package
- Volumetric: distance transformation with separable metric
(l2, l1 and linfinity) in arbitrary dimension
- 2D: Arithmetical DSS, Greedy decomposition of a contour into
primitives, FreemanChain code iterators
* Topolopy package: Set, Adjacencies, Object, border extraction,
connected components computation, ...
* IO: 2D file formats with Magick++, Vol/Raw format in 3D, Raw
format in n-D (non-portable)
* Misc: Compiles on linux, MacOS and VisualStudio 2008
2010-21-05 dcoeurjo
* Iterators added to PointVector
* Debug methods removed in Trace class
* Many bug fixes for VS compatibility
2010-05-15 dcoeurjo
* Assert.h: added macro ASSERT() added based on the boost/assert.hpp (TODO: implement a nice callback)
* Point and Vector templated classes added
* Space.*: skeleton of a DGtal::Space added
2010-03-03 dcoeurjo
* math/MeasureOfStraightLines: new class to compute the measure of a set of Straight lines defined as a polygon in the (a,b) parameter space.
* test_measure: added
2010-02-17 dcoeurjo
* Trace: new class models for output streams in Trace class.
* TraceWriter/TraceWriterTerm/TraceWriterFile: added
2010-02-12 dcoeurjo
* models: bug fix in INLINE commands
* Trace/Clock: minor edit and bug report
2010-01-05 dcoeurjo
* Trace can be initialized on diffrent output stream (e.g. std::cerr or a file stream)
* test_trace: update to test the new API
2010-01-04 dcoeurjo
* Clock: no more static variables and methods (in order to have several running clocks)
* Trace: new interface and the endBlock displays and returns the ellapsed time within the block
2009-12-28 dcoeurjo
* Trace: a new class to trace out messages to the standard output. Four type of messages are possible: info, debug, error and "emphased". On color linux terminal, messages appears with an appropriate color foreground.
* test_trace: an illustration of the Trace interface
2009-12-14 dcoeurjo
* CMakeLists, test_clock updates to ensure compatibility with VisualStudio
* New cmake options
- OPTION(BUILD_SHARED_LIBS "Build shared libraries." ON)
- OPTION(BUILD_TESTS "Build tests." ON)
2009-12-11 dcoeurjo
* CMakeLists scripts and first backport from imagene (Clock class)
2009-12-11 dcoeurjo
* Repository cleanup:
- Modeles and genereateClass.sh removed
- JOL scripts & templates added
2009-12-03 dcoeurjo
* Modeles: class templates added with generateClass.sh script