[pubgit-commits-list] cpPlugins branch master updated. 9947c770b79585f718013305a956cf9473a4e0b2
root
root at tux.creatis.insa-lyon.fr
Sat Mar 4 00:05:33 CET 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 "Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)".
The branch, master has been updated
via 9947c770b79585f718013305a956cf9473a4e0b2 (commit)
from 9af34b55ea1d60eef3608aede00f9ef5a16dccdf (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=9947c770b79585f718013305a956cf9473a4e0b2
commit 9947c770b79585f718013305a956cf9473a4e0b2
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Mar 3 18:05:19 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/cpExtensions/Algorithms/ImageFunctorFilter.h | 82 +++------
lib/cpExtensions/Algorithms/ImageFunctorFilter.hxx | 65 +++++++
.../Algorithms/RGBToSingleChannelFunctor.h | 86 ++++++++++
.../Algorithms/RGBToSingleChannelFunctor.hxx | 188 +++++++++++++++++++++
lib/cpPlugins/Pipeline/Functor.cxx | 16 ++
lib/cpPlugins/Pipeline/Functor.h | 42 +++++
plugins/cpExtensions/ImageFunctorFilter.cxx | 60 +++++++
plugins/cpExtensions/ImageFunctorFilter.h | 33 ++++
8 files changed, 514 insertions(+), 58 deletions(-)
create mode 100644 lib/cpExtensions/Algorithms/ImageFunctorFilter.hxx
create mode 100644 lib/cpExtensions/Algorithms/RGBToSingleChannelFunctor.h
create mode 100644 lib/cpExtensions/Algorithms/RGBToSingleChannelFunctor.hxx
create mode 100644 lib/cpPlugins/Pipeline/Functor.cxx
create mode 100644 lib/cpPlugins/Pipeline/Functor.h
create mode 100644 plugins/cpExtensions/ImageFunctorFilter.cxx
create mode 100644 plugins/cpExtensions/ImageFunctorFilter.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list