[pubgit-commits-list] cpPlugins branch master updated. c43e85355af180dcad5859644826f4acf485b604
root
root at tux.creatis.insa-lyon.fr
Thu Sep 29 22:19:32 CEST 2016
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 c43e85355af180dcad5859644826f4acf485b604 (commit)
from 7cb3cc75aadcbcb765962d4a326388b9c4fef984 (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=c43e85355af180dcad5859644826f4acf485b604
commit c43e85355af180dcad5859644826f4acf485b604
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Sep 29 15:19:19 2016 -0500
RescaleIntensity filter added.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 2 +-
lib/Instances/cpPlugins_Images.i | 2 +-
lib/cpBaseQtApplication/MainWindow.cxx | 1 -
lib/cpPlugins/Interface/Plugins.cxx | 107 +++++++++++---------
plugins/CMakeLists.txt | 1 +
.../RescaleIntensityImageFilter.cxx | 54 +++++++++++
...ImageFilter.h => RescaleIntensityImageFilter.h} | 10 +-
plugins/ImageSources/RandomImageSource.cxx | 108 +++++++++++++++++++++
plugins/ImageSources/RandomImageSource.h | 32 ++++++
9 files changed, 262 insertions(+), 55 deletions(-)
create mode 100644 plugins/ImageGenericFilters/RescaleIntensityImageFilter.cxx
copy plugins/ImageGenericFilters/{RegionOfInterestImageFilter.h => RescaleIntensityImageFilter.h} (62%)
create mode 100644 plugins/ImageSources/RandomImageSource.cxx
create mode 100644 plugins/ImageSources/RandomImageSource.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list