[pubgit-commits-list] cpPlugins branch master updated. 2f6a2a85f37e301cf5b680a63904b6468caa6b12

root root at tux.creatis.insa-lyon.fr
Tue Aug 25 02:21:31 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 "Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)".

The branch, master has been updated
       via  2f6a2a85f37e301cf5b680a63904b6468caa6b12 (commit)
      from  8075b3c18618cd48cd2ae539d237a13768081489 (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=cpPlugins.git;a=commitdiff;h=2f6a2a85f37e301cf5b680a63904b6468caa6b12
commit 2f6a2a85f37e301cf5b680a63904b6468caa6b12
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Aug 24 19:21:22 2015 -0500

    Kalman completely ported


-----------------------------------------------------------------------

Summary of changes:
 .../Extensions/Algorithms/IsoImageSlicer.h         | 17 ++--
 .../Extensions/Algorithms/KalmanConstantFilter.cxx | 51 ++++++++++++
 .../Extensions/Algorithms/KalmanConstantFilter.h   | 60 ++++++++++++++
 .../Extensions/Algorithms/KalmanFilter.cxx         | 31 ++++----
 lib/cpPlugins/Extensions/Algorithms/KalmanFilter.h | 45 ++++++-----
 .../Extensions/Algorithms/KalmanVelocityFilter.cxx | 92 ++++++++++++++++++++++
 .../Extensions/Algorithms/KalmanVelocityFilter.h   | 70 ++++++++++++++++
 7 files changed, 320 insertions(+), 46 deletions(-)
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/KalmanConstantFilter.cxx
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/KalmanConstantFilter.h
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/KalmanVelocityFilter.cxx
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/KalmanVelocityFilter.h


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list