[pubgit-commits-list] FrontAlgorithms branch master updated. 826a318db2e9b41fbd865e41ebb5906efdefbb02

root root at tux.creatis.insa-lyon.fr
Thu Apr 7 02:28:09 CEST 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  826a318db2e9b41fbd865e41ebb5906efdefbb02 (commit)
      from  fff133139462d41bdc8a381773f8f9983da7d69e (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=826a318db2e9b41fbd865e41ebb5906efdefbb02
commit 826a318db2e9b41fbd865e41ebb5906efdefbb02
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Apr 6 19:27:57 2016 -0500

    more experiments...


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

Summary of changes:
 CMakeLists.txt                                     |  2 +
 lib/CMakeLists.txt                                 |  4 ++
 ...dPointsAndBifurcationsFromMinimumSpanningTree.h |  6 +-
 ...ointsAndBifurcationsFromMinimumSpanningTree.hxx |  5 +-
 lib/fpa/Base/ExtractPathFromMinimumSpanningTree.h  | 10 +--
 .../Base/ExtractPathFromMinimumSpanningTree.hxx    |  1 +
 ...dPointsAndBifurcationsFromMinimumSpanningTree.h | 15 -----
 ...ointsAndBifurcationsFromMinimumSpanningTree.hxx | 10 +--
 lib/fpa_Instances/CMakeLists.txt                   | 77 ++++++++++++++++++++++
 lib/fpa_Instances/Filters.i                        | 14 ++++
 lib/fpa_Instances/Instances.i                      | 23 +++++++
 lib/fpa_Instances/Observers.i                      | 15 +++++
 plugins/fpa/BaseImageFilter.cxx                    |  3 +-
 plugins/fpa/BaseImageFilter.h                      |  2 +-
 plugins/fpa/BaseImageFilter.hxx                    | 17 +++--
 plugins/fpa/CMakeLists.txt                         | 25 ++++---
 ...ointsAndBifurcationsFromMinimumSpanningTree.cxx |  9 +--
 plugins/fpa/ExtractPathFromMinimumSpanningTree.cxx |  6 +-
 plugins/fpa/ImageDijkstra.cxx                      | 12 ++--
 plugins/fpa/ImageRegionGrow.cxx                    | 11 ++--
 plugins/fpa/MinimumSpanningTree.cxx                | 21 +-----
 plugins/fpa/MinimumSpanningTree.h                  |  1 -
 22 files changed, 203 insertions(+), 86 deletions(-)
 create mode 100644 lib/fpa_Instances/CMakeLists.txt
 create mode 100644 lib/fpa_Instances/Filters.i
 create mode 100644 lib/fpa_Instances/Instances.i
 create mode 100644 lib/fpa_Instances/Observers.i


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


More information about the Pubgit-commits-list mailing list