1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
STYLE: Remove local "zero" variables of `DerivativeValueType` More... 2 months ago
STYLE: Use `std::max` in "Common/Transforms/itkTransformTo*Source.hxx" More... 2 months ago
STYLE: ComputePreconditionerUsingDisplacementDistribution use `std::min` More... 2 months ago
STYLE: Rename local `temp` variables to "userData" More... 2 months ago
STYLE: Replace `temp` pointers with const "userData" references More... 2 months ago
STYLE: Declare local `temp` variables by `auto` More... 2 months ago
STYLE: Add `assert(infoStruct.UserData)` More... 2 months ago
STYLE: Declare locale `infoStruct` variables as a const reference More... 2 months ago
STYLE: Use range-based `for` to iterate over samples "Common/itkCompute" More... 2 months ago
STYLE: Do not use const-references for "real" values More... 2 months ago
STYLE: Declare local fixedImageValue by `auto`, instead of `RealType &` More... 2 months ago
STYLE: Replace local `diffdiff` variables with `diff * diff` in Metrics More... 2 months ago
STYLE: Use range-based `for` to iterate over samples in Samplers More... 2 months ago
STYLE: Add const to local `pos_begin` and `pos_end` variables in Metrics More... 2 months ago
STYLE: Use iterators from `std::vector` for sample iterations in Metrics More... 2 months ago
STYLE: Use range-based `for` to iterate over sampleContainer in Metrics More... 2 months ago
STYLE: Replace `T x = T(n)` with `T x(n)` for NonZeroJacobianIndicesType More... 2 months ago
PERF: Let ComputeImageExtremaFilter only compute min and max More... 2 months ago
STYLE: Remove `UseMask` property from ComputeImageExtremaFilter More... 2 months ago
STYLE: Declare all data members of ComputeImageExtremaFilter private More... 2 months ago
STYLE: Use ITK_DISALLOW_COPY_AND_MOVE in ComputeImageExtremaFilter More... 2 months ago
STYLE: ComputeImageExtremaFilter ThreadedGenerateDataImageSpatialMask More... 2 months ago
STYLE: Replace `T var = T()` with modern `T var{}` value-initialization More... 2 months ago
STYLE: Replace `T var = T{}` with `T var{}` More... 2 months ago
Replace `NumericTraits<T>::Zero` with `T{}` More... 2 months ago
Replace `NumericTraits<T>::ZeroValue()` with `T{}` More... 2 months ago
STYLE: Declare MeanSquaresImageToImageMetric NormalizationFactor private More... 2 months ago
STYLE: Simplify AdvancedMeanSquaresImageToImageMetric constructor More... 2 months ago
ENH: Add itkAdvancedMeanSquaresImageToImageMetricGTest.cxx More... 2 months ago
STYLE: Add const to masks Get/SetFixedImageMask, Get/SetMovingImageMask More... 2 months ago