---
ChangeLog | 6 +-
milena/ChangeLog | 125 ++++++++++++++++++++-------------------------
milena/sandbox/ChangeLog | 63 ++++++++++++++---------
scribo/ChangeLog | 18 +++---
4 files changed, 107 insertions(+), 105 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f7ada5f..28f856d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
2009-05-22 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
- * configure.ac: configure milena/tests/core/image/dmorph.
+ * configure.ac: Configure milena/tests/core/image/dmorph.
2009-05-22 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
Configure scribo directory and generate unit tests.
- * configure.ac: configure scribo directory.
+ * configure.ac: Configure scribo directory.
- * bootstrap: generate unit tests for scribo.
+ * bootstrap: Generate unit tests for scribo.
2009-05-15 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 8d18e3c..772c204 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -101,7 +101,7 @@
routine.
* tests/transformation/rotate.cc: fix wrong reference result.
-
+
* tests/util/Makefile.am: remove a non existing test.
2009-05-18 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
@@ -144,21 +144,6 @@
* mln/core/internal/image_domain_morpher.hh: Upgrade doc style.
* tests/core/image/p2p_image.cc: Move echo.
-2009-05-19 Etienne FOLIO <folio(a)lrde.epita.fr>
-
- HSV type, HSL <-> HSV conversions, and tests.
- * sandbox/folio/mln/fun/v2v/hsl_to_hsv.hh: New algorithms.
- * sandbox/folio/mln/fun/v2v/rgb_to_hsv.hh: float -> float01_<n>.
- * sandbox/folio/mln/histo/compute_histo_3d.hh: Some corrections.
- * sandbox/folio/mln/value/hsv.hh: HSV value type.
- * sandbox/folio/test/histo/plot_lena.cc: New test.
- * sandbox/folio/test/histo/plot_lena_3d.cc: New test.
- * sandbox/folio/test/histo/plot_lena_rgb.cc: New test.
- * sandbox/folio/test/histo/projected.cc: New test.
- * sandbox/folio/test/histo/projected3d.cc: New test.
- * sandbox/folio/test/value/circular.cc: test.
- * sandbox/folio/test/value/hsv.cc: test.
-
2009-05-19 Fabien Freling <fabien.freling(a)lrde.epita.fr>
Extend plot I/O with load() function.
@@ -166,7 +151,7 @@
* mln/io/plot/all.hh: New file including plot/ files.
* mln/io/plot/load.hh: New draft for plot loading, nonfunctional.
* mln/io/plot/save.hh: Update delimiter to simple whitespace.
- * mln/labeling/compute.hh: Allow accumulator array to be
+ * mln/labeling/compute.hh: Allow accumulator array to be
passed as an argument.
2009-05-18 Roland Levillain <roland(a)lrde.epita.fr>
@@ -862,23 +847,23 @@
2009-05-06 Frederic Bour <bour(a)lrde.epita.fr>
Correct typo errors, rename storage_ to state, update thrubin morpher.
- * mln/core/concept/meta_function.hh: Add mln_fun_withbin for binary
+ * mln/core/concept/meta_function.hh: Add mln_fun_withbin for binary
metafunction.
- * mln/core/image/thrubin_morpher.hh: Correct implementation of
+ * mln/core/image/thrubin_morpher.hh: Correct implementation of
thrubin_morpher.hh.
- * mln/core/image/thru_morpher.hh: Typos correction.
- * mln/fun/binary.hh,
- * mln/fun/binary_param.hh: Renamed storage_get to state.
- * mln/fun/math/inf.hh,
- * mln/fun/math/sup.hh: Correct bug when working on two different
+ * mln/core/image/thru_morpher.hh: Typos correction.
+ * mln/fun/binary.hh,
+ * mln/fun/binary_param.hh: Renamed storage_get to state.
+ * mln/fun/math/inf.hh,
+ * mln/fun/math/sup.hh: Correct bug when working on two different
types.
- * mln/fun/spe/binary.hh,
- * mln/fun/spe/unary.hh,
- * mln/fun/unary.hh,
- * mln/fun/unary_param.hh: Renamed storage_get to state.
- * mln/trait/next/solve_proxy.hh: Added one inclusion to prevent
+ * mln/fun/spe/binary.hh,
+ * mln/fun/spe/unary.hh,
+ * mln/fun/unary.hh,
+ * mln/fun/unary_param.hh: Renamed storage_get to state.
+ * mln/trait/next/solve_proxy.hh: Added one inclusion to prevent
errors.
- * sandbox/fred/tests/thru.cc: Added test for thrubin.
+ * sandbox/fred/tests/thru.cc: Added test for thrubin.
2009-05-05 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
@@ -913,27 +898,29 @@
2009-05-05 Frederic Bour <bour(a)lrde.epita.fr>
- Tidy source code of new functions, renamed trait::fun to trait::function.
- * mln/core/image/thru_morpher.hh,
- * mln/core/image/thrubin_morpher.hh,
- * mln/fun/accu_result.hh,
- * mln/fun/binary.hh: tidied.
- * mln/fun/component/comp.hh: Splitted into multiples files:
- * mln/fun/component/comp_count.hh: New,
- * mln/fun/component/ithcomp.hh: New,
- * mln/fun/component/scomp.hh: New. Static i'th component extraction.
- * mln/fun/math/cos.hh,
- * mln/fun/math/inf.hh,
- * mln/fun/math/sup.hh,
- * mln/fun/point/col.hh,
- * mln/fun/point/row.hh,
- * mln/fun/point/sli.hh,
- * mln/fun/spe/binary.hh,
- * mln/fun/spe/unary.hh,
- * mln/fun/unary.hh: tidied.
- * mln/trait/fun.hh: Removed. Renamed to:
- * mln/trait/functions.hh: New.
- * sandbox/fred/tests/fun.cc: Small update.
+ Tidy source code of new functions, renamed trait::fun to
+ trait::function.
+
+ * mln/core/image/thru_morpher.hh,
+ * mln/core/image/thrubin_morpher.hh,
+ * mln/fun/accu_result.hh,
+ * mln/fun/binary.hh: tidied.
+ * mln/fun/component/comp.hh: Splitted into multiples files:
+ * mln/fun/component/comp_count.hh: New,
+ * mln/fun/component/ithcomp.hh: New,
+ * mln/fun/component/scomp.hh: New. Static i'th component extraction.
+ * mln/fun/math/cos.hh,
+ * mln/fun/math/inf.hh,
+ * mln/fun/math/sup.hh,
+ * mln/fun/point/col.hh,
+ * mln/fun/point/row.hh,
+ * mln/fun/point/sli.hh,
+ * mln/fun/spe/binary.hh,
+ * mln/fun/spe/unary.hh,
+ * mln/fun/unary.hh: tidied.
+ * mln/trait/fun.hh: Removed. Renamed to:
+ * mln/trait/functions.hh: New.
+ * sandbox/fred/tests/fun.cc: Small update.
2009-05-05 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
@@ -1192,17 +1179,17 @@
2009-04-29 Frederic Bour <bour(a)lrde.epita.fr>
Modification to parametrized functions, functions tutorial WIP.
- * mln/fun/binary.hh,
- * mln/fun/unary.hh: Modified parameters system. Now distinguish
+ * mln/fun/binary.hh,
+ * mln/fun/unary.hh: Modified parameters system. Now distinguish
Exact type from Flag type.
- * mln/fun/binary_param.hh: New.
- * mln/fun/from_accu.hh: Updated to latest functions syntax.
- * mln/fun/unary.hh: Modified parameters system.
- * mln/fun/unary_param.hh: New.
- * sandbox/fred/functions.html,
- * sandbox/fred/functions.mkdown: New. Tutorial
- * sandbox/fred/tests/Makefile: Added one test.
- * sandbox/fred/tests/wip.cc: New.
+ * mln/fun/binary_param.hh: New.
+ * mln/fun/from_accu.hh: Updated to latest functions syntax.
+ * mln/fun/unary.hh: Modified parameters system.
+ * mln/fun/unary_param.hh: New.
+ * sandbox/fred/functions.html,
+ * sandbox/fred/functions.mkdown: New. Tutorial
+ * sandbox/fred/tests/Makefile: Added one test.
+ * sandbox/fred/tests/wip.cc: New.
2009-04-29 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
@@ -2211,15 +2198,15 @@
2009-04-06 Frederic Bour <bour(a)lrde.epita.fr>
Clean new fun implementation.
- * sandbox/fred/mln/fun/binary.hh,
- * sandbox/fred/mln/fun/compose.hh,
- * sandbox/fred/mln/fun/composition.hh,
- * sandbox/fred/mln/fun/spe/binary.hh,
- * sandbox/fred/mln/fun/spe/unary.hh,
- * sandbox/fred/mln/fun/unary.hh: Clean and update to make use of
+ * sandbox/fred/mln/fun/binary.hh,
+ * sandbox/fred/mln/fun/compose.hh,
+ * sandbox/fred/mln/fun/composition.hh,
+ * sandbox/fred/mln/fun/spe/binary.hh,
+ * sandbox/fred/mln/fun/spe/unary.hh,
+ * sandbox/fred/mln/fun/unary.hh: Clean and update to make use of
param.hh.
- * sandbox/fred/mln/fun/param.hh: New.
- * sandbox/fred/mln/trait/fun.hh: Add support for parameter storage.
+ * sandbox/fred/mln/fun/param.hh: New.
+ * sandbox/fred/mln/trait/fun.hh: Add support for parameter storage.
2009-04-06 Edwin Carlinet <carlinet(a)lrde.epita.fr>
diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog
index 799eee1..4a9c521 100644
--- a/milena/sandbox/ChangeLog
+++ b/milena/sandbox/ChangeLog
@@ -24,7 +24,7 @@
Change processing chain, now filter before normalization.
* fabien/igr/Makefile: Add filter target.
* fabien/igr/filter.cc: New tool for filtering input.
- * fabien/igr/fixed_seg/main.cc: Update closing to
+ * fabien/igr/fixed_seg/main.cc: Update closing to
closing::sum
* fabien/igr/point_filtering/main.cc: Minor update.
@@ -34,6 +34,21 @@
* fabien/igr/point_filtering/Makefile: New target all.
* fabien/igr/point_filtering/main.cc: Load plots and compute filtering.
+2009-05-19 Etienne FOLIO <folio(a)lrde.epita.fr>
+
+ HSV type, HSL <-> HSV conversions, and tests.
+ * folio/mln/fun/v2v/hsl_to_hsv.hh: New algorithms.
+ * folio/mln/fun/v2v/rgb_to_hsv.hh: float -> float01_<n>.
+ * folio/mln/histo/compute_histo_3d.hh: Some corrections.
+ * folio/mln/value/hsv.hh: HSV value type.
+ * folio/test/histo/plot_lena.cc: New test.
+ * folio/test/histo/plot_lena_3d.cc: New test.
+ * folio/test/histo/plot_lena_rgb.cc: New test.
+ * folio/test/histo/projected.cc: New test.
+ * folio/test/histo/projected3d.cc: New test.
+ * folio/test/value/circular.cc: test.
+ * folio/test/value/hsv.cc: test.
+
2009-05-18 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
Move Scribo from sandbox to the root directory.
@@ -143,7 +158,7 @@
* milena/sandbox/scribo/text/grouping/internal/update_link_array.hh,
* milena/sandbox/scribo/text/recognition.hh,
* milena/sandbox/scribo/util/all.hh,
- * milena/sandbox/scribo/util/text.hh: move ...
+ * milena/sandbox/scribo/util/text.hh: Move ...
* scribo/Doxyfile,
* scribo/Doxyfile_tex,
@@ -306,32 +321,32 @@
inim: Improve boxes algorithm.
Because of recent changes in scribo, the current work won't compile
with the last SVN revision. However, it used to compile with r3697.
- * boxes.cc: Fix a couple of bugs.
+ * inim/2010/boxes/boxes.cc: Fix a couple of bugs.
2009-05-15 Etienne FOLIO <folio(a)lrde.epita.fr>
Small cleanup.
- * README: Howto.
- * configure: Cleaned.
- * morpho.cc: Cleaned.
+ * inim/2010/morpho/README: Howto.
+ * inim/2010/morpho/configure: Cleaned.
+ * inim/2010/morpho/morpho.cc: Cleaned.
2009-05-15 Etienne FOLIO <folio(a)lrde.epita.fr>
Move a script.
- * run.sh: New moved file.
- * treat.sh: Remove moved file.
+ * inim/2010/morpho/run.sh: New moved file.
+ * inim/2010/morpho/treat.sh: Remove moved file.
2009-05-15 Etienne FOLIO <folio(a)lrde.epita.fr>
Big cleanup.
- * Makefile: Remove. Not needed.
- * README: New explainations.
- * configure: To build the Makefile.
- * dilation-n.hh: New algorithm.
- * erosion-n.hh: New algorithm.
- * main_dilation-n.cc: New test file.
- * morpho.cc: Cleanup in here.
- * treat.sh: Adaptation.
+ * inim/2010/morpho/Makefile: Remove. Not needed.
+ * inim/2010/morpho/README: New explainations.
+ * inim/2010/morpho/configure: To build the Makefile.
+ * inim/2010/morpho/dilation-n.hh: New algorithm.
+ * inim/2010/morpho/erosion-n.hh: New algorithm.
+ * inim/2010/morpho/main_dilation-n.cc: New test file.
+ * inim/2010/morpho/morpho.cc: Cleanup in here.
+ * inim/2010/morpho/treat.sh: Adaptation.
2009-05-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
@@ -346,11 +361,11 @@
* inim/2010/blur/Makefile: Add -DNDEBUG.
* inim/2010/blur/README: Add information about results.
* inim/2010/blur/cuttor.hxx: Call to gaussian_directional_2d.
- Add compile time errors.
- * inim/2010/blur/vect_it.hh: Change file included from
- vect_it to vect_it_OLD.
- * inim/2010/blur/vect_it_OLD.hxx: Try fixing the problem of
- backward search.
+ Add compile time errors.
+ * inim/2010/blur/vect_it.hh: Change file included from
+ vect_it to vect_it_OLD.
+ * inim/2010/blur/vect_it_OLD.hxx: Try fixing the problem of
+ backward search.
2009-05-15 Florent DHalluin <d-halluin(a)lrde.epita.fr>
@@ -398,11 +413,11 @@
Inim fix bugs related to word croping.
* edwin/inim/inim.cc: Add height closing to avoid word to be cropped.
* edwin/mln/morpho/tree/filter.hh: Add generic filter to
- replace filtered components by a user value instead of
- predefined values.
+ replace filtered components by a user value instead of
+ predefined values.
* edwin/rush/exo2/test.cc: Minor fixes.
* edwin/rush/exo2/wst_from_tree.cc: Test corrected sharpness
- with wst.
+ with wst.
* inim/2011/fredwin: New.
2009-05-15 Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 82c4648..e4b5756 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,19 +1,19 @@
2009-05-25 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
- Add missing Makefile.am in Scribo.
+ Add missing Makefile.am in Scribo.
- * Makefile.am,
- * src/Makefile.am,
- * src/binarization/Makefile.am,
- * tests/Makefile.am,
- * tests/preprocessing/Makefile.am,
- * tests/unit_test/Makefile.am: new.
+ * Makefile.am,
+ * src/Makefile.am,
+ * src/binarization/Makefile.am,
+ * tests/Makefile.am,
+ * tests/preprocessing/Makefile.am,
+ * tests/unit_test/Makefile.am: new.
2009-05-25 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
- Add a script to generate unit tests for scribo.
+ Add a script to generate unit tests for scribo.
- * tests/unit_test/build_unit_test.sh: new.
+ * tests/unit_test/build_unit_test.sh: new.
$Rev$
--
1.6.1.2