*ITKThickness3D is now part of the [InsightSoftwareConsortium](https://github.com/InsightSoftwareConsortium)*
- The binary thinning filter was merged into the Thickness3D module:
**[`itk::BinaryThinningImageFilter3D<TInputImage, TOutputImage>`](https://github.com/InsightSoftwareConsortium/ITKThickness3D/blob/master/include/itkBinaryThinningImageFilter3D.h)**: Compute the 3D [skeleton](http://hdl.handle.net/1926/1292)
of the input image..
- Tests have been improved and are now quantitative
- Source code have been re-styled to match ITK standards
> 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)