gil icon indicating copy to clipboard operation
gil copied to clipboard

Add image sharpening algorithm

Open harshitpant1 opened this issue 4 years ago • 1 comments

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 avatar Mar 18 '21 08:03 harshitpant1

Note that for this to work, https://github.com/boostorg/gil/pull/577 needs to be looked into first. Gentle reminder to @lpranam

harshitpant1 avatar Mar 18 '21 08:03 harshitpant1