To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI removes ‘salt & pepper’ noise in gray scale images.
Description
Here in this VI, every pixel in window is verified whether it’s noisy or noise-free based on min & max gray levels in the window. Finally, noisy pixel is replaced with the median value. A simple filter was developed with 3*3 window, or better result, one can remodel the program by using 5*5, 7*7 window and so on.
It is the program for adaptive median filter whose algorithm is described in "Digital image Processing by Gonzalez" text book.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
hello, this program interest me but I have only labview 8.6. So can we save your program for labview 8.6.
Thanks
Hi, I also try to add noise and denoise but in my simulation noise and image changes constantly. Also I use your simulation I use only original image and noisy image and delete other parts, your simulation look exactly like mine