[pubgit-commits-list] cpPlugins branch master updated. 483d0cad67a04fc8c3613ceb3a20a2ab02c29822

root root at tux.creatis.insa-lyon.fr
Mon Mar 30 18:11:53 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  483d0cad67a04fc8c3613ceb3a20a2ab02c29822 (commit)
      from  cb38f7928cd818697312a23a37c2ed1929da464d (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=483d0cad67a04fc8c3613ceb3a20a2ab02c29822
commit 483d0cad67a04fc8c3613ceb3a20a2ab02c29822
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Mar 30 11:11:28 2015 -0500

    YPbPr color model added


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

Summary of changes:
 appli/examples/CMakeLists.txt                      |   1 +
 appli/examples/example_RGBImageToHSVChannels.cxx   |   5 +-
 ...els.cxx => example_RGBImageToYPbPrChannels.cxx} |  10 +-
 .../Algorithms/RGBImageToHSVChannelsFilter.hxx     | 230 ---------------------
 ...elsFilter.h => RGBImageToOtherChannelsFilter.h} |  50 +++--
 .../Algorithms/RGBImageToOtherChannelsFilter.hxx   | 190 +++++++++++++++++
 .../Extensions/Algorithms/RGBToHSVFunction.h       |  91 ++++++++
 .../Extensions/Algorithms/RGBToYPbPrFunction.h     |  69 +++++++
 lib/cpPlugins/Plugins/CMakeLists.txt               |   1 +
 lib/cpPlugins/Plugins/Host.cxx                     |   2 +
 .../Plugins/RGBImageToHSVChannelsFilter.cxx        |  13 +-
 .../Plugins/RGBImageToYPbPrChannelsFilter.cxx      | 136 ++++++++++++
 ...elsFilter.h => RGBImageToYPbPrChannelsFilter.h} |  23 ++-
 13 files changed, 544 insertions(+), 277 deletions(-)
 copy appli/examples/{example_RGBImageToHSVChannels.cxx => example_RGBImageToYPbPrChannels.cxx} (90%)
 delete mode 100644 lib/cpPlugins/Extensions/Algorithms/RGBImageToHSVChannelsFilter.hxx
 rename lib/cpPlugins/Extensions/Algorithms/{RGBImageToHSVChannelsFilter.h => RGBImageToOtherChannelsFilter.h} (53%)
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/RGBImageToOtherChannelsFilter.hxx
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/RGBToHSVFunction.h
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/RGBToYPbPrFunction.h
 create mode 100644 lib/cpPlugins/Plugins/RGBImageToYPbPrChannelsFilter.cxx
 copy lib/cpPlugins/Plugins/{RGBImageToHSVChannelsFilter.h => RGBImageToYPbPrChannelsFilter.h} (61%)


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


More information about the Pubgit-commits-list mailing list