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

Fix Wrap of itkVectorInverseFFTImageFilter #99

Closed phcerdan closed 5 years ago

phcerdan commented 5 years ago

The OutputImageType is not complex, but real (the value_type of std::complex<value_type>)

https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets/blob/master/wrapping/itkVectorInverseFFTImageFilter.wrap

Spotted by @thewtex