[pubgit-commits-list] FrontAlgorithms branch sandbox updated. a8a2991626bf43eac432f73b1bbc917db19172b2
root
root at tux.creatis.insa-lyon.fr
Wed Sep 27 23:49:39 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 a8a2991626bf43eac432f73b1bbc917db19172b2 (commit)
from 7a23dc0de3cc3cf9ffb234e1c3d4a160d0235dd0 (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=a8a2991626bf43eac432f73b1bbc917db19172b2
commit a8a2991626bf43eac432f73b1bbc917db19172b2
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Sep 27 16:49:32 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
appli/CTArteries/CMakeLists.txt | 5 +-
appli/CTArteries/CTArteries.cxx | 315 +-
appli/CTArteries/CTArteries.h | 102 +
appli/CTArteries/CTArteries.ui | 122 +
appli/CTArteries/FileDialog.cxx | 92 +
appli/CTArteries/FileDialog.h | 36 +
appli/CTArteries/Parameters.ui | 190 +
appli/CTArteries/QCustomPlot.cxx | 23553 +++++++++++++++++++
appli/CTArteries/QCustomPlot.h | 3771 +++
.../algorithms/DijkstraWithMeanAndVariance.h | 62 +
.../algorithms/DijkstraWithMeanAndVariance.hxx | 84 +
appli/CTArteries/algorithms/RandomWalkLabelling.h | 95 +
.../CTArteries/algorithms/RandomWalkLabelling.hxx | 152 +
.../CTArteries/algorithms/RandomWalkSegmentation.h | 98 +
.../algorithms/RandomWalkSegmentation.hxx | 399 +
cmake/Functions.cmake | 21 +-
16 files changed, 29087 insertions(+), 10 deletions(-)
create mode 100644 appli/CTArteries/CTArteries.h
create mode 100644 appli/CTArteries/CTArteries.ui
create mode 100644 appli/CTArteries/FileDialog.cxx
create mode 100644 appli/CTArteries/FileDialog.h
create mode 100644 appli/CTArteries/Parameters.ui
create mode 100644 appli/CTArteries/QCustomPlot.cxx
create mode 100644 appli/CTArteries/QCustomPlot.h
create mode 100644 appli/CTArteries/algorithms/DijkstraWithMeanAndVariance.h
create mode 100644 appli/CTArteries/algorithms/DijkstraWithMeanAndVariance.hxx
create mode 100644 appli/CTArteries/algorithms/RandomWalkLabelling.h
create mode 100644 appli/CTArteries/algorithms/RandomWalkLabelling.hxx
create mode 100644 appli/CTArteries/algorithms/RandomWalkSegmentation.h
create mode 100644 appli/CTArteries/algorithms/RandomWalkSegmentation.hxx
hooks/post-receive
--
Generic implementation of front propagation algorithms with some extra features
More information about the Pubgit-commits-list
mailing list