Skip to content

this is about smooth the pgm figure in two ways, mean filter and a filter that choose the most frequency value in filter window to replace the window central value. For the mean filter, use two ways to find the median, the first method is heap sort, the second method is use histogram. For the other filter, use dictionary to find the most frequen…

Notifications You must be signed in to change notification settings

bertwang95/smoothing_pgm_figure_in_2D

About

this is about smooth the pgm figure in two ways, mean filter and a filter that choose the most frequency value in filter window to replace the window central value. For the mean filter, use two ways to find the median, the first method is heap sort, the second method is use histogram. For the other filter, use dictionary to find the most frequen…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published