1
I Use This!
Moderate Activity

Commits : Listings

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