Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a method to apply a RieszRotationMatrix to the output of RieszFrequencyFilterBankGenerator #83

Closed
phcerdan opened this issue Jun 11, 2018 · 0 comments

Comments

@phcerdan
Copy link
Collaborator

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.

@phcerdan 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
phcerdan added a commit that referenced this issue 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant