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 Sylvain has been updated
via 5a65d5b56db50e1b07742b8c095f1125674a0868 (commit)
via 19e7b17c5eea3a2858d8779f38bc7400db99724e (commit)
via 016f6d574d22b20c4a6f4c9a48551c7a8e801755 (commit)
via 57c0c887bc2dfb1fe027b0bf7cb82fc576c7fd5b (commit)
from 161d9e36b73cf9a42837c60fda6e8005ec2c1b43 (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 -----------------------------------------------------------------
5a65d5b Added a simple combination.
19e7b17 Added functions used in the trust map computation.
016f6d5 Added Horn-Schunck algorithm
57c0c88 Added Lucas-Kanade algorithm
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 24 ++
.../combination/verysimple.hh} | 71 +++---
milena/mln/optical_flow/hs.hh | 158 +++++++++++++
milena/mln/optical_flow/lk.hh | 185 +++++++++++++++
milena/mln/optical_flow/trustmap.hh | 237 ++++++++++++++++++++
5 files changed, 637 insertions(+), 38 deletions(-)
copy milena/mln/{morpho/tree/propagate_representative.hh => optical_flow/combination/verysimple.hh} (50%)
create mode 100644 milena/mln/optical_flow/hs.hh
create mode 100644 milena/mln/optical_flow/lk.hh
create mode 100644 milena/mln/optical_flow/trustmap.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 papers/lazzara.13.ijdar has been updated
discards 15cdc8c98724c911d0c0f89ef77458faaa60733d (commit)
discards 3e26b9e084823e5c169f53d684ab25dfd3dd3e26 (commit)
discards a0864da5e298a1c5e268312c22bfff208cb7756f (commit)
via b05f4e5c24d32b2d704badd28fd16dfa4a235bc6 (commit)
via d437055460812dd65223c65cab4e7e5969a8abab (commit)
via 54991acadad4a1bf95775f008523abae92be629b (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (15cdc8c98724c911d0c0f89ef77458faaa60733d)
\
N -- N -- N (b05f4e5c24d32b2d704badd28fd16dfa4a235bc6)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
b05f4e5 Use io::magick to save output.
d437055 Fix binarization programs.
54991ac scribo/binarization/sauvola_ms.hh: Fix overlapping area criterion.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 papers/lazzara.13.ijdar has been updated
discards e6e8cbba19f0c4377950c4964db869eb2864cfab (commit)
via 15cdc8c98724c911d0c0f89ef77458faaa60733d (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (e6e8cbba19f0c4377950c4964db869eb2864cfab)
\
N -- N -- N (15cdc8c98724c911d0c0f89ef77458faaa60733d)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
15cdc8c Use io::magick to save output.
-----------------------------------------------------------------------
Summary of changes:
scribo/src/binarization/niblack.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 papers/lazzara.13.ijdar has been updated
via e6e8cbba19f0c4377950c4964db869eb2864cfab (commit)
via 3e26b9e084823e5c169f53d684ab25dfd3dd3e26 (commit)
via a0864da5e298a1c5e268312c22bfff208cb7756f (commit)
from b0bb6e941bc9f919230b4325eb2b1c7a3013965f (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 -----------------------------------------------------------------
e6e8cbb Use io::magick to save output.
3e26b9e Fix binarization programs.
a0864da mln/labeling/colorize.hh: Do not recompute previously computed colors.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 19 +++++++++++
scribo/scribo/binarization/sauvola_ms.hh | 47 ++++++---------------------
scribo/src/binarization/niblack.cc | 9 ++---
scribo/src/binarization/otsu.cc | 9 ++---
scribo/src/binarization/sauvola.cc | 5 +--
scribo/src/binarization/sauvola_ms.cc | 12 ++++--
scribo/src/binarization/sauvola_ms_debug.cc | 8 ++--
scribo/src/binarization/wolf.cc | 9 ++---
8 files changed, 55 insertions(+), 63 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform