Skip to content

Commit

Permalink
delete unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuletterSoul committed Apr 13, 2019
1 parent d62b263 commit b8be42a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 141 deletions.
4 changes: 2 additions & 2 deletions TestServiceSample.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def testVideo():
# clientProcess.start()
# clientProcess.join()
# serverProcess.terminate()
testReadyStatus()
# codecov()
# testReadyStatus()
codecov()
# testVideo()
#
# for i in range(20):
Expand Down
10 changes: 5 additions & 5 deletions algorithm/Common.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ def meterFinderBySIFT(image, info):
imageKeyPoint, imageDescriptor = sift.detectAndCompute(imageBlurred, None)

# for debug
templateBlurred = cv2.drawKeypoints(templateBlurred, templateKeyPoint, templateBlurred)
imageBlurred = cv2.drawKeypoints(imageBlurred, imageKeyPoint, imageBlurred)
# cv2.imshow("template", templateBlurred)
cv2.imshow("image", imageBlurred)
cv2.waitKey(0)
# templateBlurred = cv2.drawKeypoints(templateBlurred, templateKeyPoint, templateBlurred)
# imageBlurred = cv2.drawKeypoints(imageBlurred, imageKeyPoint, imageBlurred)
# # cv2.imshow("template", templateBlurred)
# cv2.imshow("image", imageBlurred)
# cv2.waitKey(0)

# match
bf = cv2.BFMatcher()
Expand Down
Binary file removed frozen_east_text_detection.pb
Binary file not shown.
134 changes: 0 additions & 134 deletions text_detection.py

This file was deleted.

0 comments on commit b8be42a

Please sign in to comment.