Saturday, March 31, 2012

Converting RGB images to gray scale images.

RGB images can be converted into gray scale images in SCILAB by usibg RGB2gray x=imread('C:\Documents and Settings\Administrator\Desktop\Images\lena.jpg'); imshow(x).
z=RGB2Gray(x). imshow(z).

4 comments:

  1. Thank you for the info. It sounds pretty user friendly. I guess I’ll pick one up for fun. thank u.

    Image Processing India

    ReplyDelete
  2. nice to see that you like it. please post your experiences

    ReplyDelete
  3. Nice This Info is very useful in my school project

    ReplyDelete
  4. yes here are my experiences:
    Your syntax is inconsistent. Your sentences hard to read.
    I bet you didnt read your own post twice. And your code is of course
    not working.
    Good job.

    ReplyDelete