InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

BUG: Wrap VectorInverseFFTImageFilter with correct output type #100

Closed thewtex closed 5 years ago

thewtex commented 5 years ago

The output image type is an image of float's as opposed to complex float's. Use the default template parameter for the output type.

Closes #99