LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image Filtering.

Hi,

I am currently trying to design a VI which will filter noise from
images taken from a microscope.

I have the add-on Imaq vision and would like to ask if anyone knows of
any good solutions to this task.

Thankyou,

Sam.
0 Kudos
Message 1 of 2
(2,639 Views)
It mostly depends on the kind of noise you are dealing with. The first general remark is that getting ride of the noise during the acquisition is better than trying to filter it later.
So:
1- Try improving the quality of the images (lighting, camera settings, etc.).
2- Do image averaging (see developer exchange library or LabView examples).
3- If 1-2 are not working, you need to characterize the noise and the signal of interest to determine what kind of numerical processing might help.
0 Kudos
Message 2 of 2
(2,639 Views)