[pubgit-commits-list] FrontAlgorithms branch master updated. 528cb1796e1bc1e17589a227cc328d9209cb8bde
root
root at tux.creatis.insa-lyon.fr
Mon Feb 15 22:12:13 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 528cb1796e1bc1e17589a227cc328d9209cb8bde (commit)
from fa661a47e8fc3263a13202949abed47877b44857 (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=528cb1796e1bc1e17589a227cc328d9209cb8bde
commit 528cb1796e1bc1e17589a227cc328d9209cb8bde
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Feb 15 16:11:57 2016 -0500
Branches extraction algorithm from MSTs updated
-----------------------------------------------------------------------
Summary of changes:
.../Base/ExtractBranchesFromMinimumSpanningTree.h | 74 ++++
.../ExtractBranchesFromMinimumSpanningTree.hxx | 134 ++++++++
lib/fpa/VTK/Image3DObserver.h | 70 +---
lib/fpa/VTK/Image3DObserver.hxx | 381 +++------------------
lib/fpaPlugins/BaseImageFilter.hxx | 15 +-
lib/fpaPlugins/CMakeLists.txt | 2 +
.../ExtractBranchesFromMinimumSpanningTree.cxx | 77 +++++
.../ExtractBranchesFromMinimumSpanningTree.h | 50 +++
8 files changed, 411 insertions(+), 392 deletions(-)
create mode 100644 lib/fpa/Base/ExtractBranchesFromMinimumSpanningTree.h
create mode 100644 lib/fpa/Base/ExtractBranchesFromMinimumSpanningTree.hxx
create mode 100644 lib/fpaPlugins/ExtractBranchesFromMinimumSpanningTree.cxx
create mode 100644 lib/fpaPlugins/ExtractBranchesFromMinimumSpanningTree.h
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list