You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that the output of the RieszGenerator is a std::vector of output images.
The RieszRotationMatrix is a itkVariableSizeMatrix, so you can get the resulting matrix with rieszRotationMatrix.GetVnlMatrix().
The problem raised by @PierreFontaine is that we do not provide any method to apply the RieszRotationMatrix to the output of the RieszGenerator.
A new method should be provided to do this.
The text was updated successfully, but these errors were encountered:
phcerdan
changed the title
Provide example of RieszRotationMatrix applied to RieszFrequencyFilterBankGenerator
Provide a method to apply a RieszRotationMatrix to the output of RieszFrequencyFilterBankGenerator
Jun 11, 2018
This provides a method to easily multiply the RieszRotationMatrix with
the output of the RieszFilterBankGenerator, to be able to steer the
filter bank.
Fix#83
RieszRotationMatrix, as already documented, provides a way to transform an input physical rotation matrix into a matrix that can be used to steer riesz components generated from the RieszFrequencyFilterBankGenerator.
Please note that the output of the RieszGenerator is a std::vector of output images.
The RieszRotationMatrix is a itkVariableSizeMatrix, so you can get the resulting matrix with rieszRotationMatrix.GetVnlMatrix().
The problem raised by @PierreFontaine is that we do not provide any method to apply the RieszRotationMatrix to the output of the RieszGenerator.
A new method should be provided to do this.
The text was updated successfully, but these errors were encountered: