[pubgit-commits-list] FrontAlgorithms branch sandbox updated. 5e0c313e26ec0a292b5ee965b5a22a2ed60c1021

root root at tux.creatis.insa-lyon.fr
Thu Mar 23 01:17:21 CET 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  5e0c313e26ec0a292b5ee965b5a22a2ed60c1021 (commit)
      from  1bde955a3f32330dcbbd2c190de75a8f77865de9 (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=5e0c313e26ec0a292b5ee965b5a22a2ed60c1021
commit 5e0c313e26ec0a292b5ee965b5a22a2ed60c1021
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Mar 22 19:17:12 2017 -0500

    ...


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

Summary of changes:
 examples/RegionGrow_BinaryThreshold.cxx |   1 -
 examples/RegionGrow_Mori.cxx            |  82 ++++++++---
 examples/RegionGrow_Tautology.cxx       |   1 -
 libs/fpa/Base/Dijkstra.h                |  92 ++++++++++++
 libs/fpa/Base/Dijkstra.hxx              |  83 +++++++++++
 libs/fpa/Base/MoriRegionGrow.h          |  96 ++++++++++++
 libs/fpa/Base/MoriRegionGrow.hxx        | 186 +++++++++++++++++++++++
 libs/fpa/Base/RegionGrow.h              |  82 +++++++++++
 libs/fpa/Base/RegionGrow.hxx            | 147 ++++++++++++++++++
 libs/fpa/Image/Filter.h                 |  60 ++++++++
 libs/fpa/Image/Filter.hxx               | 103 +++++++++++++
 libs/fpa/Image/MarksInterface.hxx       |   2 +-
 libs/fpa/Image/MoriRegionGrow.h         | 101 +++----------
 libs/fpa/Image/MoriRegionGrow.hxx       | 254 --------------------------------
 libs/fpa/Image/RegionGrow.h             |  63 ++------
 libs/fpa/Image/RegionGrow.hxx           | 143 ------------------
 16 files changed, 944 insertions(+), 552 deletions(-)
 create mode 100644 libs/fpa/Base/Dijkstra.h
 create mode 100644 libs/fpa/Base/Dijkstra.hxx
 create mode 100644 libs/fpa/Base/MoriRegionGrow.h
 create mode 100644 libs/fpa/Base/MoriRegionGrow.hxx
 create mode 100644 libs/fpa/Base/RegionGrow.h
 create mode 100644 libs/fpa/Base/RegionGrow.hxx
 create mode 100644 libs/fpa/Image/Filter.h
 create mode 100644 libs/fpa/Image/Filter.hxx
 delete mode 100644 libs/fpa/Image/MoriRegionGrow.hxx
 delete mode 100644 libs/fpa/Image/RegionGrow.hxx


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


More information about the Pubgit-commits-list mailing list