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 next has been updated
via 0abc322fa3646540c4c31787a1b86893270b48e8 (commit)
via 62a8605f575c8c161a68fc74ee33890b914f53d1 (commit)
via 40e7cc0fc6488f9fbcc9860dcc4e8a8a57fbbf89 (commit)
via 5d515548a805f3ff3675796d48a68712e8154518 (commit)
via a814e2b86d4746b08c4ea2c2e565f051a38580cf (commit)
via 5d7fb449c3d5506f11f483df0436265b900a2f0e (commit)
via 176908242450d2d4457f592041d1b76e1e257755 (commit)
via 6e24fcedd67b80c1bd531626631dee19e980f767 (commit)
via 6a5f908ae3bb1927c93cc1c5e1fadf84b0fe979b (commit)
via 8ae6c4cd403b65251711a61357adcd508340f7dc (commit)
via f2b50a1a59ae30cd8c3c6a8aa5398bfeb3463834 (commit)
via d4f02abaac288198bb1c74ad64817d2dfd015824 (commit)
via 85c24dedfb231d87cdfbdc4b9fb5d1c8185fab9e (commit)
via f782485fde9e54c6ff3140d3640078d1ee2b291b (commit)
via 1f8557cf6b87813b244af2e50fda82428f433a37 (commit)
via c52c5f64e6a2fc3b94e0cf171f4d59e78a4b4bc5 (commit)
via 44a94cb2fff571b70ad79e79c711481654e6be6b (commit)
from 9f51f7b4638bc3d792638d22753f3f2b02181798 (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 -----------------------------------------------------------------
0abc322 Tell Git to ignore build-aux/ar-lib.
62a8605 Remove scoria from Makefiles.
40e7cc0 Always write FIXME with uppercase letters.
5d51554 Equip Scribo with a recursive `tests' target.
a814e2b Complete and clean up tests/metal/converts_to.cc.
5d7fb44 Fix the generation of code excerpts for the documentation.
1769082 Add advice about the release process.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 36 +++
HACKING | 92 +++++-
Makefile.am | 10 +-
build-aux/.gitignore | 1 +
{milena/tests => build-aux}/tests-recursive.mk | 0
milena/ChangeLog | 123 ++++++++
milena/doc/tools/split_sample.sh | 6 +-
milena/headers.mk | 2 +
milena/mln/accu/site_set/rectangularity.hh | 19 +-
milena/mln/canvas/browsing/diagonal2d.hh | 6 +-
milena/mln/canvas/browsing/snake_fwd.hh | 2 +-
milena/mln/canvas/browsing/snake_vert.hh | 2 +-
milena/mln/clustering/kmean_rgb.hh | 18 +-
milena/mln/core/concept/proxy.hxx | 26 ++-
milena/mln/geom/seeds2tiling_roundness.hh | 3 +-
milena/mln/io/plot/save.hh | 4 +-
milena/mln/labeling/value_and_compute.hh | 14 +-
milena/mln/metal/math/pow.hh | 7 +-
milena/mln/metal/math/root.hh | 5 +-
milena/mln/morpho/tree/propagate_node.hh | 4 +-
milena/mln/morpho/watershed/topological.hh | 4 +-
milena/mln/subsampling/antialiased.hh | 3 +-
milena/mln/topo/complex.hh | 54 +++-
milena/mln/topo/face_iter.hh | 7 +-
milena/mln/topo/n_face_iter.hh | 5 +-
milena/mln/util/object_id.hh | 4 +-
milena/mln/util/tracked_ptr.hh | 32 ++-
milena/mln/value/graylevel.hh | 23 +-
milena/mln/value/graylevel_f.hh | 255 +++++++---------
milena/mln/value/graylevel_f.hxx | 319 +++++++++++++++++++
milena/mln/value/internal/gray_f.hh | 320 ++------------------
milena/mln/value/internal/gray_f.hxx | 160 ++++++++++
.../mln/world/inter_pixel/dim2/make_edge_image.hh | 3 +-
milena/mln/world/rgb/invert.hh | 6 +-
milena/tests/algebra/h_vec.cc | 7 +-
milena/tests/core/alias/point1d.cc | 10 +-
milena/tests/make/p_edges_with_mass_centers.cc | 3 +-
milena/tests/make/p_vertices_with_mass_centers.cc | 3 +-
milena/tests/metal/converts_to.cc | 23 ++-
milena/tests/tests.mk | 11 +-
milena/tests/trait/op/plus.cc | 41 +++-
milena/tests/value/Makefile.am | 6 +-
milena/tests/value/graylevel.cc | 74 ++---
milena/tests/value/int_s16.cc | 5 +-
milena/tests/value/int_u8.cc | 5 +-
scribo/ChangeLog | 54 ++++
scribo/Makefile.am | 7 +-
scribo/scribo/debug/alignment_decision_image.hh | 6 +-
scribo/scribo/debug/bboxes_enlarged_image.hh | 4 +-
scribo/scribo/debug/decision_image.hh | 10 +-
scribo/scribo/debug/links_decision_image.hh | 6 +-
scribo/scribo/debug/links_image.hh | 4 +-
.../scribo/debug/looks_like_a_text_line_image.hh | 4 +-
scribo/scribo/io/text_boxes/save.hh | 4 +-
scribo/scribo/primitive/extract/components.hh | 6 +-
.../primitive/link/with_single_right_link.hh | 4 +-
scribo/scribo/text/paragraphs_closing.hh | 6 +-
scribo/scribo/text/recognition.hh | 4 +-
scribo/scribo/toolchain/content_in_doc.hh | 12 +-
scribo/scribo/toolchain/content_in_hdoc.hh | 10 +-
scribo/scribo/toolchain/text_in_doc.hh | 10 +-
scribo/scribo/toolchain/text_in_doc_preprocess.hh | 8 +-
scribo/scribo/toolchain/text_in_picture.hh | 6 +-
scribo/src/contest/DAE-2011/Makefile.am | 3 -
scribo/src/contest/Makefile.am | 3 -
scribo/src/contest/hdibco-2010/Makefile.am | 3 -
scribo/src/contest/hdlac-2011/Makefile.am | 3 -
scribo/src/postprocessing/Makefile.am | 3 -
scribo/tests/binarization/Makefile.am | 3 -
scribo/tests/convert/Makefile.am | 3 -
scribo/tests/core/Makefile.am | 3 -
scribo/tests/estim/Makefile.am | 3 -
scribo/tests/tests.mk | 42 ++-
scribo/tests/toolchain/nepomuk/Makefile.am | 3 -
74 files changed, 1269 insertions(+), 731 deletions(-)
rename {milena/tests => build-aux}/tests-recursive.mk (100%)
create mode 100644 milena/mln/value/graylevel_f.hxx
create mode 100644 milena/mln/value/internal/gray_f.hxx
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date