Commit 6e94722f authored by Richard Bowman's avatar Richard Bowman 🔬
Browse files

removed spurious matplotlib dependency

parent 14268482
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ stage, and tracking the corresponding motion with the camera.
import numpy as np
import time
from numpy.linalg import norm
from matplotlib import pyplot as plt
import cv2
from scipy import ndimage