[pubgit-commits-list] FrontAlgorithms branch sandbox updated. 3bcd064e000912302f2f0d3556d518ff46c146aa
root
root at tux.creatis.insa-lyon.fr
Thu Oct 5 23:22:08 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 3bcd064e000912302f2f0d3556d518ff46c146aa (commit)
from 1f269742b9c1575ee931b76ebe1c001b7d6596a3 (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=3bcd064e000912302f2f0d3556d518ff46c146aa
commit 3bcd064e000912302f2f0d3556d518ff46c146aa
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Oct 5 16:22:00 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 24 +--
appli/CTArteries/CMakeLists.txt | 12 +-
appli/CTArteries/CTArteries.cxx | 113 +++++++++----
appli/CTArteries/CTArteries.h | 4 +-
appli/CTArteries/Parameters.ui | 4 +-
.../algorithms/DijkstraWithMeanAndVariance.h | 4 +-
.../CTArteries/algorithms/RandomWalkLabelling.hxx | 27 +--
.../CTArteries/algorithms/RandomWalkSegmentation.h | 5 +-
.../algorithms/RandomWalkSegmentation.hxx | 106 +++++++-----
cmake/Definitions.cmake | 53 ------
cmake/Functions.cmake | 160 ------------------
cmake/InstallCommands.cmake | 40 -----
cmake_uninstall.cmake.in | 27 +++
data/axial_CT_slice.mhd | 13 ++
data/axial_CT_slice.raw | Bin 0 -> 65536 bytes
data/axial_CT_slice_labels_00.mhd | 13 ++
data/axial_CT_slice_labels_00.raw | Bin 0 -> 65536 bytes
examples/image/Dijkstra/CMakeLists.txt | 3 +-
examples/image/RandomWalker/CMakeLists.txt | 3 +-
examples/image/RegionGrow/CMakeLists.txt | 3 +-
lib/fpa/CMakeLists.txt | 12 +-
lib/fpa/Common/IncrementalMeanAndVariance.cxx | 74 --------
lib/fpa/Common/IncrementalMeanAndVariance.h | 44 -----
lib/fpa/Common/PeakDetector.cxx | 187 ---------------------
lib/fpa/Common/PeakDetector.h | 75 ---------
lib/fpa/Filters/Mori.h | 5 +-
26 files changed, 255 insertions(+), 756 deletions(-)
delete mode 100644 cmake/Definitions.cmake
delete mode 100644 cmake/Functions.cmake
delete mode 100644 cmake/InstallCommands.cmake
create mode 100644 cmake_uninstall.cmake.in
create mode 100644 data/axial_CT_slice.mhd
create mode 100644 data/axial_CT_slice.raw
create mode 100644 data/axial_CT_slice_labels_00.mhd
create mode 100644 data/axial_CT_slice_labels_00.raw
delete mode 100644 lib/fpa/Common/IncrementalMeanAndVariance.cxx
delete mode 100644 lib/fpa/Common/IncrementalMeanAndVariance.h
delete mode 100644 lib/fpa/Common/PeakDetector.cxx
delete mode 100644 lib/fpa/Common/PeakDetector.h
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list