[pubgit-commits-list] FrontAlgorithms branch sandbox updated. 3a438326c6901fafd9be8b5446a828aa5f63a1cc
root
root at tux.creatis.insa-lyon.fr
Mon Jun 19 06:07:14 CEST 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 3a438326c6901fafd9be8b5446a828aa5f63a1cc (commit)
via 247e634a1320371673c4b03bc94195d04fb997f5 (commit)
from 60785c9e18cab1a338f1ce54551e97a5ddfabac1 (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=3a438326c6901fafd9be8b5446a828aa5f63a1cc
commit 3a438326c6901fafd9be8b5446a828aa5f63a1cc
Author: Leonardo Flórez-Valencia <leonardo.florez at gmail.com>
Date: Sun Jun 18 23:05:45 2017 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=247e634a1320371673c4b03bc94195d04fb997f5
commit 247e634a1320371673c4b03bc94195d04fb997f5
Author: Leonardo Flórez-Valencia <leonardo.florez at gmail.com>
Date: Sun Jun 18 23:04:26 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 15 +-
...alSegmentationWithBinaryThresholdRegionGrow.cxx | 116 -----
examples/BronchiiInitialSegmentationWithMori.cxx | 157 -------
examples/CMakeLists.txt | 29 --
examples/CreateMoriInputImage.cxx | 64 ---
examples/Dijkstra_Gaussian.cxx | 79 ----
examples/Dijkstra_Maurer.cxx | 137 ------
examples/RegionGrow_BinaryThreshold.cxx | 76 ----
examples/RegionGrow_Mori.cxx | 143 ------
examples/RegionGrow_Tautology.cxx | 74 ---
examples/SkeletonFilter.cxx | 96 ----
examples/sandbox.cxx | 156 -------
lib/fpa/Base/Algorithm.h | 65 ++-
lib/fpa/Base/Algorithm.hxx | 142 +++++-
lib/fpa/Base/Dijkstra.h | 68 +--
lib/fpa/Base/Dijkstra.hxx | 189 ++------
lib/fpa/Base/DijkstraBase.h | 91 ++++
lib/fpa/Base/DijkstraBase.hxx | 114 +++++
lib/fpa/Base/Functors/Dijkstra/Function.h | 64 +++
lib/fpa/Base/Functors/InvertValue.h | 80 ----
lib/fpa/Base/Functors/RegionGrow/BinaryThreshold.h | 86 ++++
.../Functors/RegionGrow/Tautology.h | 36 +-
lib/fpa/Base/Functors/VertexParentBase.h | 58 ---
lib/fpa/Base/MarksInterface.h | 20 +-
lib/fpa/Base/MarksInterface.hxx | 94 +---
lib/fpa/Base/MarksInterfaceWithCollisions.h | 62 +++
...erface.hxx => MarksInterfaceWithCollisions.hxx} | 44 +-
lib/fpa/Base/MoriRegionGrow.h | 96 ----
lib/fpa/Base/MoriRegionGrow.hxx | 189 --------
lib/fpa/Base/PriorityQueueAlgorithm.h | 65 ---
lib/fpa/Base/RegionGrow.h | 62 ++-
lib/fpa/Base/RegionGrow.hxx | 209 +++++----
lib/fpa/Base/SeedsInterface.h | 46 +-
lib/fpa/Base/SeedsInterface.hxx | 63 ++-
lib/fpa/Base/SkeletonReader.h | 83 ----
lib/fpa/Base/SkeletonReader.hxx | 176 --------
lib/fpa/Base/SkeletonWriter.h | 72 ---
lib/fpa/Base/SkeletonWriter.hxx | 162 -------
lib/fpa/CMakeLists.txt | 7 +-
lib/fpa/Config.h.in | 18 +
lib/fpa/Image/Algorithm.h | 88 ++++
lib/fpa/Image/Algorithm.hxx | 176 ++++++++
lib/fpa/Image/Dijkstra.h | 96 ++--
lib/fpa/Image/Filter.h | 60 ---
lib/fpa/Image/Filter.hxx | 103 -----
lib/fpa/Image/Functors/Dijkstra/Function.h | 69 +++
lib/fpa/Image/Functors/Dijkstra/Gaussian.h | 104 +++++
lib/fpa/Image/Functors/Dijkstra/Identity.h | 73 +++
lib/fpa/Image/Functors/Dijkstra/Invert.h | 94 ++++
lib/fpa/Image/Functors/GaussianWeight.h | 87 ----
.../Image/Functors/RegionGrow/BinaryThreshold.h | 77 ----
.../Image/Functors/RegionGrow/BinaryThreshold.hxx | 39 --
lib/fpa/Image/Functors/VertexIdentity.h | 67 ---
lib/fpa/Image/Functors/VertexParentBase.h | 63 ---
lib/fpa/Image/LabelledSeedsInterface.h | 62 +++
lib/fpa/Image/LabelledSeedsInterface.hxx | 64 +++
lib/fpa/Image/MarksInterface.h | 59 ---
lib/fpa/Image/MarksInterface.hxx | 86 ----
lib/fpa/Image/MoriRegionGrow.h | 55 ---
...ingTreeToImageFilter.h => PathsToImageFilter.h} | 20 +-
...reeToImageFilter.hxx => PathsToImageFilter.hxx} | 18 +-
lib/fpa/{Base => Image}/PolyLineParametricPath.h | 10 +-
lib/fpa/{Base => Image}/PolyLineParametricPath.hxx | 38 +-
lib/fpa/Image/RandomWalker.h | 78 ++++
lib/fpa/Image/RandomWalker.hxx | 124 +++++
lib/fpa/Image/RegionGrow.h | 43 +-
lib/fpa/{Base => Image}/Skeleton.h | 18 +-
lib/fpa/{Base => Image}/Skeleton.hxx | 24 +-
lib/fpa/Image/SkeletonFilter.h | 133 ++++--
lib/fpa/Image/SkeletonFilter.hxx | 498 +++++++++++----------
lib/fpa/Image/VisualDebugger.h | 98 ++++
lib/fpa/Image/VisualDebugger.hxx | 134 ++++++
lib/fpa/Image/VisualDebugger2D.h | 76 ++++
lib/fpa/Image/VisualDebugger2D.hxx | 74 +++
plugins/ImageAlgorithms/ImageAlgorithms.i | 50 ---
plugins/ImageAlgorithms/SkeletonFilter.cxx | 82 ----
plugins/ImageAlgorithms/SkeletonFilter.h | 29 --
tests/CMakeLists.txt | 10 +
tests/image/BaseFunctions.h | 315 +++++++++++++
tests/image/CMakeLists.txt | 19 +
tests/image/Dijkstra_Gaussian.cxx | 99 ++++
tests/image/Dijkstra_Identity.cxx | 87 ++++
tests/image/RandomWalker.cxx | 113 +++++
tests/image/RegionGrow_Tautology.cxx | 87 ++++
tests/image/SkeletonFilter.cxx | 74 +++
85 files changed, 3577 insertions(+), 3899 deletions(-)
delete mode 100644 examples/BronchiiInitialSegmentationWithBinaryThresholdRegionGrow.cxx
delete mode 100644 examples/BronchiiInitialSegmentationWithMori.cxx
delete mode 100644 examples/CMakeLists.txt
delete mode 100644 examples/CreateMoriInputImage.cxx
delete mode 100644 examples/Dijkstra_Gaussian.cxx
delete mode 100644 examples/Dijkstra_Maurer.cxx
delete mode 100644 examples/RegionGrow_BinaryThreshold.cxx
delete mode 100644 examples/RegionGrow_Mori.cxx
delete mode 100644 examples/RegionGrow_Tautology.cxx
delete mode 100644 examples/SkeletonFilter.cxx
delete mode 100644 examples/sandbox.cxx
create mode 100644 lib/fpa/Base/DijkstraBase.h
create mode 100644 lib/fpa/Base/DijkstraBase.hxx
create mode 100644 lib/fpa/Base/Functors/Dijkstra/Function.h
delete mode 100644 lib/fpa/Base/Functors/InvertValue.h
create mode 100644 lib/fpa/Base/Functors/RegionGrow/BinaryThreshold.h
rename lib/fpa/{Image => Base}/Functors/RegionGrow/Tautology.h (54%)
delete mode 100644 lib/fpa/Base/Functors/VertexParentBase.h
create mode 100644 lib/fpa/Base/MarksInterfaceWithCollisions.h
copy lib/fpa/Base/{MarksInterface.hxx => MarksInterfaceWithCollisions.hxx} (73%)
delete mode 100644 lib/fpa/Base/MoriRegionGrow.h
delete mode 100644 lib/fpa/Base/MoriRegionGrow.hxx
delete mode 100644 lib/fpa/Base/PriorityQueueAlgorithm.h
delete mode 100644 lib/fpa/Base/SkeletonReader.h
delete mode 100644 lib/fpa/Base/SkeletonReader.hxx
delete mode 100644 lib/fpa/Base/SkeletonWriter.h
delete mode 100644 lib/fpa/Base/SkeletonWriter.hxx
create mode 100644 lib/fpa/Config.h.in
create mode 100644 lib/fpa/Image/Algorithm.h
create mode 100644 lib/fpa/Image/Algorithm.hxx
delete mode 100644 lib/fpa/Image/Filter.h
delete mode 100644 lib/fpa/Image/Filter.hxx
create mode 100644 lib/fpa/Image/Functors/Dijkstra/Function.h
create mode 100644 lib/fpa/Image/Functors/Dijkstra/Gaussian.h
create mode 100644 lib/fpa/Image/Functors/Dijkstra/Identity.h
create mode 100644 lib/fpa/Image/Functors/Dijkstra/Invert.h
delete mode 100644 lib/fpa/Image/Functors/GaussianWeight.h
delete mode 100644 lib/fpa/Image/Functors/RegionGrow/BinaryThreshold.h
delete mode 100644 lib/fpa/Image/Functors/RegionGrow/BinaryThreshold.hxx
delete mode 100644 lib/fpa/Image/Functors/VertexIdentity.h
delete mode 100644 lib/fpa/Image/Functors/VertexParentBase.h
create mode 100644 lib/fpa/Image/LabelledSeedsInterface.h
create mode 100644 lib/fpa/Image/LabelledSeedsInterface.hxx
delete mode 100644 lib/fpa/Image/MarksInterface.h
delete mode 100644 lib/fpa/Image/MarksInterface.hxx
delete mode 100644 lib/fpa/Image/MoriRegionGrow.h
rename lib/fpa/Image/{MinimumSpanningTreeToImageFilter.h => PathsToImageFilter.h} (77%)
rename lib/fpa/Image/{MinimumSpanningTreeToImageFilter.hxx => PathsToImageFilter.hxx} (76%)
rename lib/fpa/{Base => Image}/PolyLineParametricPath.h (93%)
rename lib/fpa/{Base => Image}/PolyLineParametricPath.hxx (82%)
create mode 100644 lib/fpa/Image/RandomWalker.h
create mode 100644 lib/fpa/Image/RandomWalker.hxx
rename lib/fpa/{Base => Image}/Skeleton.h (70%)
rename lib/fpa/{Base => Image}/Skeleton.hxx (81%)
create mode 100644 lib/fpa/Image/VisualDebugger.h
create mode 100644 lib/fpa/Image/VisualDebugger.hxx
create mode 100644 lib/fpa/Image/VisualDebugger2D.h
create mode 100644 lib/fpa/Image/VisualDebugger2D.hxx
delete mode 100644 plugins/ImageAlgorithms/ImageAlgorithms.i
delete mode 100644 plugins/ImageAlgorithms/SkeletonFilter.cxx
delete mode 100644 plugins/ImageAlgorithms/SkeletonFilter.h
create mode 100644 tests/CMakeLists.txt
create mode 100644 tests/image/BaseFunctions.h
create mode 100644 tests/image/CMakeLists.txt
create mode 100644 tests/image/Dijkstra_Gaussian.cxx
create mode 100644 tests/image/Dijkstra_Identity.cxx
create mode 100644 tests/image/RandomWalker.cxx
create mode 100644 tests/image/RegionGrow_Tautology.cxx
create mode 100644 tests/image/SkeletonFilter.cxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list