Skip to content

iv461/median_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

1D Median filter

Simple 1D median filter with a test application and small benchmark, implemented with std::multiset.

Compile for example on Linux with:

g++ median_filter.cpp -std=c++11 -o median_filter

Output is verified against MATLAB smoothdata function, it works for window size > 0, for window size >= 2 * input length it returns for every output value the median of the whole input vector.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages