Browse Source

Update finemapping.py

remove codes of scikit-image
pull/1/MERGE
Jackyu GitHub 7 years ago
parent
commit
4caf4ec1e1
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      hyperlpr/finemapping.py

+ 2
- 3
hyperlpr/finemapping.py View File

@@ -2,8 +2,7 @@
import cv2 import cv2
import numpy as np import numpy as np


from skimage.filters import (threshold_otsu, threshold_niblack,
threshold_sauvola)

import niblack_thresholding as nt import niblack_thresholding as nt


import deskew import deskew
@@ -128,4 +127,4 @@ def findContoursAndDrawBoundingBox2(image_rgb):
image,M= deskew.fastDeskew(image) image,M= deskew.fastDeskew(image)




return image
return image

Loading…
Cancel
Save