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

root root at tux.creatis.insa-lyon.fr
Mon Jun 19 22:03:06 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  e8b46a839b86641f48f593d021234566877ac683 (commit)
      from  3c756e07bda6ee1aca740c0c94e3fe60b634b8fb (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=e8b46a839b86641f48f593d021234566877ac683
commit e8b46a839b86641f48f593d021234566877ac683
Author: Leonardo Flórez-Valencia <leonardo.florez at gmail.com>
Date:   Mon Jun 19 15:02:59 2017 -0500

    ...


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

Summary of changes:
 lib/fpa/Image/Skeleton.hxx                 |   2 +-
 lib/fpa/Image/SkeletonFilter.hxx           | 144 ++++++++------------
 lib/fpa/Image/SkeletonReader.h             |  83 ++++++++++++
 lib/fpa/Image/SkeletonReader.hxx           | 209 +++++++++++++++++++++++++++++
 lib/fpa/Image/SkeletonToPolyDataFilter.h   |  68 ++++++++++
 lib/fpa/Image/SkeletonToPolyDataFilter.hxx | 147 ++++++++++++++++++++
 lib/fpa/Image/SkeletonWriter.h             |  72 ++++++++++
 lib/fpa/Image/SkeletonWriter.hxx           | 162 ++++++++++++++++++++++
 tests/image/SkeletonFilter.cxx             |  30 +++--
 9 files changed, 822 insertions(+), 95 deletions(-)
 create mode 100644 lib/fpa/Image/SkeletonReader.h
 create mode 100644 lib/fpa/Image/SkeletonReader.hxx
 create mode 100644 lib/fpa/Image/SkeletonToPolyDataFilter.h
 create mode 100644 lib/fpa/Image/SkeletonToPolyDataFilter.hxx
 create mode 100644 lib/fpa/Image/SkeletonWriter.h
 create mode 100644 lib/fpa/Image/SkeletonWriter.hxx


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


More information about the Pubgit-commits-list mailing list