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

Add image sharpening algorithm #584

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

harshitpant1
Copy link
Contributor

Description

Image sharpening is a practice used frequently in fields like astronomy, printing industries and many other areas of image processing. This PR adds image sharpening functionality (using unsharp masking algorithm) for grayscale and RGB images to GIL.

References

Principles of Digital Image Processing: Fundamental Techniques by Wilhelm Burger, Mark J. Burge.

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass
  • Review and approve

@harshitpant1
Copy link
Contributor Author

Note that for this to work, #577 needs to be looked into first.
Gentle reminder to @lpranam

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

Successfully merging this pull request may close these issues.

1 participant