ITKUltrasound
ITKUltrasound copied to clipboard
ITK module with classes particularly useful for ultrasound.
Split `GenerateData` into `BeforeThreadedGenerateData`, `DynamicThreadedGenerateData`, and `AfterThreadedGenerateData`. `itk::BlockMatching::MetricImageFilter` and descendants will need to implement `InternalClone` for use in `DynamicThreadedGenerateData`.
Will need dynamic container with reduction.
The class documentation is not correct and the class name could be improved.
Output appears to be all zeros.
This does not work for packaging right now. We need to wait for ITK python package with itk::PhasedArray3DSpecialCoordinatesImage wrapping added in: https://github.com/InsightSoftwareConsortium/ITK/pull/4101.
## Overview Building `itk::SliceSeriesSpecialCoordinatesImage` produces a compiler warning. Examination of the surrounding code has raised additional questions regarding intended functionality. ## Compiler Warning > [include/itkSliceSeriesSpecialCoordinatesImage.h:477](https://github.com/InsightSoftwareConsortium/ITK/blob/master/include/itkSliceSeriesSpecialCoordinatesImage.h#L477):42: warning: 'this' pointer is null...