1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
STYLE: SplitRequestedRegion add `const` to local variables More... 5 months ago
STYLE: SplitRequestedRegion use `TInputImage::ImageDimension` More... 5 months ago
STYLE: SplitRequestedRegion join local variable declaration + assignment More... 5 months ago
STYLE: Declare `SplitRequestedRegion` private and non-virtual More... 5 months ago
STYLE: ImageToVectorContainerFilter add `const` to local variables More... 5 months ago
STYLE: ImageToVectorContainerFilter add local `filter` variable More... 5 months ago
STYLE: ImageToVectorContainerFilter declare `str` as const reference More... 5 months ago
STYLE: ImageToVectorContainerFilter use MultiThreaderBase::WorkUnitInfo More... 5 months ago
STYLE: Add local `workUnitInfo` variable to ImageToVectorContainerFilter More... 5 months ago
STYLE: `Deref` input and output pointer everywhere in "ImageSamplers" More... 5 months ago
ENH: Allow only a _raw_ pointer as `Deref(ptr)` argument More... 5 months ago
STYLE: `Deref` sampler input and output at the start of GenerateData() More... 5 months ago
STYLE: Add helper functions to ImageGridSampler to loop over the grid More... 5 months ago
ENH: Add 4 more ImageGridSampler tests (MaxSampleGridSpacing and more) More... 5 months ago
ENH: Add `ImageGridSampler.HasSameOutputAsFullSamplerByDefault` GTest More... 5 months ago
STYLE: Replace "gridspacing" with "gridSpacing" (using camel case) More... 5 months ago
STYLE: Remove `this->` when ImageGridSampler accesses its private data More... 5 months ago
STYLE: Make ImageGridSampler data members private, rather than protected More... 5 months ago
STYLE: Replace `GetSampleGridSpacing()` calls with `m_SampleGridSpacing` More... 5 months ago
STYLE: Use `std::accumulate` in ImageGridSampler::GenerateData() More... 5 months ago
PERF: ImageGridSampler do `sampleVector.reserve(numberOfSamplesOnGrid)` More... 5 months ago
ENH: Add `UseMultiThreadingForSamplers` parameter (default "true") More... 5 months ago
PERF: itk::ImageSamplerBase initialize UseMultiThread = true by default More... 5 months ago
STYLE: Remove dummy jump ImageRandomSamplerBase GenerateRandomNumberList More... 5 months ago
BUG: ImageRandomSampler (UseMultiThread) should not GetNextSeed() More... 5 months ago
STYLE: Drop support "-mts" (multi-threaded samplers) command-line option More... 5 months ago
COMP: Upgrade Azure Pipelines CI from windows-2019 to windows-2022 More... 5 months ago
STYLE: Add `m_RandomCoordinates` to ImageRandomCoordinateSampler More... 5 months ago
STYLE: Remove unnecessary extra semicolon from ImageRandomSamplerBase More... 5 months ago
STYLE: Remove ImageRandomSamplerBase::BeforeThreadedGenerateData() More... 5 months ago