1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
STYLE: Don't reset st_NumberOfPixelsCounted in Metric "AfterThreaded" More... about 2 months ago
STYLE: After set_size, call `vnl_matrix::fill` instead of Array2D::Fill More... about 2 months ago
STYLE: Call `vnl_matrix::set_size` instead of `itk::Array2D::SetSize` More... about 2 months ago
STYLE: Define CovarianceMatrixType = vnl_matrix instead of Array2D More... about 2 months ago
STYLE: Define SpatialDerivativeType = vnl_matrix, instead of Array2D More... about 2 months ago
STYLE: Define PRatioArrayType = vnl_matrix, instead of Array2D More... about 2 months ago
STYLE: Remove TableType typedef from Transforms More... about 2 months ago
STYLE: Define TableType = vnl_matrix, instead of Array2D More... about 2 months ago
STYLE: Define SmoothingScheduleType = vnl_matrix, instead of Array2D More... about 2 months ago
STYLE: Define local CovarianceMatrixType = vnl_matrix instead of Array2D More... about 2 months ago
STYLE: Replace `constexpr static` with `static constexpr` More... about 2 months ago
STYLE: Make local constexpr variables in GTests `static` More... about 2 months ago
STYLE: Replace local enum constants with static constexpr auto More... about 2 months ago
STYLE: Add `EvaluateInnerProduct` helper function More... about 2 months ago
STYLE: Let EvaluateTransformJacobianInnerProduct directly call fill(0.0) More... about 2 months ago
STYLE: Remove `JacobianIteratorType` which were used only once, locally More... about 2 months ago
STYLE: Replace `Fill(0)` member function calls by {} initialization More... about 2 months ago
STYLE: Replace `Fill(0.0)` member function calls by {} initialization More... about 2 months ago
STYLE: Declare 8 AdvancedImageToImageMetric member functions non-virtual More... about 2 months ago
STYLE: Add const to `ThreadedGetValue(ThreadIdType)` More... about 2 months ago
STYLE: Add const to `ThreadedGetValueAndDerivative(ThreadIdType)` More... about 2 months ago
ENH: MeanSquaresImageToImageMetric test MultiThread equals SingleThread More... 2 months ago
STYLE: Add local variables, `Self & metric = *(userData.st_Metric)` More... 2 months ago
STYLE: Add `const` to local `jmax` variable declarations, using std::min More... 2 months ago
STYLE: Add `const` to local `jmin` variable declarations More... 2 months ago
STYLE: Rename local `tmp` variables to "sum" More... 2 months ago
STYLE: Remove local `AccumulateType zero` variable, use `0.0` instead More... 2 months ago
STYLE: Remove local `MeasureType zero` variable, use `0.0` instead More... 2 months ago
STYLE: Remove local `ScalarRealType zero` variable and use `0.0` instead More... 2 months ago
STYLE: Remove local `SizeValueType zero1` variable, and use `0` instead More... 2 months ago