1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUG: Replace itk::Math::Round template argument `double` with `int64_t` More... 3 months ago
PERF: ImageGridSampler replace IsInsideInWorldSpace calls More... 3 months ago
ENH: Add ImageGridSampler.OneOutOfThreeMask test More... 3 months ago
ENH: Add ImageGridSampler.HasSameOutputWhenUsingFullyFilledMask test More... 3 months ago
STYLE: Declare `ImageGridSampler::JumpToNextGridPosition` static More... 4 months ago
STYLE: Make each UserData `struct` of ImageSamplers a simple aggregate More... 4 months ago
STYLE: Remove private `m_OptionalUserData` members from ImageSamplers More... 4 months ago
PERF: Make ImageGridSampler multi-threaded More... 4 months ago
STYLE: assert(numberOfSplits > 0), replace - with `-=` in SplitRegion More... 4 months ago
STYLE: ImageSamplerBase GenerateData() call GetMultiThreader() just once More... 4 months ago
STYLE: Make ImageSamplerBase ThreaderCallback, ThreadStruct `private` More... 4 months ago
BUG: Make sure `splitRegion = inputRegion` if SplitRegion cannot split More... 4 months ago
STYLE: Remove `Ceil` calls and int-to-double casts from ImageSamplerBase More... 4 months ago
STYLE: Declare splitAxis variable ImageSamplerBase::SplitRegion unsigned More... 4 months ago
STYLE: Remove `dynamic_cast<DataObject *>` from ImageSamplerBase More... 4 months ago
DOC: Updated documentation on ImageSamplerBase `UseMultiThread` More... 4 months ago
STYLE: Pass `ThreadIdType` "by value", instead of by const-reference More... 4 months ago
STYLE: Move ImageGridSampler `mask` initialization into `if` condition More... 4 months ago
STYLE: Rename sampleGridIndex to gridIndex, sampleGridSize to gridSize More... 4 months ago
ENH: `ImageSamplerBase::ThreaderCallback` use m_CroppedInputImageRegion More... 4 months ago
STYLE: Rename `Filter` from ImageSamplerBase::ThreadStruct to "Sampler" More... 4 months ago
STYLE: Merge `ImageToVectorContainerFilter` into `ImageSamplerBase` More... 4 months ago
STYLE: `ImageSamplerBase::AfterThreadedGenerateData` use std::accumulate More... 4 months ago
STYLE: Replace m_ThreaderSampleContainer with m_ThreaderSampleVectors More... 4 months ago
STYLE: Remove `this->` when ImageSamplerBase accesses its own data More... 4 months ago
STYLE: Rename `SplitRequestedRegion` to "SplitRegion", make it `static` More... 4 months ago
STYLE: SplitRequestedRegion replace C-style (double) cast w/ static_cast More... 4 months ago
STYLE: SplitRequestedRegion add `const` to local variables More... 4 months ago
STYLE: SplitRequestedRegion use `TInputImage::ImageDimension` More... 4 months ago
STYLE: SplitRequestedRegion join local variable declaration + assignment More... 4 months ago