Update finemapping.py

remove codes of scikit-image
This commit is contained in:
Jackyu
2017-10-19 09:46:41 +08:00
committed by GitHub
parent 88b3fc5fb6
commit 4caf4ec1e1
+1 -2
View File
@@ -2,8 +2,7 @@
import cv2
import numpy as np
from skimage.filters import (threshold_otsu, threshold_niblack,
threshold_sauvola)
import niblack_thresholding as nt
import deskew