[pubgit-commits-list] cpPlugins branch master updated. 1d735deae0ae5e8bff643a59370a03c961ef780c
root
root at tux.creatis.insa-lyon.fr
Sun Sep 27 13:22:46 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 1d735deae0ae5e8bff643a59370a03c961ef780c (commit)
via e9fba2cf4f290e7dbdd195086025737863c538cd (commit)
via 96914c02e23847c9d4ecdd085da689e61abb58f8 (commit)
via 682f9e89a6ad9d24eadc51751a56fd3f146d649b (commit)
via a3f2018cdd92e865082fed86673f10207c21ec51 (commit)
from 8d100d94717735f772efcd83702e9dc61ae2e13c (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=1d735deae0ae5e8bff643a59370a03c961ef780c
commit 1d735deae0ae5e8bff643a59370a03c961ef780c
Merge: e9fba2c 8d100d9
Author: jose guzman <jose at gmail.com>
Date: Sun Sep 27 13:23:01 2015 +0200
Merge ssh://git.creatis.insa-lyon.fr/cpPlugins
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e9fba2cf4f290e7dbdd195086025737863c538cd
commit e9fba2cf4f290e7dbdd195086025737863c538cd
Author: jose guzman <jose at gmail.com>
Date: Sun Sep 27 13:22:52 2015 +0200
contour widget file added, still in development
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=96914c02e23847c9d4ecdd085da689e61abb58f8
commit 96914c02e23847c9d4ecdd085da689e61abb58f8
Merge: 682f9e8 c59ebad
Author: jose guzman <jose at gmail.com>
Date: Sat Sep 26 11:19:44 2015 +0200
Merge ssh://git.creatis.insa-lyon.fr/cpPlugins
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=682f9e89a6ad9d24eadc51751a56fd3f146d649b
commit 682f9e89a6ad9d24eadc51751a56fd3f146d649b
Merge: a3f2018 9db1bda
Author: jose guzman <jose at gmail.com>
Date: Fri Sep 25 11:46:03 2015 +0200
Merge ssh://git.creatis.insa-lyon.fr/cpPlugins
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=a3f2018cdd92e865082fed86673f10207c21ec51
commit a3f2018cdd92e865082fed86673f10207c21ec51
Author: jose guzman <jose at gmail.com>
Date: Fri Sep 25 11:29:42 2015 +0200
median filter added
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 2 +
appli/examples/example_ContourWidget.cxx | 189 +++++++++++++++++++++
lib/cpPlugins/Plugins/Host.cxx | 3 +
...esholdImageFilter.cxx => MedianImageFilter.cxx} | 53 +++---
...uThresholdImageFilter.h => MedianImageFilter.h} | 20 +--
5 files changed, 228 insertions(+), 39 deletions(-)
create mode 100644 appli/examples/example_ContourWidget.cxx
copy lib/cpPlugins/Plugins/{OtsuThresholdImageFilter.cxx => MedianImageFilter.cxx} (58%)
copy lib/cpPlugins/Plugins/{OtsuThresholdImageFilter.h => MedianImageFilter.h} (62%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list