fear level test
This commit is contained in:
parent
0b38e61743
commit
635ed95fde
4
main.py
4
main.py
@ -65,10 +65,10 @@ if cam.isOpened():
|
||||
font_size = 65
|
||||
font = ImageFont.truetype("HalloweenFont.ttf", font_size)
|
||||
text = "FEAR LEVEL"
|
||||
draw.text((59, 428), str(text), font=font,fill=(255,0,0,255))
|
||||
draw.text((59, 452), str(text), font=font,fill=(255,0,0,255))
|
||||
img = cv2.cvtColor(np.array(img), cv2.COLOR_RGB2BGR)
|
||||
cv2.rectangle(img,(30,550),(450,600),(255,255,255), 5)
|
||||
# cv2.rectangle(img,(30,400),(30+math.floor(int(fearPoint)*580/100),450),(255,255,255), -1)
|
||||
cv2.rectangle(img,(30,550),(30+math.floor(int(fearPoint)*420/100),450),(255,255,255), -1)
|
||||
img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)
|
||||
cv2.imshow('webcam',img)
|
||||
cv2.waitKey(3000)
|
||||
|
Loading…
Reference in New Issue
Block a user