This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch unstable/scribo has been updated
via 1027a673b78b40befda24b6ac6b08c31bceaaa01 (commit)
via b7e6a030c8169fe67d513274f46f1395fde66710 (commit)
via 4b5e69d7c7dd9c3ab54573feb9ebae747cc32b17 (commit)
via a18fffd15637b40f7cd774d0566550db626c5b7b (commit)
via be6caa853434eadedfa885a85790cb9f86f59814 (commit)
via 529ef5836b3f6050a90335828b1d342c8a323325 (commit)
via 3c5fe6c2fd9b29347b9f7fcb0147bcfbc1e0ff6a (commit)
via 8983aa5cb7b8c7aebedee99131764f448f471138 (commit)
via 9cc6925dffc4b546650723dd75e53ac5d2f71893 (commit)
via e80b2c3d8bb12a622721384de6c202d81be09575 (commit)
via 23e94fc9b9b5c330175c666a775002dd5213e105 (commit)
via 7b475d5b5b1460d20193d9812ceb68c74ff8f5ad (commit)
via 6342ded2362f10ba0ebeb32f6fb57fcd52b41efa (commit)
via 2da2a4a8ca9e452c4e8a8eaf1d764e18f02b5ae3 (commit)
via 392e46d0a98af31c9df948be1e3de4f60674d65c (commit)
via 93e65faac760da0e701c1b7e07110a35b5ee77a9 (commit)
via 6fa9f281d16ce7b3fac728a5e23b25ca90e15fcd (commit)
via 7a2854173de2d3d9917ebc14e5589be6ab91445f (commit)
via bcc4cb8186728694667d5453a10cc592cc10c86e (commit)
via d75d3264f57d27414556a2e8b15d1452c7937ccc (commit)
via ac1a1dacd9ad8009809a8cd2867bbcd67fc110fe (commit)
via 3c76d368389afeb0ef7cab77dbe1901b1bf6ff69 (commit)
via c4bb3f89369ffeb277be7c669a9b08b583bfc795 (commit)
via 742ddd1264342667c087c0d6cb17e7bd0203dc95 (commit)
via 2f44565f67f0ef414e59ad84967397cce6167bfd (commit)
via ba06191be781af162bcb24ca39daa16c7ed1a904 (commit)
from bb48d4e30c860f9a8da69c53b791bd1697791aa8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
1027a67 distrib/macports/Portfile.in: Force the use of GraphicsMagick.
b7e6a03 bootstrap: Fix minimum required version for convert.
4b5e69d configure.ac: Handle both GraphicsMagick and ImageMagick.
a18fffd README: Add more information.
be6caa8 distrib/macports/Portfile.in: Use -fno-strict-aliasing flag for Mac OS X Lion.
529ef58 Fix Portfile dependencies.
3c5fe6c Fix Scribo build system.
8983aa5 demo/viewer/main.cc: Fix an issue with Tesseract 2.x and specific locales.
9cc6925 Improve text justification in HTML document reconstruction.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 24 +++
bootstrap | 6 +-
configure.ac | 23 ++-
distrib/macports/Portfile.in | 14 +-
milena/ChangeLog | 206 +++++++++++++++++++-
milena/apps/mesh-segm-skel/io.hh | 28 ++--
.../mesh-segm-skel/mesh-complex-max-curv-segm.cc | 28 ++--
.../apps/mesh-segm-skel/mesh-complex-max-curv.cc | 28 ++--
milena/apps/mesh-segm-skel/mesh-complex-segm.cc | 28 ++--
milena/apps/mesh-segm-skel/mesh-complex-skel.cc | 28 ++--
milena/apps/mesh-segm-skel/mesh-max-curv.cc | 28 ++--
milena/apps/mesh-segm-skel/mesh-pinv-curv.cc | 28 ++--
milena/apps/mesh-segm-skel/mesh-segm.cc | 28 ++--
milena/apps/mesh-segm-skel/mesh-skel.cc | 28 ++--
milena/apps/mesh-segm-skel/save_bin_alt.hh | 28 ++--
milena/apps/mesh-segm-skel/trimesh/misc.hh | 28 ++--
milena/apps/papers/levillain.09.ismm/complex.cc | 28 ++--
milena/apps/papers/levillain.09.ismm/image2d.cc | 28 ++--
milena/doc/benchmark/canvas.cc | 28 ++--
milena/doc/benchmark/median/median_bench.cc | 28 ++--
milena/doc/benchmark/morpho/erosion.cc | 28 ++--
milena/doc/examples/trash/erosion.cc | 28 ++--
milena/doc/examples/trash/graph.cc | 28 ++--
milena/doc/examples/trash/labeling_algo.cc | 28 ++--
milena/doc/examples/trash/mk_graph.cc | 28 ++--
milena/doc/oldies/2008__tour1.cc | 28 ++--
milena/doc/oldies/2008__tour1_extra.cc | 28 ++--
milena/doc/oldies/2008__tour2.cc | 28 ++--
milena/doc/oldies/2008__tour3.cc | 28 ++--
milena/doc/tools/sample_utils.hh | 28 ++--
milena/img/lena.pgm | 3 +-
milena/mln/algebra/h_vec.hh | 8 +-
milena/mln/convert/impl/from_double_to_value.hh | 6 +-
milena/mln/convert/impl/from_float_to_value.hh | 7 +-
milena/mln/convert/impl/from_int_to_value.hh | 7 +-
milena/mln/core/image/complex_window_piter.hh | 6 +-
milena/mln/core/image/dmorph/sub_image.hh | 6 +-
milena/mln/core/internal/pixel_impl.hh | 5 +-
milena/mln/core/point.hh | 2 +-
milena/mln/core/site_set/box.hh | 13 +-
milena/mln/core/site_set/p_array.hh | 9 +-
milena/mln/data/fill.hh | 19 +-
milena/mln/io/dicom/load.hh | 32 ++--
milena/mln/metal/vec.hh | 5 +-
.../reconstruction/by_dilation/union_find.hh | 17 ++-
.../morpho/reconstruction/by_erosion/union_find.hh | 17 ++-
milena/mln/morpho/watershed/topological.hh | 28 ++--
milena/mln/opt/element.hh | 6 +-
milena/mln/pw/internal/image_base.hh | 6 +-
milena/mln/topo/adj_higher_face_iter.hh | 5 +-
milena/mln/topo/adj_lower_face_iter.hh | 5 +-
milena/mln/topo/algebraic_face.hh | 5 +-
milena/mln/topo/complex.hh | 5 +-
milena/mln/topo/face.hh | 5 +-
milena/mln/topo/face_data.hh | 11 +-
milena/mln/value/lut_vec.hh | 5 +-
milena/sandbox/theo/tufa_2008/gradient.cc | 28 ++--
milena/tests/core/image/graph_image.cc | 29 ++--
milena/tests/linear/log.cc | 4 +-
.../morpho/reconstruction/by_dilation/Makefile.am | 14 +-
.../{union_find.cc => union_find_on_functions.cc} | 1 +
.../{union_find.cc => union_find_on_sets.cc} | 12 +-
.../morpho/reconstruction/by_erosion/Makefile.am | 14 +-
.../{union_find.cc => union_find_on_functions.cc} | 1 +
.../{union_find.cc => union_find_on_sets.cc} | 10 +-
milena/trash/bgraph_image.cc | 28 ++--
milena/trash/bgraph_image.hh | 28 ++--
milena/trash/bgraph_psite.hh | 28 ++--
milena/trash/boost_graph.cc | 28 ++--
milena/trash/boost_graph.hh | 28 ++--
milena/trash/boost_graph_access.hh | 28 ++--
milena/trash/boost_graph_property.hh | 28 ++--
milena/trash/boost_graph_structure.hh | 29 ++--
milena/trash/clock_neighb.hh | 28 ++--
milena/trash/clock_neighb2d.cc | 28 ++--
milena/trash/clock_neighb2d.hh | 28 ++--
milena/trash/clock_neighb2d_bis.cc | 28 ++--
milena/trash/display_color_pretty.cc | 28 ++--
milena/trash/display_color_pretty.hh | 28 ++--
milena/trash/display_remove.hh | 28 ++--
milena/trash/display_save.hh | 28 ++--
milena/trash/display_save_and_show.hh | 28 ++--
milena/trash/display_show.cc | 28 ++--
milena/trash/display_show.hh | 28 ++--
milena/trash/fi_adaptor.cc | 28 ++--
milena/trash/fi_adaptor.hh | 28 ++--
milena/trash/graph_image.hh | 28 ++--
milena/trash/line_graph_image.hh | 28 ++--
milena/trash/mono_obased_rle_encode.hh | 28 ++--
milena/trash/mono_obased_rle_image.cc | 28 ++--
milena/trash/mono_obased_rle_image.hh | 28 ++--
milena/trash/mono_rle_encode.hh | 28 ++--
milena/trash/mono_rle_image.cc | 28 ++--
milena/trash/mono_rle_image.hh | 28 ++--
milena/trash/neighb_get.hh | 28 ++--
milena/trash/neighb_image.cc | 28 ++--
milena/trash/neighb_image.hh | 28 ++--
milena/trash/obased_rle_encode.hh | 28 ++--
milena/trash/obased_rle_image.cc | 28 ++--
milena/trash/obased_rle_image.hh | 28 ++--
milena/trash/p_bgraph.cc | 28 ++--
milena/trash/p_bgraph.hh | 28 ++--
milena/trash/p_bgraph_piter.hh | 28 ++--
milena/trash/rle_encode.hh | 28 ++--
milena/trash/rle_image.cc | 28 ++--
milena/trash/rle_image.hh | 28 ++--
milena/trash/save_and_show.cc | 28 ++--
milena/trash/sparse_encode.hh | 28 ++--
milena/trash/sparse_image.cc | 28 ++--
milena/trash/sparse_image.hh | 28 ++--
milena/trash/t_image.cc | 28 ++--
milena/trash/t_image.hh | 28 ++--
milena/trash/to_tiles.cc | 28 ++--
milena/trash/to_tiles.hh | 28 ++--
milena/trash/translate_image.cc | 28 ++--
milena/trash/translate_image.hh | 28 ++--
milena/trash/value_enc_image.cc | 28 ++--
milena/trash/value_enc_image.hh | 28 ++--
milena/trash/value_encode.hh | 28 ++--
scribo/ChangeLog | 45 ++++-
scribo/README | 55 ++++--
scribo/demo/review/Makefile.am | 2 +-
scribo/demo/viewer/Makefile.am | 3 +-
scribo/demo/viewer/main.cc | 14 ++
scribo/demo/xml2doc/templates/html/css.css | 7 +-
scribo/demo/xml2doc/templates/html/main.xsl | 27 +++-
scribo/demo/xml2doc/templates/html/main_base64.xsl | 65 ++++++-
scribo/src/toolchain/nepomuk/Makefile.am | 7 +-
scribo/tests/Makefile.am | 36 ++--
scribo/tests/binarization/Makefile.am | 2 +
scribo/tests/binarization/sauvola.ref.pbm | Bin 32884 -> 32884 bytes
scribo/tests/binarization/sauvola_ms.ref.pbm | Bin 32884 -> 32884 bytes
scribo/tests/data.hh.in | 28 ++--
133 files changed, 1719 insertions(+), 1414 deletions(-)
copy milena/tests/morpho/reconstruction/by_dilation/{union_find.cc =>
union_find_on_functions.cc} (97%)
rename milena/tests/morpho/reconstruction/by_dilation/{union_find.cc =>
union_find_on_sets.cc} (87%)
copy milena/tests/morpho/reconstruction/by_erosion/{union_find.cc =>
union_find_on_functions.cc} (97%)
rename milena/tests/morpho/reconstruction/by_erosion/{union_find.cc =>
union_find_on_sets.cc} (87%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform