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

ENH Request: Gradient and other derivative based images #89

Open
stnava opened this issue Jun 18, 2019 · 0 comments
Open

ENH Request: Gradient and other derivative based images #89

stnava opened this issue Jun 18, 2019 · 0 comments

Comments

@stnava
Copy link
Member

stnava commented Jun 18, 2019

Is your feature request related to a problem? Please describe.
No easy way to calculate an image derivative ( gradient ) or 2nd derivative.

Describe the solution you'd like

gradImage = imageDervatives( image, derivativeOrder = 1 )

where gradImage is multi-component.

Describe alternatives you've considered

gradImage = iMath( image, "Derivative", derivativeOrder = 1 )

Additional context

Might also consider returning images of matrices for 2nd order operations ( eg Jacobian matrix )

@stnava stnava changed the title Gradient and other derivative based images ENH Request: Gradient and other derivative based images Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant