Skip to content

Median Filter algoritm implementation for colored images using OpenCV

License

Notifications You must be signed in to change notification settings

kol9/Median-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Median-Filter

Median Filter algorithm implementation for colored images using OpenCV

Algorithm

For each pixel, we traverse his neighbours in radius, passed as a parameter to MedianFilter class. And for each colour channel we accumulate the median value, which will be assigned to current pixel.

  • The increasing of the frame size is reducing the noise, but also the quality becomes worse, and "oil paints" effect appears.

Examples of the result:

About

Median Filter algoritm implementation for colored images using OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published