HCKalmanFilter

HCKalmanFilter is a delightful library for iOS written in Swift. HCKalmanFilter library was created for the implementation of Kalman filter algorithm for the problem of GPS tracking and correction of trajectories obtained based on the measurement of the GPS receiver.

The problem occurs in the case of a large oscillation of the coordinates received from the GPS receiver when the accuracy is very small or the GPS signal is very bad. If you have this kind of problem and you need a fluid trajectory of movement without big peaks and deviations, this library is the right choice for you.

HCKalmanFilterSC

Getting Started

Download HCKalmanFilter project and try out the included iPhone example app
Read the Installation guide, Usage guide, or other articles on the Wiki about Kalman Filter Algorithm

GitHub