Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Olena
olena
Commits
9f49c8cf
Commit
9f49c8cf
authored
Jul 02, 2014
by
Roland Levillain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a NEWS file to Milena.
* NEWS: New.
parent
1f4a8507
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
0 deletions
+72
-0
milena/ChangeLog
milena/ChangeLog
+6
-0
milena/NEWS
milena/NEWS
+66
-0
No files found.
milena/ChangeLog
View file @
9f49c8cf
2014-07-02 Roland Levillain <roland@lrde.epita.fr>
Add a NEWS file to Milena.
* NEWS: New.
2014-06-27 Roland Levillain <roland@lrde.epita.fr>
Fix the construction of mln::io::pdf::pdf_header.
milena/NEWS
0 → 100644
View file @
9f49c8cf
* Milena 2.0a
* New algorithms:
- mln::topo::skeleton::priority_driven_thinning.
* New routines:
- mln::geom::crop,
- mln::geom::crop_without_localization (image cropping).
- mln::data::compute_in_window (accumulator-based
computation using a sliding window).
- mln::pw::bind (point-wise function binding).
* New I/Os functions:
- mln::io::pdf::load (Poppler-based implementation).
- mln::io::vtk::load, mln::io::vtk::save (preliminary
built-in implementations).
* New tracing mechanism (mln_trace).
* Improve extensibility of mln::convert::from_to.
* Speed up I/O accesses with ImageMagick/GraphicsMagick.
* Minimal support for FFTW 3 (Fast Fourrier Transform).
* Rename methods 'point_at_index', 'delta_index' and
'index_of_point' as 'point_at_offset', 'delta_offset' and
'offset_of_point'.
* Completely replace mln::morpho::meyer_wst with
morpho::watershed::flooding.
* Demonstrate various examples of image morphers in
milena/apps/morphers.
* Demonstrate various examples of 2D and 3D skeletonizations
(thinnings) in milena/apps/generic-skel.
* Demonstrate various examples of curvature-based thinnings
using 2- and 1-collapses in milena/apps/mesh-segm-skel.
Local Variables:
mode: outline
ispell-local-dictionary: "american"
End:
----
Copyright (C) 2014 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.
Olena is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, version 2 of the License.
Olena is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with Olena. If not, see <http://www.gnu.org/licenses/>.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment