/RMF

A fast rolling window median filter for 1D situations

Primary LanguageC++OtherNOASSERTION

RMF

A fast rolling window median filter for 1D situations

This rmf realization comes from stackoverflow. The initial version was written in C, and I refactored it with cpp using STL template.

Good luck!