Question: In python write a function grayscale(img) that takes any image and uses the luminance formula luminance = 0.2126R + 0.7152G + 0.0722*B to convert the
In python write a function grayscale(img) that takes any image and uses the luminance formula
luminance = 0.2126R + 0.7152G + 0.0722*B to convert the image to grayscale. Use OpenCV
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
