[pubgit-commits-list] FrontAlgorithms branch sandbox updated. c9542e420b94b0bfc1f285599f7816eab1191519

root root at tux.creatis.insa-lyon.fr
Tue Aug 8 23:21:42 CEST 2017


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 "Generic implementation of front propagation algorithms with some extra features".

The branch, sandbox has been updated
       via  c9542e420b94b0bfc1f285599f7816eab1191519 (commit)
      from  5bf766068f54d061d3816f4950a076c3cf3a4d8b (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 -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=c9542e420b94b0bfc1f285599f7816eab1191519
commit c9542e420b94b0bfc1f285599f7816eab1191519
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Aug 8 16:21:33 2017 -0500

    ...


-----------------------------------------------------------------------

Summary of changes:
 lib/fpa/Base/Algorithm.h                      |  71 +++++-------------
 lib/fpa/Base/Algorithm.hxx                    |  92 ++++++-----------------
 lib/fpa/Base/Dijkstra.h                       |   1 +
 lib/fpa/Base/DijkstraBase.h                   |  17 +++--
 lib/fpa/Base/Event.h                          |  54 ++++++++++++++
 lib/fpa/Base/Event.hxx                        |  61 +++++++++++++++
 lib/fpa/Base/MarksInterface.h                 |   6 +-
 lib/fpa/Base/MarksInterface.hxx               |  16 ++--
 lib/fpa/Base/MarksInterfaceWithCollisions.h   |   9 ++-
 lib/fpa/Base/MarksInterfaceWithCollisions.hxx |  32 ++++----
 lib/fpa/Base/Mori.h                           |  19 +++--
 lib/fpa/Base/RegionGrow.h                     |  23 +++---
 lib/fpa/Base/SeedsInterface.h                 | 103 ++++++++++++++------------
 lib/fpa/Base/SeedsInterface.hxx               |  39 ++++------
 lib/fpa/Base/SingleSeedInterface.h            |  97 ++++++++++++------------
 lib/fpa/Base/SingleSeedInterface.hxx          |  34 ++++-----
 lib/fpa/Config.h.in                           |  11 +++
 lib/fpa/Image/Algorithm.h                     |  51 ++++++++-----
 lib/fpa/Image/Algorithm.hxx                   |  64 ++++++++--------
 lib/fpa/Image/DefaultTraits.h                 |  11 +--
 lib/fpa/Image/RegionGrow.h                    |  15 +++-
 21 files changed, 452 insertions(+), 374 deletions(-)
 create mode 100644 lib/fpa/Base/Event.h
 create mode 100644 lib/fpa/Base/Event.hxx


hooks/post-receive
-- 
Generic implementation of front propagation algorithms with some extra features


More information about the Pubgit-commits-list mailing list