|
Re: TrackTwoColors execution time
I found a question about the structure of Image on the NI forum page - the answer was:
prince -
The easiest way to get a representation of the image you can use with external toolkits is to call imaqImageToArray() to get the pixel data. Be sure to call imaqDispose() on the result after you're done with it to avoid memory leaks. You can call imaqGetImageInfo() to get information about the image. More information about these function calls are available in the Function Reference Help.
Greg Stoll
Vision R&D
National Instruments
imaqGetImageInfo() isn't in the CVI help file or the FRC Vision API Specification. Does anyone know to figure out what is in Image structure?
|