|
@@ -21,4 +21,9 @@ from hyperlpr import pipline as pp |
|
|
import cv2 |
|
|
import cv2 |
|
|
image = cv2.imread("filename") |
|
|
image = cv2.imread("filename") |
|
|
image,res = pp.SimpleRecognizePlate(image) |
|
|
image,res = pp.SimpleRecognizePlate(image) |
|
|
``` |
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
### 测试样例 |
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
 |
|
|
|
|
|
 |