ITKUltrasound
ITKUltrasound copied to clipboard
Improve parallelism of itk::BlockMatching::ImageRegistrationMethod
Split GenerateData
into BeforeThreadedGenerateData
, DynamicThreadedGenerateData
, and AfterThreadedGenerateData
.
itk::BlockMatching::MetricImageFilter
and descendants will need to implement InternalClone
for use in DynamicThreadedGenerateData
.