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

root root at tux.creatis.insa-lyon.fr
Mon May 15 03:51:30 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  cd6b3f8433deaf2ba7c6bb0ece8e5912c760db17 (commit)
      from  f287dfe5d76525d02c37224c0a09ed6277fbbb52 (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=cd6b3f8433deaf2ba7c6bb0ece8e5912c760db17
commit cd6b3f8433deaf2ba7c6bb0ece8e5912c760db17
Author: Leonardo Flórez-Valencia <leonardo.florez at gmail.com>
Date:   Sun May 14 20:51:22 2017 -0500

    ...


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

Summary of changes:
 examples/CMakeLists.txt                 |   1 +
 examples/SkeletonFilter.cxx             | 125 ++++++++++++
 lib/fpa/Base/Graph.h                    | 170 ++++++++++++++++
 lib/fpa/Base/Graph.hxx                  | 272 ++++++++++++++++++++++++++
 lib/fpa/Base/PolyLineParametricPath.h   |  97 +++++++++
 lib/fpa/Base/PolyLineParametricPath.hxx | 194 ++++++++++++++++++
 lib/fpa/Base/SeedsInterface.h           |   2 +-
 lib/fpa/Base/Skeleton.h                 |  67 +++++++
 lib/fpa/Base/Skeleton.hxx               |  99 ++++++++++
 lib/fpa/Image/SkeletonFilter.h          |  96 +++++++++
 lib/fpa/Image/SkeletonFilter.hxx        | 336 ++++++++++++++++++++++++++++++++
 11 files changed, 1458 insertions(+), 1 deletion(-)
 create mode 100644 examples/SkeletonFilter.cxx
 create mode 100644 lib/fpa/Base/Graph.h
 create mode 100644 lib/fpa/Base/Graph.hxx
 create mode 100644 lib/fpa/Base/PolyLineParametricPath.h
 create mode 100644 lib/fpa/Base/PolyLineParametricPath.hxx
 create mode 100644 lib/fpa/Base/Skeleton.h
 create mode 100644 lib/fpa/Base/Skeleton.hxx
 create mode 100644 lib/fpa/Image/SkeletonFilter.h
 create mode 100644 lib/fpa/Image/SkeletonFilter.hxx


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


More information about the Pubgit-commits-list mailing list