rm freetype test

This commit is contained in:
Ruben van de Ven 2020-09-15 10:33:17 +02:00
parent 6534b96536
commit 2b1b04779d
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@ draw_colors = {
'hog': (0,0,255),
}
ft = cv2.freetype.createFreeType2()
ft.loadFontData(fontFileName='Ubuntu-R.ttf',
id=0)
class Result():
def __init__(self, algorithm, image, confidence_threshold = 0.5):
self.algorithm = algorithm