[pubgit-commits-list] FrontAlgorithms branch sandbox updated. 479d85a44365c8aa01976ffb9c7d67d3e9e52b63
root
root at tux.creatis.insa-lyon.fr
Wed Jul 5 22:00:44 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 479d85a44365c8aa01976ffb9c7d67d3e9e52b63 (commit)
from 9bcf7cb1dcbde2226e3908f4013eaccdad102db7 (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=479d85a44365c8aa01976ffb9c7d67d3e9e52b63
commit 479d85a44365c8aa01976ffb9c7d67d3e9e52b63
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Jul 5 15:00:36 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 95 ++++--
cmake/fpaBaseConfig.cmake | 65 ----
cmake/fpaConfig.cmake.in | 7 +-
lib/fpa/Base/{RegionGrow.h => Mori.h} | 59 ++--
.../{SeedsInterface.h => SingleSeedInterface.h} | 29 +-
...{SeedsInterface.hxx => SingleSeedInterface.hxx} | 46 +--
lib/fpa/Image/Mori.h | 83 +++++
lib/fpa/Version.cxx.in | 2 +-
tests/CMakeLists.txt | 6 +-
tests/image/BaseFunctions.h | 347 +++++++++------------
tests/image/CMakeLists.txt | 17 +-
tests/image/MoriSegmentation.cxx | 64 ++++
tests/image/RegionGrow_Tautology.cxx | 19 +-
13 files changed, 442 insertions(+), 397 deletions(-)
delete mode 100644 cmake/fpaBaseConfig.cmake
copy lib/fpa/Base/{RegionGrow.h => Mori.h} (63%)
copy lib/fpa/Base/{SeedsInterface.h => SingleSeedInterface.h} (78%)
copy lib/fpa/Base/{SeedsInterface.hxx => SingleSeedInterface.hxx} (53%)
create mode 100644 lib/fpa/Image/Mori.h
create mode 100644 tests/image/MoriSegmentation.cxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list