rm freetype test
This commit is contained in:
parent
6534b96536
commit
2b1b04779d
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@ draw_colors = {
|
||||||
'hog': (0,0,255),
|
'hog': (0,0,255),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ft = cv2.freetype.createFreeType2()
|
|
||||||
ft.loadFontData(fontFileName='Ubuntu-R.ttf',
|
|
||||||
id=0)
|
|
||||||
|
|
||||||
class Result():
|
class Result():
|
||||||
def __init__(self, algorithm, image, confidence_threshold = 0.5):
|
def __init__(self, algorithm, image, confidence_threshold = 0.5):
|
||||||
self.algorithm = algorithm
|
self.algorithm = algorithm
|
||||||
|
|
Loading…
Reference in a new issue