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