[pubgit-commits-list] FrontAlgorithms branch master updated. b4ed6ddfa7e90e892f07cad9a760961bd4e84e6b

root root at tux.creatis.insa-lyon.fr
Fri Apr 10 01:48:54 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  b4ed6ddfa7e90e892f07cad9a760961bd4e84e6b (commit)
       via  5e326afe442245572b6c3ec98ebeec8b45f9012f (commit)
      from  8480ad8f9b3e3b556aa8f3f25ff07daf1db6dc78 (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=b4ed6ddfa7e90e892f07cad9a760961bd4e84e6b
commit b4ed6ddfa7e90e892f07cad9a760961bd4e84e6b
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu Apr 9 18:48:36 2015 -0500

    I/O classes added


http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=5e326afe442245572b6c3ec98ebeec8b45f9012f
commit 5e326afe442245572b6c3ec98ebeec8b45f9012f
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Apr 8 19:33:30 2015 -0500

    Some more tests


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

Summary of changes:
 appli/examples/CMakeLists.txt                      |   9 +
 .../example_Image_Dijkstra_EndPointDetection.cxx   | 272 +++++++--
 ...mage_Dijkstra_EndPointDetection_WithoutVTK.cxx} | 170 +++---
 lib/CMakeLists.txt                                 |   3 +
 lib/fpa/Base/Dijkstra.h                            |   9 +-
 lib/fpa/Base/MatrixValuesContainer.h               |  80 +++
 lib/fpa/Base/MinimumSpanningTree.h                 |   2 +-
 lib/fpa/Base/UniqueValuesContainer.h               |  72 +++
 lib/fpa/IO/MatrixValuesContainerWriter.h           |  61 ++
 lib/fpa/IO/MatrixValuesContainerWriter.hxx         | 112 ++++
 lib/fpa/IO/MinimumSpanningTreeWriter.h             |  61 ++
 lib/fpa/IO/MinimumSpanningTreeWriter.hxx           | 118 ++++
 lib/fpa/IO/UniqueValuesContainerWriter.h           |  61 ++
 lib/fpa/IO/UniqueValuesContainerWriter.hxx         | 105 ++++
 lib/fpa/Image/Algorithm.h                          |   9 +-
 lib/fpa/Image/Dijkstra.h                           |  11 +-
 lib/fpa/Image/Dijkstra.hxx                         |   2 +-
 lib/fpa/Image/DijkstraWithEndPointDetection.h      |  66 ++-
 lib/fpa/Image/DijkstraWithEndPointDetection.hxx    | 611 +++++++++++++--------
 lib/fpa/VTK/ImageMPR.cxx                           |   4 +
 20 files changed, 1457 insertions(+), 381 deletions(-)
 copy appli/examples/{example_Image_Dijkstra_EndPointDetection.cxx => example_Image_Dijkstra_EndPointDetection_WithoutVTK.cxx} (54%)
 create mode 100644 lib/fpa/Base/MatrixValuesContainer.h
 create mode 100644 lib/fpa/Base/UniqueValuesContainer.h
 create mode 100644 lib/fpa/IO/MatrixValuesContainerWriter.h
 create mode 100644 lib/fpa/IO/MatrixValuesContainerWriter.hxx
 create mode 100644 lib/fpa/IO/MinimumSpanningTreeWriter.h
 create mode 100644 lib/fpa/IO/MinimumSpanningTreeWriter.hxx
 create mode 100644 lib/fpa/IO/UniqueValuesContainerWriter.h
 create mode 100644 lib/fpa/IO/UniqueValuesContainerWriter.hxx


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


More information about the Pubgit-commits-list mailing list