Skip to content

This program is executed via command-line and takes 4 arguments (in order) the input image file name (ppm format), the output image file name (ppm format), the size of the window for filtering and the type of filtering (mean or median). The program will then take the image and apply the image filtering and create the new filtered image. This is …

immanuel-odisho/Mean-and-Median-Image-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mean-and-Median-Image-Filter

This program is executed via command-line and takes 4 arguments (in order) the input image file name (ppm format), the output image file name (ppm format), the size of the window for filtering and the type of filtering (mean or median). The program will then take the image and apply the image filtering and create the new filtered image. This is done by denoising the image's pixels. Sample photos are also included in the format einXY.ppm in the repository, where 'X" is the size of the window filter and 'Y' is the filtering type (A = mean, M = median).

About

This program is executed via command-line and takes 4 arguments (in order) the input image file name (ppm format), the output image file name (ppm format), the size of the window for filtering and the type of filtering (mean or median). The program will then take the image and apply the image filtering and create the new filtered image. This is …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published