[pubgit-commits-list] FrontAlgorithms branch sandbox updated. 20916948d3878c722b73e7ee86df87ff2df9d0fe
root
root at tux.creatis.insa-lyon.fr
Thu Mar 16 22:42:50 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, sandbox has been updated
via 20916948d3878c722b73e7ee86df87ff2df9d0fe (commit)
from 1b83bb346b8416eab760148e7ec92eb8b4a9024c (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=20916948d3878c722b73e7ee86df87ff2df9d0fe
commit 20916948d3878c722b73e7ee86df87ff2df9d0fe
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Mar 16 16:42:33 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
data/input_mori_binary.png | Bin 0 -> 2563 bytes
...lSegmentationWithBinaryThresholdRegionGrow.cxx} | 26 +++--
examples/BronchiiInitialSegmentationWithMori.cxx | 55 +++++++++-
examples/CMakeLists.txt | 2 +
examples/CreateMoriInputImage.cxx | 64 ++++++++++++
libs/fpa/Base/Algorithm.h | 4 +-
libs/fpa/Base/Algorithm.hxx | 15 ++-
libs/fpa/Base/RegionGrow.h | 11 +-
libs/fpa/Base/RegionGrow.hxx | 31 ++++--
libs/fpa/Image/Algorithm.h | 2 +-
libs/fpa/Image/Algorithm.hxx | 7 +-
.../Image/Functors/RegionGrow/BinaryThreshold.hxx | 3 +
libs/fpa/Image/MoriFilter.h | 19 +---
libs/fpa/Image/MoriFilter.hxx | 24 ++++-
libs/fpa/Image/MoriFilterHelper.h | 111 ++++++++++++---------
libs/fpa/Image/MoriFilterHelper.hxx | 64 +++++++++---
16 files changed, 332 insertions(+), 106 deletions(-)
create mode 100644 data/input_mori_binary.png
copy examples/{BronchiiInitialSegmentationWithMori.cxx => BronchiiInitialSegmentationWithBinaryThresholdRegionGrow.cxx} (76%)
create mode 100644 examples/CreateMoriInputImage.cxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list