[pubgit-commits-list] FrontAlgorithms branch sandbox updated. bd0ef351d497debf21da4af475aaec5930b5a77f
root
root at tux.creatis.insa-lyon.fr
Thu Mar 23 22:38:53 CET 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 bd0ef351d497debf21da4af475aaec5930b5a77f (commit)
from 5e0c313e26ec0a292b5ee965b5a22a2ed60c1021 (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=bd0ef351d497debf21da4af475aaec5930b5a77f
commit bd0ef351d497debf21da4af475aaec5930b5a77f
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Mar 23 16:38:44 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
data/binary_test_2D_00.png | Bin 0 -> 5192 bytes
examples/CMakeLists.txt | 1 +
examples/Dijkstra_Maurer.cxx | 120 +++++++++++++++
libs/fpa/Base/Dijkstra.h | 17 +-
libs/fpa/Base/Dijkstra.hxx | 129 ++++++++++++++--
libs/fpa/Base/Functors/InvertValue.h | 80 ++++++++++
libs/fpa/Base/Functors/VertexParentBase.h | 58 +++++++
libs/fpa/Base/MinimumSpanningTree.h | 77 ++++++++++
libs/fpa/Base/MinimumSpanningTree.hxx | 239 +++++++++++++++++++++++++++++
libs/fpa/Image/Dijkstra.h | 91 +++++++++++
libs/fpa/Image/Functors/VertexIdentity.h | 67 ++++++++
libs/fpa/Image/Functors/VertexParentBase.h | 63 ++++++++
libs/fpa/Image/MinimumSpanningTree.h | 71 +++++++++
13 files changed, 993 insertions(+), 20 deletions(-)
create mode 100644 data/binary_test_2D_00.png
create mode 100644 examples/Dijkstra_Maurer.cxx
create mode 100644 libs/fpa/Base/Functors/InvertValue.h
create mode 100644 libs/fpa/Base/Functors/VertexParentBase.h
create mode 100644 libs/fpa/Base/MinimumSpanningTree.h
create mode 100644 libs/fpa/Base/MinimumSpanningTree.hxx
create mode 100644 libs/fpa/Image/Dijkstra.h
create mode 100644 libs/fpa/Image/Functors/VertexIdentity.h
create mode 100644 libs/fpa/Image/Functors/VertexParentBase.h
create mode 100644 libs/fpa/Image/MinimumSpanningTree.h
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list