Posts by user222953 • 7 points
1 post
-
-1
votes2
answers947
viewsA: How to convert gray image to RGB?
If Gray = 0.3*R +0.59*G +0.11*B Just make Gray=R=G=B that the image in point RGB(i,j,k) will have the 'same colors' of the gray image. No Math/Octave: pkg load image; imagemGray =…