09-27-2007 04:23 AM
09-27-2007 06:08 AM - edited 09-27-2007 06:08 AM
Message Edited by Gabi1 on 09-27-2007 01:08 PM
09-28-2007 04:45 PM
10-01-2007 10:29 AM - edited 10-01-2007 10:29 AM
I don't have IMAQ, so I can't test the VI's you have, but if you do have a 2D array of RGB values, the attached JPEG shows how to split them into seperate 2D arrays of R, G, B values. Note this is the same as the Color to RGB VI listed by Gabi, but it allows you to seperate them while 2D arrays instead of using two for loops.
Michael
Message Edited by miguelc on 10-01-2007 10:29 AM
10-02-2007 11:36 AM
10-02-2007 10:51 PM
10-02-2007 10:53 PM
10-02-2007 11:30 PM
10-03-2007 12:22 AM
Great!!! thank you very much for the help
Reshape Array function worked exactly the way i want.