elastix
elastix copied to clipboard
PERF: DisplacementDistribution, ImageMomentsCalculator use thread pools
Allowed ComputeDisplacementDistribution and AdvancedImageMomentsCalculator to internally use ITK's PoolMultiThreader, by using ITK's MultiThreaderBase, rather than PlatformMultiThreader. (By default, MultiThreaderBase::New() creates a PoolMultiThreader.)
Part of issue https://github.com/SuperElastix/elastix/issues/460 "Thread pools"