12-28-2013 04:35 AM
Hi everyone,
I want to convert a RGB image to grayscale. By now I can do this, using the IMAQ Cast Image VI. But now I was wondering what exacly does this VI do? How does it make a grayscale image from the RGB image? What is happening under the hood?
Hope someone can tell me, since I really can't find it. Thanks in advance ^^.
Solved! Go to Solution.
12-28-2013 05:10 AM
Simply does typecasting.
Converts the current image type to the image type specified by Image Type
12-28-2013 08:06 AM
thanks you very much for answering, but actually I wanted to know how the VI does this. Would you happen to know that to?
Thanks in advance.
12-28-2013 10:13 AM
12-29-2013 03:51 AM
thanks a lot, I guess that was where I was searching for.