diff python/utils.py @ 619:dc2d0a0d7fe1

merged code from Mohamed Gomaa Mohamed for the use of points of interests in mation pattern learning and motion prediction (TRB 2015)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 10 Dec 2014 15:27:08 -0500
parents 0954aaf28231
children c9a0b72979fd
line wrap: on
line diff
--- a/python/utils.py	Sun Dec 07 23:01:02 2014 -0500
+++ b/python/utils.py	Wed Dec 10 15:27:08 2014 -0500
@@ -361,7 +361,7 @@
         based on the threshold on distance between two elements of lists l1, l2
         similarityFunc returns True or False whether the two points are considered similar
 
-        if aligned, returns the best matching if using a finite delta by shiftinig the series alignments
+        if aligned, returns the best matching if using a finite delta by shifting the series alignments
 
         eg distance(p1, p2) < epsilon
         '''