LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I average images during acquisition with a NI PCI-1407 frame grabber?

I am using a NI PCI-1407 frame grabber to acquire images of a standard video camera. How can I average a user-specified number of images in order to improve the signal-to-noise ratio? Is there a Labview code for this?
0 Kudos
Message 1 of 8
(3,873 Views)
I am not entirely sure what you mean by averaging. To average numbers, you add them together and divide the result by the count of numbers totaled. You can add images together, but I am unsure how you would divide the result by the count of images.

Bob Young
0 Kudos
Message 2 of 8
(3,862 Views)
Hi Jan,

could you send us more information about your question ???

Regards

Diego M.
0 Kudos
Message 3 of 8
(3,840 Views)
Hello,

you can use NI's Vision Module to average images. There's a library of arithmetic operators that allows you to do that on images (pixel to pixel operations such as add, subtract, etc...).

Besides that, another approach could be to use filtering single images (i.e. lowpass) to get a similar effect.

There's an example called Image Averaging Example which shows the first approach.

Regards,

Jorge M.

Mensaje editado por Jorge M.

Mensaje editado por Jorge M.

Message 4 of 8
(3,836 Views)
I have found the averaging example code you mention and got it working.
thanks a lot,
jan
0 Kudos
Message 5 of 8
(3,807 Views)
another user already provided me with a solution, an example code to average several images. thanks anyway.
0 Kudos
Message 6 of 8
(3,805 Views)
another user already provided me with a solution, an example code to average several images. thanks anyway.
0 Kudos
Message 7 of 8
(3,804 Views)

Hi Jorge,

 

Actually I want to do the same thing. I will save number of images and I want to average them to get a better resolution. (SNR) But I couldn't find the tool that you said. (Adding, subtracting, etc) Could you please help me about it? I have also attached the Labview code for grabbing images.

 

Many thanks,

Ali

0 Kudos
Message 8 of 8
(3,188 Views)