removed spurious matplotlib dependency

This commit is contained in:
Richard Bowman 2020-03-27 16:11:28 +00:00
parent 1426848283
commit 6e94722ff4

View file

@ -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