[pubgit-commits-list] FrontAlgorithms branch sandbox updated. 617f49bff4a6db5ed51b4f767c3634d1915fdced
root
root at tux.creatis.insa-lyon.fr
Thu May 4 02:03:33 CEST 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 617f49bff4a6db5ed51b4f767c3634d1915fdced (commit)
from 14bfa97aef83c54e1cf3813594bd9ae03f23f7f5 (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=617f49bff4a6db5ed51b4f767c3634d1915fdced
commit 617f49bff4a6db5ed51b4f767c3634d1915fdced
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Wed May 3 19:03:10 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 94 ++++++++++++++--------
cmake/KitwareTools.cmake | 8 --
cmake/{BaseConfig.cmake => fpaBaseConfig.cmake} | 42 +++++-----
cmake/fpaConfig.cmake.in | 16 ++++
examples/RegionGrow_Mori.cxx | 46 ++++++++---
lib/CMakeLists.txt | 8 ++
{libs => lib}/fpa/Base/Dijkstra.h | 0
{libs => lib}/fpa/Base/Dijkstra.hxx | 0
{libs => lib}/fpa/Base/Functors/InvertValue.h | 0
{libs => lib}/fpa/Base/Functors/VertexParentBase.h | 0
{libs => lib}/fpa/Base/MarksInterface.h | 0
{libs => lib}/fpa/Base/MarksInterface.hxx | 0
{libs => lib}/fpa/Base/MinimumSpanningTree.h | 0
{libs => lib}/fpa/Base/MinimumSpanningTree.hxx | 0
{libs => lib}/fpa/Base/MoriRegionGrow.h | 0
{libs => lib}/fpa/Base/MoriRegionGrow.hxx | 0
{libs => lib}/fpa/Base/RegionGrow.h | 0
{libs => lib}/fpa/Base/RegionGrow.hxx | 0
{libs => lib}/fpa/Base/SeedsInterface.h | 0
{libs => lib}/fpa/Base/SeedsInterface.hxx | 0
lib/fpa/CMakeLists.txt | 56 +++++++++++++
{libs => lib}/fpa/Image/Dijkstra.h | 0
{libs => lib}/fpa/Image/Filter.h | 0
{libs => lib}/fpa/Image/Filter.hxx | 0
{libs => lib}/fpa/Image/Functors/GaussianWeight.h | 0
.../Image/Functors/RegionGrow/BinaryThreshold.h | 0
.../Image/Functors/RegionGrow/BinaryThreshold.hxx | 0
.../fpa/Image/Functors/RegionGrow/Tautology.h | 0
{libs => lib}/fpa/Image/Functors/VertexIdentity.h | 0
.../fpa/Image/Functors/VertexParentBase.h | 0
{libs => lib}/fpa/Image/MarksInterface.h | 0
{libs => lib}/fpa/Image/MarksInterface.hxx | 0
{libs => lib}/fpa/Image/MinimumSpanningTree.h | 0
.../fpa/Image/MinimumSpanningTreeToImageFilter.h | 0
.../fpa/Image/MinimumSpanningTreeToImageFilter.hxx | 0
{libs => lib}/fpa/Image/MoriRegionGrow.h | 0
{libs => lib}/fpa/Image/RegionGrow.h | 0
37 files changed, 198 insertions(+), 72 deletions(-)
delete mode 100644 cmake/KitwareTools.cmake
rename cmake/{BaseConfig.cmake => fpaBaseConfig.cmake} (56%)
create mode 100644 cmake/fpaConfig.cmake.in
create mode 100644 lib/CMakeLists.txt
rename {libs => lib}/fpa/Base/Dijkstra.h (100%)
rename {libs => lib}/fpa/Base/Dijkstra.hxx (100%)
rename {libs => lib}/fpa/Base/Functors/InvertValue.h (100%)
rename {libs => lib}/fpa/Base/Functors/VertexParentBase.h (100%)
rename {libs => lib}/fpa/Base/MarksInterface.h (100%)
rename {libs => lib}/fpa/Base/MarksInterface.hxx (100%)
rename {libs => lib}/fpa/Base/MinimumSpanningTree.h (100%)
rename {libs => lib}/fpa/Base/MinimumSpanningTree.hxx (100%)
rename {libs => lib}/fpa/Base/MoriRegionGrow.h (100%)
rename {libs => lib}/fpa/Base/MoriRegionGrow.hxx (100%)
rename {libs => lib}/fpa/Base/RegionGrow.h (100%)
rename {libs => lib}/fpa/Base/RegionGrow.hxx (100%)
rename {libs => lib}/fpa/Base/SeedsInterface.h (100%)
rename {libs => lib}/fpa/Base/SeedsInterface.hxx (100%)
create mode 100644 lib/fpa/CMakeLists.txt
rename {libs => lib}/fpa/Image/Dijkstra.h (100%)
rename {libs => lib}/fpa/Image/Filter.h (100%)
rename {libs => lib}/fpa/Image/Filter.hxx (100%)
rename {libs => lib}/fpa/Image/Functors/GaussianWeight.h (100%)
rename {libs => lib}/fpa/Image/Functors/RegionGrow/BinaryThreshold.h (100%)
rename {libs => lib}/fpa/Image/Functors/RegionGrow/BinaryThreshold.hxx (100%)
rename {libs => lib}/fpa/Image/Functors/RegionGrow/Tautology.h (100%)
rename {libs => lib}/fpa/Image/Functors/VertexIdentity.h (100%)
rename {libs => lib}/fpa/Image/Functors/VertexParentBase.h (100%)
rename {libs => lib}/fpa/Image/MarksInterface.h (100%)
rename {libs => lib}/fpa/Image/MarksInterface.hxx (100%)
rename {libs => lib}/fpa/Image/MinimumSpanningTree.h (100%)
rename {libs => lib}/fpa/Image/MinimumSpanningTreeToImageFilter.h (100%)
rename {libs => lib}/fpa/Image/MinimumSpanningTreeToImageFilter.hxx (100%)
rename {libs => lib}/fpa/Image/MoriRegionGrow.h (100%)
rename {libs => lib}/fpa/Image/RegionGrow.h (100%)
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list