Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !108

Adding SimpleITK Python threading, and progress/abort to SimpleFilters

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Sam Horvath requested to merge github/fork/blowekamp/SimpleFiltersThreadingProgressAbort into master Feb 26, 2014
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: blowekamp

Enabling SimpleITK Python threading. This unlock the Python GIL while inside C++ code in ITK, while still having safe commands on events.

Updated SimpleFilters with support for SimpleITK 0.8rc1, and adding a progress bar and abort button.

$ git log --oneline 3bc2fdc5ca5c72b3fbfc596213eecf89cec31b32.. c939ce0 Update to use namespace KernelEnum types for morphology 34e55c9 Verify the update-sitk update branch does not exist before json update 5cb03ef Merge branch 'sitk-upstream' f46c414 SimpleITK 9f758175 Filter descriptions (reduced) 18db32e Adding Cancel button to abort filter processing. 757d0fe Adding ProgressBar and SimpleITK events

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/blowekamp/SimpleFiltersThreadingProgressAbort