comparison python/objectsmoothing.py @ 665:15e244d2a1b5

corrected bug with circular import for VideoFilenameAddable, moved to base module
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 20 May 2015 13:57:47 +0200
parents dc70d9e711f5
children 933670761a57
comparison
equal deleted inserted replaced
664:455f9b93819c 665:15e244d2a1b5
1 import storage, moving, utils 1 import storage, moving, utils
2
2 from math import atan2, degrees, sin, cos, pi 3 from math import atan2, degrees, sin, cos, pi
3 from numpy import median 4 from numpy import median
4 5
5 import matplotlib.pyplot as plt 6 import matplotlib.pyplot as plt
6 7