File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # SwiftSmoothSequence
2- Swift Struct implementing Smooth Sequence of generic values
1+ # EWMA / SwiftSmoothSequence
2+ Swift Struct implementing Smooth Sequence of generic values in two different method
3+
4+ 1 ) struct SequenceSmoother<Element > implement classic circular buffer technique
5+ 2 ) struct EWMA<Element > implement Exponentially Weighted Moving Average
36
47Useful for smoothing sequences like accelerometer data or image detection position
58
@@ -11,7 +14,7 @@ In order to use it in your Swift project please include the following line in yo
1114
1215 .Package(url: "https://github.com/JacopoMangiavacchi/SwiftSmoothSequence", majorVersion: 0)
1316
14- # Example Usage
17+ # SequenceSmoother Example Usage
1518
1619Here is some sample code to smooth a sequence of CGPoint
1720
You can’t perform that action at this time.
0 commit comments