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 0461de7a9a2d473326a09fa6d09fda03df9b6fd9 (commit)
via ad194b5f069f035d7624f748b6063baf2525cbde (commit)
via fc1b111887113926a038df4cc292561bf1d5f31e (commit)
via 674e43ac4187e2adf6a4826c9bc77c886d0cec89 (commit)
via 699326af505c203e1eeb4a2d67d2a0d85d5cd6d1 (commit)
via f31589e55f08e02a6b3f450015c892600024ec15 (commit)
via e097687e1c7cc778f217a1fcdc2d043af0f1ad41 (commit)
via 9c87359f0ff1e90b1ae40f1a17724cb5d137e86f (commit)
via 60f7a0fff74419b5e395925f46cc9258116b5823 (commit)
via 151bbf7fb689fc86abcfe85877770df87ceeaba0 (commit)
from dd67b61c24dfbce6a081a8831ac9d15e6d46fdce (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 -----------------------------------------------------------------
0461de7 Add a new tool for global thresholding.
ad194b5 tests/binarization/global_threshold.cc: Fix test.
fc1b111 Add Otsu's binarization implementation.
674e43a Invert threshold function test.
699326a Add new crop routines.
f31589e mln/value/builtin/floatings.hh: Fix string name for builtin double type.
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE-2.0 | 69 +++++++++++++
ChangeLog | 4 +
NEWS | 3 +
configure.ac | 2 +-
milena/ChangeLog | 24 ++++-
milena/mln/fun/v2b/threshold.hh | 8 +-
milena/mln/geom/crop.hh | 73 +++++++++++++
milena/mln/geom/crop_without_localization.hh | 80 ++++++++++++++
milena/mln/value/builtin/floatings.hh | 5 +-
scribo/ChangeLog | 37 +++++++-
scribo/demo/viewer/Makefile.am | 2 +-
scribo/demo/viewer/demodir.hh.in | 4 +-
scribo/demo/viewer/runner.cc | 4 +-
scribo/scribo/binarization/otsu.hh | 137 +++++++++++++++++++++++++
scribo/src/binarization/Makefile.am | 19 +++-
scribo/src/binarization/global_threshold.cc | 104 +++++++++++++++++++
scribo/src/binarization/otsu.cc | 99 ++++++++++++++++++
scribo/tests/binarization/Makefile.am | 5 +-
scribo/tests/binarization/global_threshold.cc | 7 +-
scribo/tests/binarization/otsu.cc | 52 ++++++++++
scribo/tests/binarization/otsu.ref.pbm | Bin 0 -> 32884 bytes
21 files changed, 718 insertions(+), 20 deletions(-)
create mode 100644 ANNOUNCE-2.0
create mode 100644 milena/mln/geom/crop.hh
create mode 100644 milena/mln/geom/crop_without_localization.hh
create mode 100644 scribo/scribo/binarization/otsu.hh
create mode 100644 scribo/src/binarization/global_threshold.cc
create mode 100644 scribo/src/binarization/otsu.cc
create mode 100644 scribo/tests/binarization/otsu.cc
create mode 100644 scribo/tests/binarization/otsu.ref.pbm
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date