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

ENH: Add example for riesz phase analysis #85

Closed phcerdan closed 5 years ago

phcerdan commented 6 years ago

Based on the test with same name.

phcerdan commented 5 years ago

Re-think about automatically use a fftPad. If used, pad with zeros, not with the default ZeroFlux

phcerdan commented 5 years ago

Last commit uses the fixed fftPadPositiveIndex with the Boundary set to Constant (zero).

It also uses ChangeInformationFilter for generating the output with the original metadata.

This should be good to go! @thewtex @dzenanz Thanks