Skip to content

Hank-Tsou/Implement-median_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Median Filter

This project is trying to implement a Median filter

Median Filter (Spatial Filter)

Input image: input_image.jpg
Input filter size: " Must " be odd number

Command line >> python median_filter.py -i input_image.jpg -s 3

The program will show the result include original image and result image. In the figures below the first image is original image and then result image with filter size = 3, 5 and 7.

output_image_a

Opencv-Python Tutorial

Image Filtering

Code

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Author: Hank Tsou
  • Contact: hank630280888@gmail.com
  • Project from California State Polytechnic University, Pomona, Computer Science, CS-519 Computer Vision

About

median filter implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages