elastix icon indicating copy to clipboard operation
elastix copied to clipboard

PERF: DisplacementDistribution, ImageMomentsCalculator use thread pools

Open N-Dekker opened this issue 2 years ago • 0 comments

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"

N-Dekker avatar Aug 28 '23 09:08 N-Dekker