Answers for "convert rgb image to grayscale python opencv"

5

cv2 grayscale

gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
Posted by: Guest on February-29-2020

Code answers related to "convert rgb image to grayscale python opencv"

Python Answers by Framework

Browse Popular Code Answers by Language