[pubgit-commits-list] cpPlugins branch master updated. 54e12e973942f6ddfe6c606acf2fd93480ca6165

root root at tux.creatis.insa-lyon.fr
Mon Sep 21 17:23:32 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  54e12e973942f6ddfe6c606acf2fd93480ca6165 (commit)
      from  75740198fa0c55f8fdcd8b33ddff00071c893a94 (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=54e12e973942f6ddfe6c606acf2fd93480ca6165
commit 54e12e973942f6ddfe6c606acf2fd93480ca6165
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Sep 21 17:23:27 2015 +0200

    ...


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

Summary of changes:
 appli/examples/CMakeLists.txt                      |   6 +-
 appli/examples/example_RGBImageToHSVChannels.cxx   | 102 ++--
 appli/examples/example_RGBImageToYPbPrChannels.cxx | 103 ++--
 lib/cpExtensions/Algorithms/RGBExtractFunction.h   |  20 +-
 .../Algorithms/RGBImageToOtherChannelsFilter.h     |  13 -
 .../Algorithms/RGBImageToOtherChannelsFilter.hxx   | 121 +----
 lib/cpExtensions/Algorithms/RGBToHSVFunction.h     |  22 +-
 lib/cpExtensions/Algorithms/RGBToRGBFunction.h     |  51 --
 lib/cpExtensions/Algorithms/RGBToYPbPrFunction.h   |  37 +-
 lib/cpPlugins/Interface/BaseProcessObjects.h       |  36 ++
 lib/cpPlugins/Interface/Image.hxx                  |   9 +
 lib/cpPlugins/Interface/Instances_itkImage.cxx     |   4 +
 lib/cpPlugins/Interface/Mesh.hxx                   |   5 +
 lib/cpPlugins/Interface/ProcessObject.h            | 560 ---------------------
 lib/cpPlugins/Plugins/CMakeLists.txt               |  35 +-
 lib/cpPlugins/Plugins/Host.cxx                     |  22 +-
 lib/cpPlugins/Plugins/ImageWriter.cxx              |  14 -
 lib/cpPlugins/Plugins/OtsuThresholdImageFilter.cxx |  67 +--
 .../Plugins/RGBImageToHSVChannelsFilter.cxx        | 116 -----
 .../Plugins/RGBImageToHSVChannelsFilter.h          |  59 ---
 .../Plugins/RGBImageToOtherChannelsFilter.cxx      | 134 +++++
 ...ageFilter.h => RGBImageToOtherChannelsFilter.h} |  25 +-
 .../Plugins/RGBImageToYPbPrChannelsFilter.cxx      | 136 -----
 .../Plugins/RGBImageToYPbPrChannelsFilter.h        |  62 ---
 24 files changed, 338 insertions(+), 1421 deletions(-)
 delete mode 100644 lib/cpExtensions/Algorithms/RGBToRGBFunction.h
 delete mode 100644 lib/cpPlugins/Plugins/RGBImageToHSVChannelsFilter.cxx
 delete mode 100644 lib/cpPlugins/Plugins/RGBImageToHSVChannelsFilter.h
 create mode 100644 lib/cpPlugins/Plugins/RGBImageToOtherChannelsFilter.cxx
 copy lib/cpPlugins/Plugins/{OtsuThresholdImageFilter.h => RGBImageToOtherChannelsFilter.h} (57%)
 delete mode 100644 lib/cpPlugins/Plugins/RGBImageToYPbPrChannelsFilter.cxx
 delete mode 100644 lib/cpPlugins/Plugins/RGBImageToYPbPrChannelsFilter.h


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


More information about the Pubgit-commits-list mailing list