[pubgit-commits-list] FrontAlgorithms branch master updated. 2479b55370fe1bec58d94faa3cc268bac419f6d6

root root at tux.creatis.insa-lyon.fr
Tue Feb 3 00:15:38 CET 2015


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  2479b55370fe1bec58d94faa3cc268bac419f6d6 (commit)
      from  56882b09aa679c7d85e3f21bf9e45df78340a253 (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=2479b55370fe1bec58d94faa3cc268bac419f6d6
commit 2479b55370fe1bec58d94faa3cc268bac419f6d6
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Feb 2 18:15:24 2015 -0500

    Multiple thresholds region grow segmentation almost added.


-----------------------------------------------------------------------

Summary of changes:
 lib/CMakeLists.txt                                 |  2 +-
 lib/fpa/Base/RegionGrow.h                          |  8 +-
 lib/fpa/Base/RegionGrowWithMultipleCriteria.h      | 79 ++++++++++++++++++
 lib/fpa/Base/RegionGrowWithMultipleCriteria.hxx    | 82 ++++++++++++++++++
 lib/fpa/Image/Functors/ImageFunction.h             | 62 ++++++++++++++
 .../Image/Functors/RegionGrowAllBelongsFunction.h  | 39 +++------
 .../Image/Functors/RegionGrowThresholdFunction.h   | 50 ++++++-----
 lib/fpa/Image/RegionGrowWithMultipleCriteria.h     | 65 +++++++++++++++
 lib/fpa/Image/RegionGrowWithMultipleThresholds.h   | 19 +++--
 lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx | 96 +++++++++++++++-------
 10 files changed, 404 insertions(+), 98 deletions(-)
 create mode 100644 lib/fpa/Base/RegionGrowWithMultipleCriteria.h
 create mode 100644 lib/fpa/Base/RegionGrowWithMultipleCriteria.hxx
 create mode 100644 lib/fpa/Image/Functors/ImageFunction.h
 create mode 100644 lib/fpa/Image/RegionGrowWithMultipleCriteria.h


hooks/post-receive
-- 
Generic implementation of front propagation algorithms with some extra features


More information about the Pubgit-commits-list mailing list