Answers for "how to change colour image to grey in opencv 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

Browse Popular Code Answers by Language