[pubgit-commits-list] FrontAlgorithms branch master updated. db33ebb226fd58f493b7db245fc8b807f895ee6e
root
root at tux.creatis.insa-lyon.fr
Tue Apr 7 01:32:05 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 db33ebb226fd58f493b7db245fc8b807f895ee6e (commit)
from b70a564ee2d7bc180b77a05c37ab431ab9c393e7 (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=db33ebb226fd58f493b7db245fc8b807f895ee6e
commit db33ebb226fd58f493b7db245fc8b807f895ee6e
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Apr 6 18:31:51 2015 -0500
Refactoring: gaussian model estimator
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 2 +
...eAlgorithmRegionGrow_GaussianModelEstimator.cxx | 264 ---------------------
...Image_Dijkstra_DanielssonCost_TwoSeedsPath.cxx} | 49 ++++
...e_Image_RegionGrow_GaussianModelEstimation.cxx} | 88 ++++++-
lib/fpa/Base/Algorithm.hxx | 9 +-
lib/fpa/Base/MinimumSpanningTree.h | 69 ++++++
lib/fpa/Base/MinimumSpanningTree.hxx | 179 ++++++++++++++
lib/fpa/Base/TreeExtractor.h | 84 -------
lib/fpa/Base/TreeExtractor.hxx | 250 -------------------
lib/fpa/Image/Algorithm.h | 13 +-
lib/fpa/Image/Algorithm.hxx | 65 +++--
lib/fpa/Image/MinimumSpanningTree.h | 54 +++++
lib/fpa/Image/MinimumSpanningTree.hxx | 41 ++++
13 files changed, 546 insertions(+), 621 deletions(-)
delete mode 100644 appli/examples/example_ImageAlgorithmRegionGrow_GaussianModelEstimator.cxx
copy appli/examples/{example_Image_Dijkstra_DanielssonCost.cxx => example_Image_Dijkstra_DanielssonCost_TwoSeedsPath.cxx} (78%)
copy appli/examples/{example_Image_RegionGrow_AllRGBPixels.cxx => example_Image_RegionGrow_GaussianModelEstimation.cxx} (65%)
create mode 100644 lib/fpa/Base/MinimumSpanningTree.h
create mode 100644 lib/fpa/Base/MinimumSpanningTree.hxx
delete mode 100644 lib/fpa/Base/TreeExtractor.h
delete mode 100644 lib/fpa/Base/TreeExtractor.hxx
create mode 100644 lib/fpa/Image/MinimumSpanningTree.h
create mode 100644 lib/fpa/Image/MinimumSpanningTree.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list