[pubgit-commits-list] FrontAlgorithms branch master updated. dfdb2c7a2071c83809767379c88097c9bb1ba7a8
root
root at tux.creatis.insa-lyon.fr
Fri Apr 1 21:00:56 CEST 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 dfdb2c7a2071c83809767379c88097c9bb1ba7a8 (commit)
from 30e076310c78a53c513b98605e64d661acc954de (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=dfdb2c7a2071c83809767379c88097c9bb1ba7a8
commit dfdb2c7a2071c83809767379c88097c9bb1ba7a8
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Apr 1 14:00:45 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/fpa/Image/Functors/FluxMedialness.h | 78 ++++++++++
lib/fpa/Image/Functors/FluxMedialness.hxx | 108 ++++++++++++++
lib/fpa/Image/Functors/GradientImageFunctionBase.h | 73 ++++++++++
.../Image/Functors/GradientImageFunctionBase.hxx | 59 ++++++++
lib/fpa/Image/Functors/GulsunTekMedialness.h | 80 +++++++++++
lib/fpa/Image/Functors/GulsunTekMedialness.hxx | 114 +++++++++++++++
lib/fpa/Image/Functors/MFluxMedialness.h | 78 ++++++++++
lib/fpa/Image/Functors/MFluxMedialness.hxx | 159 +++++++++++++++++++++
plugins/fpa/CMakeLists.txt | 2 +
plugins/fpa/GradientBaseImageFunctionSource.cxx | 110 ++++++++++++++
plugins/fpa/GradientBaseImageFunctionSource.h | 51 +++++++
11 files changed, 912 insertions(+)
create mode 100644 lib/fpa/Image/Functors/FluxMedialness.h
create mode 100644 lib/fpa/Image/Functors/FluxMedialness.hxx
create mode 100644 lib/fpa/Image/Functors/GradientImageFunctionBase.h
create mode 100644 lib/fpa/Image/Functors/GradientImageFunctionBase.hxx
create mode 100644 lib/fpa/Image/Functors/GulsunTekMedialness.h
create mode 100644 lib/fpa/Image/Functors/GulsunTekMedialness.hxx
create mode 100644 lib/fpa/Image/Functors/MFluxMedialness.h
create mode 100644 lib/fpa/Image/Functors/MFluxMedialness.hxx
create mode 100644 plugins/fpa/GradientBaseImageFunctionSource.cxx
create mode 100644 plugins/fpa/GradientBaseImageFunctionSource.h
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list