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 c6498e5c0810332d9df1f36eacd18c71f49bb84a (commit)
via 3ce08d0601400cc731547fb4787a721be550f253 (commit)
via 0c8e07f9d1f011558bd12f93d3cd8f4f3f268d40 (commit)
via 378f3533e395702eaf862094eb2a6efbd7b28562 (commit)
via cf88d225eedfd2b1171d7d682e41b8d058022896 (commit)
via 3a65b8d103648386c782e6ffd7e6c6f9d4d31876 (commit)
via 9aec99882d259af348743be9789cf7ed1048fa2a (commit)
via 8c4e2dd61bf3a218b8d74a3d404ac031148f1fba (commit)
via e1b3bd773168c12df5dba50ec1f51800099f680e (commit)
via 183d8311bb8ebc4f50368d5b514d146eb140dece (commit)
via 9846847b09170222664d4bc855138c413867687a (commit)
via 13097b17352c352b39d2aa6c3db44247bf5a7e05 (commit)
via b7cf120ad8026ef2ab94a4bf72f0b1cf75ee8659 (commit)
via 6bc3a11973ec08c060943988bf96e1155d66c387 (commit)
via 03eaf1cd586c489ec0ef5e1353c5752aed78a4a7 (commit)
via 962ceb9b1aa6da7d0b2a1278d375c52e94095279 (commit)
via f3c06f65c794685bb17d73b321afcda9f70b05af (commit)
from c471618c68f0572f188c1851e2a016d92ca42855 (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 -----------------------------------------------------------------
c6498e5 distrib/macports/Portfile.in: Apply changes required by MacPorts team.
3ce08d0 mln/core/alias/neighb3d.hh: Fix invalid c8_3d neighborhood.
0c8e07f NEWS: Start populating the changes list.
378f353 Rename point_at_index, delta_index and index_of_point.
cf88d22 Rename point_at_index, delta_index and index_of_point.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +
NEWS | 19 +
distrib/macports/Portfile.in | 7 +-
milena/ChangeLog | 115 +++++
milena/mln/accu/count_labels.hh | 4 +-
milena/mln/accu/line.hh | 6 +-
milena/mln/accu/transform_line.hh | 26 +-
milena/mln/algebra/vec.hh | 165 +++++++-
milena/mln/border/duplicate.hh | 8 +-
milena/mln/border/fill.hh | 8 +-
milena/mln/convert/from_to.hh | 130 +++---
milena/mln/convert/from_to.hxx | 441 +-------------------
milena/mln/convert/impl/from_double_to_value.hh | 159 ++++----
milena/mln/convert/impl/from_float_to_value.hh | 179 ++++----
milena/mln/convert/impl/from_image_to_site_set.hh | 8 +-
milena/mln/convert/impl/from_int_to_value.hh | 101 ++---
milena/mln/convert/impl/from_unsigned_to_value.hh | 140 +++----
milena/mln/convert/impl/from_value_to_value.hh | 7 +-
milena/mln/convert/to.hh | 1 -
milena/mln/convert/to_qimage.hh | 9 +-
milena/mln/core/alias/neighb2d.hh | 75 ++--
milena/mln/core/alias/neighb3d.hh | 65 ++--
milena/mln/core/alias/point1d.hh | 5 +-
milena/mln/core/alias/point2d.hh | 5 +-
milena/mln/core/alias/point3d.hh | 5 +-
milena/mln/core/alias/window1d.hh | 51 +--
milena/mln/core/alias/window2d.hh | 100 ++---
milena/mln/core/alias/window3d.hh | 56 +--
milena/mln/core/concept/accumulator.hh | 70 +--
milena/mln/core/concept/doc/image_fastest.hh | 9 +-
milena/mln/core/concept/gdpoint.hh | 60 +--
milena/mln/core/concept/gpoint.hh | 122 ++----
milena/mln/core/concept/image.hh | 89 ++--
milena/mln/core/concept/proxy.hh | 53 +--
milena/mln/core/concept/site_set.hh | 113 +++---
milena/mln/core/concept/window.hh | 115 ++---
milena/mln/core/dpoint.hh | 1 -
milena/mln/core/dpoints_pixter.hh | 8 +-
milena/mln/core/image/graph_window_if_piter.hh | 4 +-
milena/mln/core/image/image1d.hh | 99 +----
milena/mln/core/image/image2d.hh | 27 +-
milena/mln/core/image/image3d.hh | 16 +-
milena/mln/core/internal/check/image_fastest.hh | 20 +-
milena/mln/core/internal/image_identity.hh | 11 +-
milena/mln/core/internal/neighborhood_base.hh | 9 +-
milena/mln/core/internal/pixel_impl.hh | 6 +-
milena/mln/core/mixed_neighb.hh | 72 ++--
milena/mln/core/neighb.hh | 76 ++---
milena/mln/core/pixel.hh | 5 +-
milena/mln/core/point.hh | 172 ++-------
milena/mln/core/site_set/operators.hh | 13 +-
milena/mln/core/site_set/p_centered.hh | 5 +-
milena/mln/core/site_set/p_vaccess.hh | 4 +-
milena/mln/core/w_window.hh | 191 +++------
milena/mln/data/fill_with_value.spe.hh | 5 +-
milena/mln/data/memset_.hh | 4 +-
milena/mln/draw/box_plain.hh | 9 +-
milena/mln/fun/i2v/array.hh | 154 +++----
milena/mln/fun/v2v/hsl_to_rgb.hh | 10 +-
milena/mln/fun/v2v/rgb_to_hsl.hh | 4 +-
milena/mln/histo/array.hh | 34 ++-
milena/mln/io/magick/load.hh | 6 +-
milena/mln/io/magick/save.hh | 274 ++++++++++++-
milena/mln/io/plot/save.hh | 5 +-
milena/mln/labeling/blobs_and_compute.hh | 5 +-
milena/mln/labeling/value_and_compute.hh | 7 +-
milena/mln/linear/gaussian_directional_2d.hh | 9 +-
milena/mln/make/w_window2d.hh | 5 +-
milena/mln/registration/icp.hh | 2 +-
milena/mln/subsampling/antialiased.hh | 8 +-
milena/mln/trait/image/props.hh | 11 +-
.../transform/internal/closest_point_functor.hh | 5 +-
milena/mln/util/array.hh | 138 ++++---
milena/mln/util/object_id.hh | 46 +--
milena/mln/value/hsl.hh | 104 +++---
milena/mln/value/int_u.hh | 168 ++++----
milena/mln/value/label.hh | 152 +++----
milena/mln/value/qt/rgb32.hh | 78 +---
milena/mln/value/rgb.hh | 196 ++++------
milena/mln/win/multiple.hh | 5 +-
milena/mln/win/multiple_size.hh | 3 +-
milena/mln/world/binary_2d/subsample.hh | 6 +-
milena/tests/accu/site_set/rectangularity.cc | 4 +-
milena/tests/core/other/graph_elt_neighborhood.cc | 3 +-
milena/tests/core/other/graph_elt_window.cc | 5 +-
milena/tests/core/other/point_set_compatibility.cc | 4 +-
milena/tests/draw/graph.cc | 4 +-
scribo/ChangeLog | 91 ++++
scribo/scribo/binarization/sauvola_ms.hh | 34 +-
scribo/scribo/canvas/integral_browsing.hh | 6 +-
scribo/scribo/debug/logger.hh | 249 +++++++++++-
scribo/scribo/debug/option_check.hh | 19 +-
scribo/scribo/debug/option_parser.hh | 19 +-
scribo/scribo/draw/line_components.hh | 8 +-
scribo/scribo/filter/object_groups_with_holes.hh | 2 +-
scribo/scribo/filter/objects_with_holes.hh | 2 +-
scribo/scribo/postprocessing/fill_object_holes.hh | 2 +-
scribo/scribo/preprocessing/rotate_90.hh | 10 +-
scribo/scribo/primitive/extract/internal/union.hh | 6 +-
.../primitive/extract/lines_h_thick_and_thin.hh | 8 +-
scribo/scribo/primitive/extract/lines_pattern.hh | 2 +-
.../primitive/extract/separators_nonvisible.hh | 16 +-
scribo/scribo/primitive/internal/rd.hh | 2 +-
.../link/merge_double_link_closest_aligned.hh | 4 +-
scribo/scribo/subsampling/integral.hh | 8 +-
scribo/scribo/subsampling/integral_single_image.hh | 28 +-
scribo/scribo/text/merging.hh | 4 +-
scribo/scribo/text/merging_hdoc.hh | 4 +-
scribo/scribo/toolchain/text_in_doc_preprocess.hh | 13 +-
scribo/src/Makefile.am | 14 +-
scribo/src/binarization/Makefile.am | 20 +-
scribo/src/binarization/pgm_sauvola.cc | 80 ----
scribo/src/binarization/pgm_sauvola_ms.cc | 111 -----
.../binarization/pgm_sauvola_threshold_image.cc | 78 ----
scribo/src/binarization/ppm_sauvola.cc | 88 ----
scribo/src/binarization/ppm_sauvola_ms.cc | 123 ------
scribo/src/binarization/ppm_sauvola_ms_fg.cc | 134 ------
scribo/src/binarization/ppm_sauvola_ms_split.cc | 128 ------
scribo/src/content_in_doc.cc | 4 +-
scribo/src/content_in_hdoc.cc | 7 +-
scribo/src/contest/DAE-2011/README | 23 +
scribo/src/contest/DAE-2011/content_in_doc_dae.cc | 5 +-
scribo/src/contest/DAE-2011/content_in_hdoc_dae.cc | 5 +-
scribo/src/contest/hdibco-2010/README | 21 +
scribo/src/contest/hdlac-2011/README | 26 ++
.../contest/hdlac-2011/content_in_hdoc_hdlac.cc | 10 +-
scribo/src/non_text_components.cc | 5 +-
...{text_in_picture.cc => text_in_picture_dual.cc} | 52 ++-
scribo/src/text_in_picture_neg.cc | 197 ---------
129 files changed, 2688 insertions(+), 3727 deletions(-)
delete mode 100644 scribo/src/binarization/pgm_sauvola.cc
delete mode 100644 scribo/src/binarization/pgm_sauvola_ms.cc
delete mode 100644 scribo/src/binarization/pgm_sauvola_threshold_image.cc
delete mode 100644 scribo/src/binarization/ppm_sauvola.cc
delete mode 100644 scribo/src/binarization/ppm_sauvola_ms.cc
delete mode 100644 scribo/src/binarization/ppm_sauvola_ms_fg.cc
delete mode 100644 scribo/src/binarization/ppm_sauvola_ms_split.cc
create mode 100644 scribo/src/contest/DAE-2011/README
create mode 100644 scribo/src/contest/hdibco-2010/README
create mode 100644 scribo/src/contest/hdlac-2011/README
copy scribo/src/{text_in_picture.cc => text_in_picture_dual.cc} (73%)
delete mode 100644 scribo/src/text_in_picture_neg.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform