LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Determine mean and std dev of multiple 2D arrays

Hello.

 

I have a sequence of 10 frames captured from a camera.

 

Each frame is 320x240 pixels; a 2D array of digital level values.

 

I'd like to determine the mean and std deviation of each pixel location given the 10 frames of data.

 

The end product would be two csv files; an overall mean image, and an overall std dev image.

 

Is there a combination of vi's that can accomplish this, or will I need to author a pixel by pixel operation?

 

Thanks.

0 Kudos
Message 1 of 2
(2,882 Views)

Hi bbooso,

 

that's the trivial way:

mean.png

It should give you a kick...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,869 Views)