Moving median filter based on FIFO buffer
-
Updated
May 28, 2019 - C
Moving median filter based on FIFO buffer
Data analysis and filtering using time series for embedded devices (IoT). All in a single C++ library, Data Tome. Focus on the developer's experience and performance. It is the successor to the MovingAveragePlus library.
This project implements a moving median filter in C. The median filter takes in a stream of input values and returns the median value over the buffer size.
Extracts low speed segments from spatiotemporal trajectories using moving median of speed. Fast and robust. Adaptively determines the parameters from the data, instead of setting objective, arbitrary parameters. Each trajectory in a set of trajectories will have unique subjective parameters.
Older code. A collection of DirectX video filters for object tracking in still scenes.
Fixed size queue with moving stats(min, max, average, median)
Add a description, image, and links to the moving-median topic page so that developers can more easily learn about it.
To associate your repository with the moving-median topic, visit your repo's landing page and select "manage topics."