changeset 596:04a8304e13f0

removed unnecessary imports
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 07 Dec 2014 23:01:02 -0500
parents 17b02c8054d0
children dc2d0a0d7fe1
files python/moving.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/python/moving.py	Sun Dec 07 22:59:47 2014 -0500
+++ b/python/moving.py	Sun Dec 07 23:01:02 2014 -0500
@@ -1331,8 +1331,6 @@
     Should we use the distance as weights or just 1/0 if distance below matchingDistance?
     (add argument useDistanceForWeights = False)'''
     from munkres import Munkres
-    from numpy import array
-    from sys import maxsize
     
     munk = Munkres()
     dist = 0. # total distance between GT and TO