1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jun 14, 2025 — Jun 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 2 years ago
Update README.md More... about 2 years ago
Merge pull request #68 from N-Dekker/Upgrade-to-ITK5 More... about 2 years ago
COMP: No longer use convenience Get member functions from GDCMImageIO More... over 2 years ago
COMP: Replace ProcessObject::SetNumberOfThreads call More... over 2 years ago
COMP: Replace this->GetMultiThreader()->SetNumberOfThreads calls More... over 2 years ago
COMP: Replace `GetNumberOfThreads()` calls with `GetNumberOfWorkUnits()` More... over 2 years ago
COMP: Remove old `ResetFilterProgressAndKeepAccumulatedProgress()` call More... over 2 years ago
COMP: Remove obsolete `StatisticsImageFilter::GetOutput()` calls More... over 2 years ago
COMP: Cast int to ITK5 itk::MathematicalMorphologyEnums::Algorithm enum More... over 2 years ago
COMP: Replace vcl_fmod with std::fmod More... over 2 years ago
COMP: Replace vnl_math_sgn with vnl_math::sgn More... over 2 years ago
COMP: Replace vcl_log10 with std::log10 More... over 2 years ago
COMP: Replace EigenAnalysisFilterType enums with EigenValueOrderEnum More... over 2 years ago
COMP: Replace vcl_cos with std::cos More... over 2 years ago
COMP: Replace DerivativeFilter enums w/ GaussianOrderEnum More... over 2 years ago
COMP: Replace GaussianFilterType enum w/ GaussianOrderEnum More... over 2 years ago
COMP: Replace vcl_tan with std::tan More... over 2 years ago
COMP: Replace InternalGaussianFilterType enums w/ GaussianOrderEnum More... over 2 years ago
COMP: Replace FirstGaussianFilterType enumerators with GaussianOrderEnum More... over 2 years ago
COMP: Replace vcl_exp with std::exp More... over 2 years ago
COMP: Replace itk::MultiThreader with itk::MultiThreaderBase More... over 2 years ago
COMP: Remove deprecated #include "itkVectorCastImageFilter.h" More... over 2 years ago
COMP: Remove OrderEnumType from SmoothingRecursiveGaussianImageFilter2 More... over 2 years ago
COMP: Replace #include "itkMultiThreader.h" w/ "itkMultiThreaderBase.h" More... over 2 years ago
COMP: Replace vcl_sin with std::sin More... over 2 years ago
COMP: Replace vnl_math_sqr with vnl_math::sqr More... over 2 years ago
COMP: Replace vnl_math_rnd with vnl_math::rnd More... over 2 years ago
COMP: Replace vnl_math_min with std::min More... over 2 years ago
COMP: Replace vcl_log with std::log More... over 2 years ago