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)