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

root root at tux.creatis.insa-lyon.fr
Wed Dec 17 20:33:50 CET 2014


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  2f1688b7490f99c3cb932344b1d8db51bd821c4b (commit)
      from  47f20ae9bdea419f3b2526dc6f0d3bfff85b0065 (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=2f1688b7490f99c3cb932344b1d8db51bd821c4b
commit 2f1688b7490f99c3cb932344b1d8db51bd821c4b
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Dec 17 20:31:10 2014 +0100

    New plugin: RGB -> HSV


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

Summary of changes:
 appli/examples/CMakeLists.txt                      |   1 +
 appli/examples/example_RGBImageToHSVChannels.cxx   | 119 +++++++++++
 .../Algorithms/RGBImageToHSVChannelsFilter.h       |  84 ++++++++
 .../Algorithms/RGBImageToHSVChannelsFilter.hxx     | 230 +++++++++++++++++++++
 lib/cpPlugins/Extensions/CMakeLists.txt            |  10 +
 lib/cpPlugins/Plugins/Host.cxx                     |  14 +-
 .../Plugins/RGBImageToHSVChannelsFilter.cxx        | 113 ++++++++++
 .../Plugins/RGBImageToHSVChannelsFilter.h          |  55 +++++
 8 files changed, 621 insertions(+), 5 deletions(-)
 create mode 100644 appli/examples/example_RGBImageToHSVChannels.cxx
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/RGBImageToHSVChannelsFilter.h
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/RGBImageToHSVChannelsFilter.hxx
 create mode 100644 lib/cpPlugins/Plugins/RGBImageToHSVChannelsFilter.cxx
 create mode 100644 lib/cpPlugins/Plugins/RGBImageToHSVChannelsFilter.h


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


More information about the Pubgit-commits-list mailing list