09-19-2006 10:12 AM
09-20-2006 09:47 AM
09-20-2006 12:09 PM
09-20-2006 01:37 PM
09-21-2006 11:41 AM
09-22-2006 07:56 PM
If the image type is not cwimaqImageTypeComplex or cwimaqImageTypeRGBU64, the input array is a 2D array of scalars.
If the image type is cwimaqImageTypeComplex, the input array is a 1D array of two elements. The first element is a 2D array containing the real plane, and the second element is a 2D array containing the imaginary plane. Both the arrays must have the same size.
If the image type is cwimaqImageTypeRGBU64, the input array is a 2D array of 1D arrays with 4 integer elements (the Red, Blue, Green, and Alpha channels of each pixel)."
The above can be found in the NI Vision for Visual Basic Reference Help file.