ITKUltrasound icon indicating copy to clipboard operation
ITKUltrasound copied to clipboard

Improve parallelism of itk::BlockMatching::ImageRegistrationMethod

Open thewtex opened this issue 5 years ago • 0 comments

Split GenerateData into BeforeThreadedGenerateData, DynamicThreadedGenerateData, and AfterThreadedGenerateData.

itk::BlockMatching::MetricImageFilter and descendants will need to implement InternalClone for use in DynamicThreadedGenerateData.

thewtex avatar Oct 11 '18 19:10 thewtex