LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

average images with IMAQ add and IMAQ divide

I'm having trouble averaging images I obtain from a 1409 framegrabber.

I only works for 2 images when acquiring images, either 8 or 10 bit.

According to me it should work for either 64 10 bits images or 256 8 bits images.

Does anybody see any obvious mistakes in my program?
0 Kudos
Message 1 of 2
(3,432 Views)
Hi,

I haven't been able to look at your code, but are you sure it hasn't got anything to do with overflow? (values > 255)?
Easiest way (if there is no time constraint), is to use the ImageToArray function. Convert then to I32, and you are able to add as many pictures as you want.
Afterwards divide and use the ArrayToImage function.
0 Kudos
Message 2 of 2
(3,432 Views)