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

Wrapper of itk::RieszRotationMatrix::MultiplyWithVectorOfImages #149

Open mgcyung opened 3 years ago

mgcyung commented 3 years ago

I am trying to use the a steerable RieszRotationMatrix with python as in https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets/blob/master/test/itkRieszRotationMatrixTest.cxx

Is there a corresponding funciton in python for the itk::RieszRotationMatrix::MultiplyWithVectorOfImages or an alternative way to do it?