A list to keep track of classes without wrapping: https://github.com/phcerdan/ITKIsotropicWavelets/tree/master/wrapping: ### Core - [x] itkWaveletFrequencyForwardUndecimated . It can follow [forward decimated version](https://github.com/phcerdan/ITKIsotropicWavelets/blob/master/wrapping/itkWaveletFrequencyForward.wrap) made by @thewtex - [x] itkWaveletFrequencyInverseUndecimated . It can follow [inverse decimated version](https://github.com/phcerdan/ITKIsotropicWavelets/blob/master/wrapping/itkWaveletFrequencyInverse.wrap) - [x] itkStructureTensor. Done in #102 - [X] itkRieszRotationMatrix. Done in #93 ### Decimate/Expand (in frequency or spatial domain). - [x] itkExpandWithZerosImageFilter and itkShrinkDecimateImageFilter. Done in #146 ### Utilities - [x] itkIsotropicWaveletUtilities. Done in #145 ---- ### Wrap enhancements: - [ ] Wrap output of Forward/Inverse using `itk::VectorContainer` instead of current `std::vector`. Or wrap `std::vector<ImagePointer>` with `ImagePointer` `${WRAP_COMPLEX_REAL_TYPE}`. Follow on in #67
A list to keep track of classes without wrapping: https://github.com/phcerdan/ITKIsotropicWavelets/tree/master/wrapping:
Core
Decimate/Expand (in frequency or spatial domain).
Utilities
Wrap enhancements:
itk::VectorContainerinstead of currentstd::vector. Or wrapstd::vector<ImagePointer>withImagePointer${WRAP_COMPLEX_REAL_TYPE}. Follow on in Wrap for python std::vector<ImagePointer> in helper functions. #67