Browse Source

Merge pull request #1 from zeusees/v2

update hyperlpr.py
v2
AlanNewImage GitHub 5 years ago
parent
commit
97f7e235c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyperlpr_pip_pkg/hyperlpr/hyperlpr.py

+ 1
- 1
hyperlpr_pip_pkg/hyperlpr/hyperlpr.py View File

@@ -62,7 +62,7 @@ class LPR():
y2 = min(y2,im.shape[0]-1)
cropped = _im[y1:y2,x1:x2]
cropped_images.append([cropped ,[x1,y1,x2,y2]])
return cropped_images
return cropped_images

def detect_traditional(self,image_gray,resize_h = 720,en_scale =1.1,minSize = 30):
"""


Loading…
Cancel
Save