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

root root at tux.creatis.insa-lyon.fr
Wed Nov 23 00:03:40 CET 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  b41426f0faaee22357b16793efc0f741b039bc41 (commit)
      from  2fed0327528e671e32cc7151cb65ebd769c053e6 (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=b41426f0faaee22357b16793efc0f741b039bc41
commit b41426f0faaee22357b16793efc0f741b039bc41
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Nov 22 18:03:26 2016 -0500

    itk-based LevelSet filters wrapped


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

Summary of changes:
 lib/CMakeLists.txt                                 |  5 +-
 lib/cpInstances/CMakeLists.txt                     | 38 ++++++++++-
 lib/cpInstances/ComplexImageFilters.i              |  8 +++
 lib/cpInstances/ExtractImageFilters.i              |  4 ++
 lib/cpInstances/ITKAnisotropicSmoothing.i          | 12 ++++
 lib/cpInstances/ITKDifferenceImageFilters.i        | 15 +++++
 lib/cpInstances/ITKImageFeatureFilters.i           | 14 ++++
 lib/cpInstances/ITKLevelSetFilters.i               | 28 ++++++++
 lib/cpInstances/ImageInterpolators.i               |  7 +-
 lib/cpInstances/ImageIterators.i                   |  1 +
 lib/cpInstances/NeighborhoodImageIterators.i       | 12 ++--
 lib/cpInstances/ScalarImages.i                     |  9 +--
 lib/cpInstances/VectorImages.i                     | 11 ++--
 lib/cpPlugins/Interface/Workspace.cxx              | 42 ++++++++++++
 lib/cpPlugins/Interface/Workspace.h                |  6 ++
 plugins/CMakeLists.txt                             |  1 +
 .../ThresholdSegmentationLevelSetImageFilter.cxx   | 76 ++++++++++++++++++++++
 .../ThresholdSegmentationLevelSetImageFilter.h     | 32 +++++++++
 18 files changed, 303 insertions(+), 18 deletions(-)
 create mode 100644 lib/cpInstances/ITKAnisotropicSmoothing.i
 create mode 100644 lib/cpInstances/ITKDifferenceImageFilters.i
 create mode 100644 lib/cpInstances/ITKImageFeatureFilters.i
 create mode 100644 lib/cpInstances/ITKLevelSetFilters.i
 create mode 100644 plugins/ITKLevelSetFilters/ThresholdSegmentationLevelSetImageFilter.cxx
 create mode 100644 plugins/ITKLevelSetFilters/ThresholdSegmentationLevelSetImageFilter.h


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


More information about the Pubgit-commits-list mailing list