[pubgit-commits-list] cpPlugins branch master updated. aa6a578004bddb5b0bb07b780483fda0ecc6cb5e

root root at tux.creatis.insa-lyon.fr
Mon Apr 20 23:27:03 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  aa6a578004bddb5b0bb07b780483fda0ecc6cb5e (commit)
      from  d72223cf80b1703d6f6b31e749af5ffe2e96cbfb (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=aa6a578004bddb5b0bb07b780483fda0ecc6cb5e
commit aa6a578004bddb5b0bb07b780483fda0ecc6cb5e
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Apr 20 16:26:51 2015 -0500

    Light compensation algorithm added


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

Summary of changes:
 appli/examples/CMakeLists.txt                      |  2 +
 appli/examples/example_LightCompensation.cxx       | 57 ++++++++++++++
 appli/examples/example_ParallelImageMean.cxx       | 52 +++++++++++++
 .../Algorithms/LightCompensationFilter.h           | 67 ++++++++++++++++
 .../Algorithms/LightCompensationFilter.hxx         | 88 ++++++++++++++++++++++
 .../Extensions/Algorithms/ParallelImageMean.h      | 72 ++++++++++++++++++
 .../Extensions/Algorithms/ParallelImageMean.hxx    | 65 ++++++++++++++++
 7 files changed, 403 insertions(+)
 create mode 100644 appli/examples/example_LightCompensation.cxx
 create mode 100644 appli/examples/example_ParallelImageMean.cxx
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.h
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.hxx
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/ParallelImageMean.h
 create mode 100644 lib/cpPlugins/Extensions/Algorithms/ParallelImageMean.hxx


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


More information about the Pubgit-commits-list mailing list