[pubgit-commits-list] cpPlugins branch master updated. d8ebffc6ece697ddf7b358946ef5d9c9cd7191fe
root
root at tux.creatis.insa-lyon.fr
Tue Nov 8 17:07:48 CET 2016
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 d8ebffc6ece697ddf7b358946ef5d9c9cd7191fe (commit)
from 3bb947834c947c43da2ae10ed3f5fcec9707d5bb (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=d8ebffc6ece697ddf7b358946ef5d9c9cd7191fe
commit d8ebffc6ece697ddf7b358946ef5d9c9cd7191fe
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Nov 8 11:07:36 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
plugins/CMakeLists.txt | 4 ++
.../GaussianBlurImageFilter.cxx | 77 --------------------
.../ImageGenericFilters/GaussianBlurImageFilter.h | 32 ---------
plugins/ImageGenericFilters/ImageGenericFilters.i | 6 +-
.../ImageGradientFilters/ImageGradientFilters.i | 3 +
.../SmoothingRecursiveGaussianImageFilter.cxx | 81 ++++++++++++++++++++++
.../SmoothingRecursiveGaussianImageFilter.h | 32 +++++++++
7 files changed, 124 insertions(+), 111 deletions(-)
delete mode 100644 plugins/ImageGenericFilters/GaussianBlurImageFilter.cxx
delete mode 100644 plugins/ImageGenericFilters/GaussianBlurImageFilter.h
create mode 100644 plugins/ImageGradientFilters/SmoothingRecursiveGaussianImageFilter.cxx
create mode 100644 plugins/ImageGradientFilters/SmoothingRecursiveGaussianImageFilter.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list