[pubgit-commits-list] FrontAlgorithms branch master updated. 6585142e69f2ff5e4fceb21320ab3795c3e82218
root
root at tux.creatis.insa-lyon.fr
Fri Feb 3 23:25:41 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 6585142e69f2ff5e4fceb21320ab3795c3e82218 (commit)
from 91510d06bf1895f684f9f2f6508ab7d97154576d (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=6585142e69f2ff5e4fceb21320ab3795c3e82218
commit 6585142e69f2ff5e4fceb21320ab3795c3e82218
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Feb 3 17:25:32 2017 -0500
Mori is alivegit status!
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 2 +-
examples/CMakeLists.txt | 18 ++++
examples/RegionGrow_00.cxx | 100 +++++++++++++++++++++
lib/fpa/Base/Algorithm.h | 1 +
lib/fpa/Base/Algorithm.hxx | 12 ++-
lib/fpa/Base/Functors/RegionGrow/Base.h | 60 +++++++++++++
lib/fpa/Base/Functors/RegionGrow/Tautology.h | 63 +++++++++++++
lib/fpa/Base/MoriRegionGrow.h | 61 +++++++++++++
lib/fpa/Base/MoriRegionGrow.hxx | 33 +++++++
lib/fpa/Base/RegionGrow.h | 4 +-
lib/fpa/Base/RegionGrow.hxx | 5 ++
lib/fpa/Base/RegionGrowFunctionBase.h | 50 -----------
.../Image/Functors/RegionGrow/BinaryThreshold.h | 74 +++++++++++++++
.../Image/Functors/RegionGrow/BinaryThreshold.hxx | 44 +++++++++
lib/fpa/Image/Functors/RegionGrowBinaryThreshold.h | 70 ---------------
.../Image/Functors/RegionGrowBinaryThreshold.hxx | 34 -------
lib/fpa/Image/{RegionGrow.h => MoriRegionGrow.h} | 26 +++---
.../Image/{RegionGrow.hxx => MoriRegionGrow.hxx} | 16 ++--
plugins/ImageAlgorithms/ImageAlgorithms.i | 3 +
.../{RegionGrow.cxx => MoriRegionGrow.cxx} | 23 ++---
.../{RegionGrow.h => MoriRegionGrow.h} | 10 +--
plugins/RegionGrowFunctors/BinaryThreshold.cxx | 20 ++---
plugins/RegionGrowFunctors/RegionGrowFunctors.i | 4 +-
23 files changed, 527 insertions(+), 206 deletions(-)
create mode 100644 examples/CMakeLists.txt
create mode 100644 examples/RegionGrow_00.cxx
create mode 100644 lib/fpa/Base/Functors/RegionGrow/Base.h
create mode 100644 lib/fpa/Base/Functors/RegionGrow/Tautology.h
create mode 100644 lib/fpa/Base/MoriRegionGrow.h
create mode 100644 lib/fpa/Base/MoriRegionGrow.hxx
delete mode 100644 lib/fpa/Base/RegionGrowFunctionBase.h
create mode 100644 lib/fpa/Image/Functors/RegionGrow/BinaryThreshold.h
create mode 100644 lib/fpa/Image/Functors/RegionGrow/BinaryThreshold.hxx
delete mode 100644 lib/fpa/Image/Functors/RegionGrowBinaryThreshold.h
delete mode 100644 lib/fpa/Image/Functors/RegionGrowBinaryThreshold.hxx
copy lib/fpa/Image/{RegionGrow.h => MoriRegionGrow.h} (58%)
copy lib/fpa/Image/{RegionGrow.hxx => MoriRegionGrow.hxx} (64%)
copy plugins/ImageAlgorithms/{RegionGrow.cxx => MoriRegionGrow.cxx} (79%)
copy plugins/ImageAlgorithms/{RegionGrow.h => MoriRegionGrow.h} (53%)
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list