[pubgit-commits-list] FrontAlgorithms branch master updated. 015105c2f44abb80923a59adfb1a01713506744f
root
root at tux.creatis.insa-lyon.fr
Fri Jun 5 02:10:18 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 015105c2f44abb80923a59adfb1a01713506744f (commit)
from a3e7c837b7425ae3b8b3d2f9f596c9ea9f1978f9 (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=015105c2f44abb80923a59adfb1a01713506744f
commit 015105c2f44abb80923a59adfb1a01713506744f
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Jun 4 19:10:06 2015 -0500
CMake updated. Some other filters added.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 63 +--
appli/examples/CMakeLists.txt | 37 +-
appli/examples/example_CircleOfWillis.cxx | 141 ++++++
...mple_Image_Dijkstra_AbsoluteDifferenceCost.cxx} | 125 +++--
.../example_Image_Dijkstra_EndPointDetection.cxx | 536 ++++++++-------------
...mple_Image_IncrementalRegionGrow_Thresholds.cxx | 235 +++++++++
.../example_Image_RegionGrow_AllPixels.cxx | 120 ++---
.../example_Image_RegionGrow_AllRGBPixels.cxx | 122 ++---
.../example_Image_RegionGrow_ConnectedPixels.cxx | 98 ++++
...example_Image_RegionGrow_ConnectedRGBPixels.cxx | 100 ++++
...> example_IncrementalRegionGrow_Thresholds.cxx} | 125 +++--
appli/examples/fpa_Utility.h | 157 ++++++
lib/CMakeLists.txt | 8 +-
lib/fpa/Base/Algorithm.h | 4 +-
lib/fpa/Base/Algorithm.hxx | 114 ++---
lib/fpa/Base/Dijkstra.h | 13 +-
lib/fpa/Base/Dijkstra.hxx | 33 +-
lib/fpa/Base/Functors/TautologyFunction.h | 13 +-
lib/fpa/Base/IncrementalRegionGrow.h | 85 ++++
lib/fpa/Base/IncrementalRegionGrow.hxx | 154 ++++++
lib/fpa/Base/RegionGrow.h | 18 +-
lib/fpa/Base/RegionGrow.hxx | 39 +-
lib/fpa/Base/UniqueValuesContainer.h | 2 +
lib/fpa/Image/Algorithm.h | 1 +
lib/fpa/Image/Dijkstra.h | 7 +-
lib/fpa/Image/DijkstraWithEndPointDetection.h | 7 +-
lib/fpa/Image/DijkstraWithEndPointDetection.hxx | 43 +-
.../Functors/ImageAbsoluteDifferenceCostFunction.h | 87 ++++
.../Image/Functors/RegionGrowAllBelongsFunction.h | 21 +-
.../Image/Functors/RegionGrowThresholdFunction.h | 13 +-
lib/fpa/Image/IncrementalRegionGrow.h | 69 +++
lib/fpa/Image/IncrementalRegionGrow.hxx | 30 ++
lib/fpa/Image/RegionGrow.h | 28 +-
lib/fpa/Image/RegionGrow.hxx | 12 +-
lib/fpa/VTK/Image2DObserver.hxx | 31 +-
lib/fpa/VTK/Image3DObserver.hxx | 1 -
lib/fpa/VTK/ImageMPR.cxx | 28 +-
lib/fpa/VTK/ImageMPR.h | 4 +
lib/fpa/VTK/UniqueVerticesToPolyDataFilter.h | 67 +++
lib/fpa/VTK/UniqueVerticesToPolyDataFilter.hxx | 186 +++++++
40 files changed, 2084 insertions(+), 893 deletions(-)
create mode 100644 appli/examples/example_CircleOfWillis.cxx
copy appli/examples/{example_Image_Dijkstra_CostFromInput.cxx => example_Image_Dijkstra_AbsoluteDifferenceCost.cxx} (51%)
create mode 100644 appli/examples/example_Image_IncrementalRegionGrow_Thresholds.cxx
create mode 100644 appli/examples/example_Image_RegionGrow_ConnectedPixels.cxx
create mode 100644 appli/examples/example_Image_RegionGrow_ConnectedRGBPixels.cxx
copy appli/examples/{example_Image_Dijkstra_CostFromInput.cxx => example_IncrementalRegionGrow_Thresholds.cxx} (51%)
create mode 100644 appli/examples/fpa_Utility.h
create mode 100644 lib/fpa/Base/IncrementalRegionGrow.h
create mode 100644 lib/fpa/Base/IncrementalRegionGrow.hxx
create mode 100644 lib/fpa/Image/Functors/ImageAbsoluteDifferenceCostFunction.h
create mode 100644 lib/fpa/Image/IncrementalRegionGrow.h
create mode 100644 lib/fpa/Image/IncrementalRegionGrow.hxx
create mode 100644 lib/fpa/VTK/UniqueVerticesToPolyDataFilter.h
create mode 100644 lib/fpa/VTK/UniqueVerticesToPolyDataFilter.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list