Commit 772f4415 authored by Bruce's avatar Bruce

0624

parent a0bf954f
This diff is collapsed.
......@@ -368,6 +368,8 @@ def slidingWindowsEval(image):
# cv2.imwrite("./mid_none/"+str(filename),image)
return []
pin = np.array(pin)
cut_data=p,lmin
# nums=len(l.argrelmin(np.array(p),order = 3)[0])+1
# print("W:",nums)
......@@ -451,4 +453,4 @@ def slidingWindowsEval(image):
# print("字符识别",time.time() - t0)
return refined,name,confidence,nums
return refined,name,confidence,nums,cut_data
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment