InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

BUG: Wrap SymmetricEigenAnalysisImageFilter with CovariantVector Image output #4675

Closed thewtex closed 1 month ago

thewtex commented 1 month ago

The default template parameter output, an Image of SymmetricSecondRankTensor, is not correct or valid. The output of this filter is an image of eigenvectors. Wrap with an Image of CovariantVector along with base classes. Also remove the invalid default template parameter output.

Closes #4520

dzenanz commented 1 month ago

@chatti if you built the Python wrapping from source, this should be easy to test.