Skip to content

soroushj/python-opencv-numpy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)