Answers for "color image to grayscale c++"

C++
0

how to change colour image to grey in opencv c++

//change the color image to grayscale image
cvtColor(image, image, COLOR_BGR2GRAY);
Posted by: Guest on October-05-2020

Code answers related to "color image to grayscale c++"

Browse Popular Code Answers by Language