[pubgit-commits-list] FrontAlgorithms branch master updated. 4927655a67428c05d0072a906e05f2785b3fe0ad
root
root at tux.creatis.insa-lyon.fr
Tue Jan 19 00:05:33 CET 2016
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 4927655a67428c05d0072a906e05f2785b3fe0ad (commit)
from eb4acd3dde87a3e33593c3ce87d0d351dec23f69 (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=4927655a67428c05d0072a906e05f2785b3fe0ad
commit 4927655a67428c05d0072a906e05f2785b3fe0ad
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jan 18 18:05:24 2016 -0500
Plugins updated
-----------------------------------------------------------------------
Summary of changes:
appli/CMakeLists.txt | 1 +
.../Image/Functors/RegionGrowThresholdFunction.h | 9 +--
.../AllPixelsImageGrowFunctionSource.cxx | 60 ++++++++++++++++++++
lib/fpaPlugins/AllPixelsImageGrowFunctionSource.h | 51 +++++++++++++++++
lib/fpaPlugins/CMakeLists.txt | 40 +++++++++----
lib/fpaPlugins/GrowFunction.cxx | 16 ++++++
lib/fpaPlugins/GrowFunction.h | 47 +++++++++++++++
lib/fpaPlugins/GrowFunction.hxx | 27 +++++++++
lib/fpaPlugins/ImageRegionGrow.cxx | 18 ++++--
lib/fpaPlugins/ImageRegionGrow.h | 2 +-
.../ThresholdImageGrowFunctionSource.cxx | 66 ++++++++++++++++++++++
lib/fpaPlugins/ThresholdImageGrowFunctionSource.h | 51 +++++++++++++++++
12 files changed, 366 insertions(+), 22 deletions(-)
create mode 100644 lib/fpaPlugins/AllPixelsImageGrowFunctionSource.cxx
create mode 100644 lib/fpaPlugins/AllPixelsImageGrowFunctionSource.h
create mode 100644 lib/fpaPlugins/GrowFunction.cxx
create mode 100644 lib/fpaPlugins/GrowFunction.h
create mode 100644 lib/fpaPlugins/GrowFunction.hxx
create mode 100644 lib/fpaPlugins/ThresholdImageGrowFunctionSource.cxx
create mode 100644 lib/fpaPlugins/ThresholdImageGrowFunctionSource.h
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list