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

Tutorial on image gradients #255

Open
ashwani-rathee opened this issue May 5, 2023 · 1 comment
Open

Tutorial on image gradients #255

ashwani-rathee opened this issue May 5, 2023 · 1 comment

Comments

@ashwani-rathee
Copy link
Member

ashwani-rathee commented May 5, 2023

I recently was reviewing ImageCorners.jl and it uses imgradient a lot, and there exist of lot of different types of filter like prewitt, sobel etc that are utilized. I would wanna introduce readers to:

  • gradient in general
  • gradient for a 2d signal, (grad_x, grad_y)
  • gradient orientation and magnitude and help visualize
  • gradient operator([grad_x, grad_y]) this is going to be useful later I know
  • compare finite differences method and ForwardDiff
  • basic edge thresholding
@johnnychen94
Copy link
Member

That sounds a good idea; we also have some gradient operators in ImageBase.FiniteDiff

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

2 participants