How to create a window with gray Background?
Hi there all,
i want to create a gray window. I find the function to create a BLANK Window (in black) with Mat atom_image = Mat::zeros( w, w, CV_8UC3 );
How can i change the color to gray?
p.s. i dont want to use a gray image.