[pubgit-commits-list] FrontAlgorithms branch master updated. e9083d9f5f381f258f994fa9bbbe39a897f97c5b
root
root at tux.creatis.insa-lyon.fr
Tue Feb 14 23:39:04 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, master has been updated
via e9083d9f5f381f258f994fa9bbbe39a897f97c5b (commit)
from 7955ba9683b8032e8cd3ca7aa361568fdbb218d2 (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=e9083d9f5f381f258f994fa9bbbe39a897f97c5b
commit e9083d9f5f381f258f994fa9bbbe39a897f97c5b
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Feb 14 17:38:56 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
data/test_skeleton_2D.png | Bin 0 -> 4886 bytes
examples/CMakeLists.txt | 3 +-
examples/Skeleton_00.cxx | 49 ++++++
lib/fpa/Base/Algorithm.h | 2 +-
lib/fpa/Base/Dijkstra.h | 14 +-
lib/fpa/Base/Functors/GaussianModel.h | 2 +-
lib/fpa/Base/Functors/Inverse.h | 2 +-
lib/fpa/Base/RegionGrow.h | 10 +-
lib/fpa/Config.h | 14 --
lib/fpa/Image/Algorithm.h | 14 +-
lib/fpa/Image/Dijkstra.h | 2 +-
lib/fpa/Image/Functors/SimpleDijkstraCost.h | 2 +-
lib/fpa/Image/Functors/SimpleNeighborhood.h | 2 +-
lib/fpa/Image/MinimumSpanningTree.h | 8 +-
lib/fpa/Image/RegionGrow.h | 2 +-
lib/fpa/Image/SkeletonFilter.h | 13 +-
lib/fpa/Image/SkeletonFilter.hxx | 243 ++++++++++++++--------------
17 files changed, 214 insertions(+), 168 deletions(-)
create mode 100644 data/test_skeleton_2D.png
create mode 100644 examples/Skeleton_00.cxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list