[pubgit-commits-list] FrontAlgorithms branch master updated. d80032f7c6cb6cdfe9f4d85162112e8c190647d5

root root at tux.creatis.insa-lyon.fr
Wed Nov 9 23:59:38 CET 2016


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, master has been updated
       via  d80032f7c6cb6cdfe9f4d85162112e8c190647d5 (commit)
      from  490e6f877a3537463de4281b0366337ab73ced99 (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=d80032f7c6cb6cdfe9f4d85162112e8c190647d5
commit d80032f7c6cb6cdfe9f4d85162112e8c190647d5
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Nov 9 17:59:29 2016 -0500

    ...


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

Summary of changes:
 lib/fpa/Base/Functors/GaussianModel.h              | 25 ++++---
 lib/fpa/Base/Functors/GaussianModel.hxx            | 83 +++++++++++++++++-----
 lib/fpa/Base/RegionGrow.h                          | 78 ++++++++++++++++++++
 lib/fpa/Base/RegionGrow.hxx                        | 79 ++++++++++++++++++++
 ...CostFunctionBase.h => RegionGrowFunctionBase.h} | 23 +++---
 lib/fpa/Image/Dijkstra.h                           |  3 -
 lib/fpa/Image/Functors/RegionGrowBinaryThreshold.h | 70 ++++++++++++++++++
 .../Image/Functors/RegionGrowBinaryThreshold.hxx   | 34 +++++++++
 lib/fpa/Image/RegionGrow.h                         | 55 ++++++++++++++
 lib/fpa/Image/RegionGrow.hxx                       | 34 +++++++++
 .../{ImageDijkstra.cxx => ImageRegionGrow.cxx}     | 74 ++++++++++---------
 plugins/Plugins/ImageRegionGrow.h                  | 27 +++++++
 ...ghborhood.cxx => RegionGrowBinaryThreshold.cxx} | 26 ++++---
 ...eNeighborhood.h => RegionGrowBinaryThreshold.h} | 10 +--
 plugins/Plugins/fpaPlugins.i                       |  6 ++
 15 files changed, 536 insertions(+), 91 deletions(-)
 create mode 100644 lib/fpa/Base/RegionGrow.h
 create mode 100644 lib/fpa/Base/RegionGrow.hxx
 copy lib/fpa/Base/{DijkstraCostFunctionBase.h => RegionGrowFunctionBase.h} (50%)
 create mode 100644 lib/fpa/Image/Functors/RegionGrowBinaryThreshold.h
 create mode 100644 lib/fpa/Image/Functors/RegionGrowBinaryThreshold.hxx
 create mode 100644 lib/fpa/Image/RegionGrow.h
 create mode 100644 lib/fpa/Image/RegionGrow.hxx
 copy plugins/Plugins/{ImageDijkstra.cxx => ImageRegionGrow.cxx} (51%)
 create mode 100644 plugins/Plugins/ImageRegionGrow.h
 copy plugins/Plugins/{SimpleImageNeighborhood.cxx => RegionGrowBinaryThreshold.cxx} (62%)
 copy plugins/Plugins/{SimpleImageNeighborhood.h => RegionGrowBinaryThreshold.h} (60%)


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


More information about the Pubgit-commits-list mailing list