[pubgit-commits-list] FrontAlgorithms branch master updated. b70a564ee2d7bc180b77a05c37ab431ab9c393e7
root
root at tux.creatis.insa-lyon.fr
Sat Apr 4 18:24:49 CEST 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 b70a564ee2d7bc180b77a05c37ab431ab9c393e7 (commit)
from d3bb16bf060b7249a9ed1a49e6b118ca9394a22a (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=b70a564ee2d7bc180b77a05c37ab431ab9c393e7
commit b70a564ee2d7bc180b77a05c37ab431ab9c393e7
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Sat Apr 4 11:24:17 2015 -0500
Major refactoring
-----------------------------------------------------------------------
Summary of changes:
appli/CMakeLists.txt | 9 +-
appli/examples/CMakeLists.txt | 121 +++----
...eAlgorithmRegionGrow_GaussianModelEstimator.cxx | 24 +-
.../example_Image_Dijkstra_CostFromInput.cxx | 177 +++++++++++
.../example_Image_Dijkstra_CostFromRGBInput.cxx | 178 +++++++++++
.../example_Image_Dijkstra_DanielssonCost.cxx | 204 ++++++++++++
....cxx => example_Image_RegionGrow_AllPixels.cxx} | 106 ++++---
...x => example_Image_RegionGrow_AllRGBPixels.cxx} | 110 ++++---
doc/UML/fpa.dia | Bin 0 -> 4287 bytes
lib/CMakeLists.txt | 20 +-
lib/fpa/Base/Algorithm.h | 196 ++++++------
lib/fpa/Base/Algorithm.hxx | 353 ++++++++++-----------
lib/fpa/Base/Dijkstra.h | 123 +++----
lib/fpa/Base/Dijkstra.hxx | 82 ++---
lib/fpa/Base/Events.h | 195 +++---------
lib/fpa/Base/Functors/InvertCostFunction.h | 2 +-
lib/fpa/Base/Functors/TautologyFunction.h | 53 ++++
lib/fpa/Base/RegionGrow.h | 111 +++----
lib/fpa/Base/RegionGrow.hxx | 70 ++--
lib/fpa/Image/Algorithm.h | 165 +++-------
lib/fpa/Image/Algorithm.hxx | 171 +++++-----
lib/fpa/Image/Dijkstra.h | 77 +++--
lib/fpa/Image/Dijkstra.hxx | 59 ++++
lib/fpa/Image/Functors/ImageCostFunction.h | 90 ++++++
lib/fpa/Image/Functors/ImageFunction.h | 62 ----
lib/fpa/Image/RegionGrow.h | 82 +++--
lib/fpa/Image/RegionGrow.hxx | 41 +++
lib/fpa/VTK/Image2DObserver.h | 31 +-
lib/fpa/VTK/Image2DObserver.hxx | 248 +++++++++------
29 files changed, 1890 insertions(+), 1270 deletions(-)
create mode 100644 appli/examples/example_Image_Dijkstra_CostFromInput.cxx
create mode 100644 appli/examples/example_Image_Dijkstra_CostFromRGBInput.cxx
create mode 100644 appli/examples/example_Image_Dijkstra_DanielssonCost.cxx
copy appli/examples/{example_ImageAlgorithmRegionGrow_01.cxx => example_Image_RegionGrow_AllPixels.cxx} (58%)
copy appli/examples/{example_ImageAlgorithmRegionGrow_01.cxx => example_Image_RegionGrow_AllRGBPixels.cxx} (54%)
create mode 100644 doc/UML/fpa.dia
create mode 100644 lib/fpa/Base/Functors/TautologyFunction.h
create mode 100644 lib/fpa/Image/Dijkstra.hxx
create mode 100644 lib/fpa/Image/Functors/ImageCostFunction.h
delete mode 100644 lib/fpa/Image/Functors/ImageFunction.h
create mode 100644 lib/fpa/Image/RegionGrow.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list