Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 393 Bytes

File metadata and controls

5 lines (4 loc) · 393 Bytes

Image Manipulation with OpenCV and NumPy

In this example, we'll:

  • Sharpen an image, using an unsharp mask (also available as a gist)
  • Convert a color image into a grayscale one, using the Y channel of the YCbCr color space (also available as a gist)