Ticker

6/recent/ticker-posts

【Python OPENCV】 GRAYSCALE

 

Grayscaling

Grayscaling is process by which an image is converted from a full color to shades of grey (black & white)

In OpenCV, many functions grayscale images before processing. This is done because it simplifies the image, acting almost as a noise reduction and increasing processing time as there is less information in the image.

Let convert our color image to greyscale


[ ]

[ ]

Post a Comment

0 Comments