[pubgit-commits-list] FrontAlgorithms branch master updated. 6fcc9fc78c44fa789bf092e2897cb6b391259b42
root
root at tux.creatis.insa-lyon.fr
Wed Apr 8 01:59:15 CEST 2015
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 6fcc9fc78c44fa789bf092e2897cb6b391259b42 (commit)
from 781520794cb7530b882effe7222dde78f1039eb3 (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=6fcc9fc78c44fa789bf092e2897cb6b391259b42
commit 6fcc9fc78c44fa789bf092e2897cb6b391259b42
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Apr 7 18:59:01 2015 -0500
Almost there...
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 1 +
.../example_Image_Dijkstra_EndPointDetection.cxx | 225 +++++++++++
.../example_Image_RegionGrow_AllPixels.cxx | 2 +-
lib/fpa/Base/Algorithm.h | 60 +--
lib/fpa/Base/Algorithm.hxx | 221 +++++++----
lib/fpa/Base/Dijkstra.h | 52 ++-
lib/fpa/Base/Dijkstra.hxx | 66 ++--
lib/fpa/Base/MinimumSpanningTree.h | 30 +-
lib/fpa/Base/MinimumSpanningTree.hxx | 29 +-
lib/fpa/Base/RegionGrow.h | 31 +-
lib/fpa/Base/RegionGrow.hxx | 39 +-
lib/fpa/Image/Algorithm.h | 25 +-
lib/fpa/Image/Algorithm.hxx | 71 +---
lib/fpa/Image/Dijkstra.h | 16 +-
lib/fpa/Image/DijkstraWithEndPointDetection.h | 109 ++++++
lib/fpa/Image/DijkstraWithEndPointDetection.hxx | 420 +++++++++++++++++++++
lib/fpa/Image/MinimumSpanningTree.h | 54 ---
lib/fpa/Image/MinimumSpanningTree.hxx | 41 --
lib/fpa/Image/RegionGrow.h | 5 +-
lib/fpa/VTK/Image2DObserver.hxx | 73 +---
lib/fpa/VTK/Image3DObserver.hxx | 225 +++++------
21 files changed, 1244 insertions(+), 551 deletions(-)
create mode 100644 appli/examples/example_Image_Dijkstra_EndPointDetection.cxx
create mode 100644 lib/fpa/Image/DijkstraWithEndPointDetection.h
create mode 100644 lib/fpa/Image/DijkstraWithEndPointDetection.hxx
delete mode 100644 lib/fpa/Image/MinimumSpanningTree.h
delete mode 100644 lib/fpa/Image/MinimumSpanningTree.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list