[pubgit-commits-list] FrontAlgorithms branch master updated. c1c86dd3facb6e070b78f9bacb2c54b5a0f6bc59
root
root at tux.creatis.insa-lyon.fr
Wed Apr 13 22:46:43 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 c1c86dd3facb6e070b78f9bacb2c54b5a0f6bc59 (commit)
via 461058d1adda3eb2a67d9f19e29077f7ac21cb5f (commit)
from 4dc9dddd928daeb91104d5c18fa73a02975cedeb (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=c1c86dd3facb6e070b78f9bacb2c54b5a0f6bc59
commit c1c86dd3facb6e070b78f9bacb2c54b5a0f6bc59
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Apr 13 15:46:16 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=461058d1adda3eb2a67d9f19e29077f7ac21cb5f
commit 461058d1adda3eb2a67d9f19e29077f7ac21cb5f
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Apr 12 19:07:40 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/CMakeLists.txt | 2 +-
...dPointsAndBifurcationsFromMinimumSpanningTree.h | 6 +-
...ointsAndBifurcationsFromMinimumSpanningTree.hxx | 30 +---
lib/fpa/Base/ImageSkeleton.h | 70 ++++++++
lib/fpa/Base/ImageSkeleton.hxx | 73 +++++++++
...dPointsAndBifurcationsFromMinimumSpanningTree.h | 3 +
...ointsAndBifurcationsFromMinimumSpanningTree.hxx | 32 +++-
lib/fpa/VTK/Image/ImageSkeletonToPolyData.h | 67 ++++++++
lib/fpa/VTK/Image/ImageSkeletonToPolyData.hxx | 176 +++++++++++++++++++++
lib/fpa_Instances/Instances.i | 10 ++
plugins/fpa/CMakeLists.txt | 2 +
...ointsAndBifurcationsFromMinimumSpanningTree.cxx | 3 +
.../{MinimumSpanningTree.cxx => ImageSkeleton.cxx} | 40 +++--
.../fpa/{MinimumSpanningTree.h => ImageSkeleton.h} | 29 ++--
plugins/fpa/MinimumSpanningTree.h | 2 +-
15 files changed, 493 insertions(+), 52 deletions(-)
create mode 100644 lib/fpa/Base/ImageSkeleton.h
create mode 100644 lib/fpa/Base/ImageSkeleton.hxx
create mode 100644 lib/fpa/VTK/Image/ImageSkeletonToPolyData.h
create mode 100644 lib/fpa/VTK/Image/ImageSkeletonToPolyData.hxx
copy plugins/fpa/{MinimumSpanningTree.cxx => ImageSkeleton.cxx} (52%)
copy plugins/fpa/{MinimumSpanningTree.h => ImageSkeleton.h} (54%)
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list