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 wrapping for RieszRotationMatrix #93

Closed phcerdan closed 5 years ago

phcerdan commented 5 years ago

Wrap only double, as base class VariableSizeMatrix

Supersedes and closes #59

Co-authored-by: Jon Haitz Legarreta Gorroñojon.haitz.legarreta@gmail.com Co-authored-by: Matt McCormickmatt.mccormick@kitware.com

jhlegarreta commented 5 years ago

:tada: Thanks @phcerdan !

jhlegarreta commented 5 years ago

BTW, is the POINTER argument missing in the itk_wrap_class?

phcerdan commented 5 years ago

Thanks!

BTW, is the POINTER argument missing in the itk_wrap_class?

I don't think so, it is a matrix ( I followed the file for the current wrapping of VariableSizeMatrix which is its base class )

jhlegarreta commented 5 years ago

:+1: