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

root root at tux.creatis.insa-lyon.fr
Tue May 9 22:48:12 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  f287dfe5d76525d02c37224c0a09ed6277fbbb52 (commit)
       via  6de32f6e1f38b49698f370698520d406c903329d (commit)
      from  617f49bff4a6db5ed51b4f767c3634d1915fdced (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=f287dfe5d76525d02c37224c0a09ed6277fbbb52
commit f287dfe5d76525d02c37224c0a09ed6277fbbb52
Merge: 6de32f6 617f49b
Author: Duvan Gomez <da.gomez16 at uniandes.edu.co>
Date:   Tue May 9 15:47:50 2017 -0500

    ...


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

Summary of changes:
 CMakeLists.txt                             |  2 +-
 examples/CMakeLists.txt                    | 30 +++++------
 examples/RegionGrow_Mori.cxx               | 18 +++----
 lib/fpa/Base/PriorityQueueAlgorithm.h      | 65 +++++++++++++++++++++++
 plugins/ImageAlgorithms/ImageAlgorithms.i  | 50 ++++++++++++++++++
 plugins/ImageAlgorithms/SkeletonFilter.cxx | 82 ++++++++++++++++++++++++++++++
 plugins/ImageAlgorithms/SkeletonFilter.h   | 29 +++++++++++
 7 files changed, 248 insertions(+), 28 deletions(-)
 create mode 100644 lib/fpa/Base/PriorityQueueAlgorithm.h
 create mode 100644 plugins/ImageAlgorithms/ImageAlgorithms.i
 create mode 100644 plugins/ImageAlgorithms/SkeletonFilter.cxx
 create mode 100644 plugins/ImageAlgorithms/SkeletonFilter.h


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


More information about the Pubgit-commits-list mailing list