
3 Sep
2013
3 Sep
'13
2:38 p.m.
Hi, I am Paula, image processing student, and I am working with Olena. I have a doubt: I want to create a RGB image and I want to give each pixel a certain color. I do the following: image2d <value::rgb8> imagePrueb(rows,cols); fill(imagePrueb, literal::white); This way, the problem is the whole image has the same color... How can I set the desired color to each pixel? Thank you. Best regards. Paula.