[pubgit-commits-list] FrontAlgorithms branch master updated. 855f9954a822d2739efac96c38356d0aa788c982

root root at tux.creatis.insa-lyon.fr
Fri Jan 22 00:48:06 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  855f9954a822d2739efac96c38356d0aa788c982 (commit)
      from  6a65b049e638fa08341cbd3b66f14c1e4e99b542 (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=855f9954a822d2739efac96c38356d0aa788c982
commit 855f9954a822d2739efac96c38356d0aa788c982
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu Jan 21 18:47:57 2016 -0500

    ...


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

Summary of changes:
 lib/fpa/Base/Algorithm.h                           |   4 +-
 lib/fpa/Base/MinimumSpanningTree.h                 |  26 ++--
 lib/fpa/Base/MinimumSpanningTree.hxx               |  82 +++++++------
 lib/fpa/Image/DijkstraWithEndPointDetection.hxx    |   9 +-
 lib/fpa/VTK/Image2DObserver.h                      |   2 +-
 .../{GrowFunction.cxx => BaseImageFilter.cxx}      |  10 +-
 lib/fpaPlugins/BaseImageFilter.h                   | 128 ++++++++++++++++++++
 lib/fpaPlugins/CMakeLists.txt                      |   7 ++
 lib/fpaPlugins/ImageDijkstra.cxx                   |  53 +++-----
 lib/fpaPlugins/ImageDijkstra.h                     |  17 ++-
 lib/fpaPlugins/ImageRegionGrow.cxx                 |  37 +-----
 lib/fpaPlugins/ImageRegionGrow.h                   |  17 ++-
 .../{GrowFunction.cxx => MinimumSpanningTree.cxx}  |  10 +-
 .../{GrowFunction.h => MinimumSpanningTree.h}      |  24 ++--
 lib/fpaPlugins/MinimumSpanningTree.hxx             |  21 ++++
 lib/fpaPlugins/MinimumSpanningTreeToMesh.cxx       | 133 +++++++++++++++++++++
 lib/fpaPlugins/MinimumSpanningTreeToMesh.h         |  51 ++++++++
 17 files changed, 455 insertions(+), 176 deletions(-)
 copy lib/fpaPlugins/{GrowFunction.cxx => BaseImageFilter.cxx} (61%)
 create mode 100644 lib/fpaPlugins/BaseImageFilter.h
 copy lib/fpaPlugins/{GrowFunction.cxx => MinimumSpanningTree.cxx} (55%)
 copy lib/fpaPlugins/{GrowFunction.h => MinimumSpanningTree.h} (53%)
 create mode 100644 lib/fpaPlugins/MinimumSpanningTree.hxx
 create mode 100644 lib/fpaPlugins/MinimumSpanningTreeToMesh.cxx
 create mode 100644 lib/fpaPlugins/MinimumSpanningTreeToMesh.h


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


More information about the Pubgit-commits-list mailing list