Deleted scipy import

This commit is contained in:
horverno
2018-11-29 14:07:23 +01:00
parent 934d5f50b3
commit affcc3f1fd

View File

@@ -11,7 +11,6 @@ import numpy as np
import cv2
import matplotlib.pyplot as plt
from math import cos, sin, radians, pi
from scipy.ndimage.morphology import binary_closing, binary_fill_holes
EXTEND_AREA = 1.0