09-20-2013 05:53 PM
I'm acquiring and co-averaging imagery very fast (too fast to write to a RAID system) and therefore would like to create an accumulation buffer where I simply sum the pixel values in a single buffer. The key is, its too fast to allow me to use the IMAQ Image to Array function and then add arrays normally in LabVIEW so I was hoping someone might now how to use pointer arithmatic to accomplish the same goal. Is there a way to do this without writing a C-language DLL?
09-23-2013 11:11 AM
Vision Development Toolkit has Image Math VIs for this. Can you not use those?
09-23-2013 04:03 PM
Thanks, I have not used this toolkit before but will check it out!