Skip to content

Releases: InsightSoftwareConsortium/ITKThickness3D

ITKThickness3D 5.3.0

21 Dec 18:33
36b2c7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.3.0

ITKThickness3D v5.2.0

31 May 20:42
Compare
Choose a tag to compare
ENH: Update package versions to v5.2.0.post3

ITKThickness3D 5.1.1

11 Oct 01:45
b123a6c
Compare
Choose a tag to compare
v5.1.1

ENH: Bump Python package version to 5.1.1

ITKThickness3D 5.1

20 Jun 12:08
b447bc4
Compare
Choose a tag to compare

ITKThickness3D 5.1 is here !

It brings filters that compute the skeleton and thickness transform for 3D images.

  • itk::BinaryThinningImageFilter3D<TInputImage, TOutputImage>: Compute the 3D skeleton of the input 3D image (curve thinning, 1px width wire skeleton).
  • itk::MedialThicknessImageFilter3D<TInputImage, TOutputImage>: Compute the thickness transform of the input 3D image (2x the distance to the outside along the skeleton / medial axis).

Changes:

  • 2afaf5d BUG: fix tests after PR#24 (#26)
  • 51274e6 ENH: Build Python package against ITK 5.0.0.post1 (#25)
  • 6cc9f0e BUG: Prevent segfault in MedialThickness constructor (#24)
  • 2539b34 DOC: Fix typo (#22)
  • 906f084 STYLE: Prefer C++11 type alias over typedef (#21)
  • ad8fdd2 Merge pull request #19 from jhlegarreta/PreferDefaultToExplicitTrivialImplementations
  • 507095b STYLE: Pefer = default to explicitly trivial implementations
  • 2ba2cf8 Merge pull request #20 from jhlegarreta/UseDisallowCopyAndAssignMacro
  • ca40085 Merge pull request #18 from jhlegarreta/AddOverrideKeywordToOverridenMethods
  • fdafd14 COMP: Use and move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
See more
  • 224ebed COMP: Add the override keyword to overriding methods.
  • ba02e75 Merge pull request #17 from jhlegarreta/RemoveNonAzurePipelinesCIConfigFiles
  • 7aa0faa ENH: Remove unused CI config files
  • 8aac13e BUG: Fix python tests
  • 1d65030 Merge pull request #15 from thewtex/azure-badge
  • 70e175e DOC: Add Azure Pipelines build status
  • 29dd1d0 ENH: Add Azure Pipelines configuration
  • 0e8b635 STYLE: Conform to ITK alias-naming guidelines (#14)
  • f60c221 BUG: Double the distance 'skeleton to shell' in the MedialThicknessImageFilter3D (#13)
  • ed53763 ENH: Improve tests. (#8)
  • f5f4ad2 ENH: Make the tests quantitative. (#7)
  • 92afc50 Merge pull request #11 from jhlegarreta/ConformToITKStyleGuidelines
  • b298bd4 STYLE: Conform to ITK coding style guidelines.
  • 3669761 Merge pull request #10 from jhlegarreta/ConformToFunctionNamingCodingGuidelines
  • 635a887 STYLE: Conform to function naming coding guidelines.
  • ac803f1 ENH: Transition READMEto reSTructuredText. (#9)
  • 7b2de28 Merge pull request #6 from thewtex/ci-badge-links
  • 9213c28 DOC: Fix AppVeyor badge link for ISC transfer
  • d2bf621 Update README.md after transfer
  • 40c48fb Merge pull request #5 from T4mmi/merge
  • 2978b5b DOC: Fix Doxygen tests
  • 4ebe7e4 ENH: Merge ITKBinarythinning3D
  • 3093938 Update README.md
  • 1882019 Update README.md
  • 2f0b9b2 REL: Set development status / version to alpha
  • 3639d28 Merge pull request #4 from thewtex/circleci-python-package
  • 5c33fa6 COMP: Copy dependent module headers for Python package build
  • 712b51f COMP: Fix Appveyor build system
  • 42c02f4 COMP: Add several python versions

This list of changes was auto generated.

Latest successful build of Git master

20 Jun 13:48
2afaf5d
Compare
Choose a tag to compare
Pre-release

Changes:

This list of changes was auto generated.

ITKThickness3D 5.1 Beta 1

11 Feb 08:05
Compare
Choose a tag to compare
Pre-release

ITKThickness3D 5.1 Beta 1 is ready for testing!

ITKThickness3D is now part of the InsightSoftwareConsortium

This version is still in beta since ITK 5.0 hasn't been released and some features are still missing (e.g. local thickness transform)

ITKThickness3D Alpha 1

06 Feb 08:54
2f0b9b2
Compare
Choose a tag to compare
Pre-release

ITKThickness3D Alpha 1 is ready for testing!

ITKThickness3D brings tools for 3D thickness evaluation.
This the first in a stage of the module featuring introducing a new composite filter:
itk::MedialThicknessImageFilter3D<TInputImage, TOutputImage>: The distance to the outside along the medial axis.