Skip to content
Snippets Groups Projects
Commit a892f465 authored by Timothé Boulet's avatar Timothé Boulet :alien:
Browse files

temporary expl in imageProcess

parent 456f0806
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ def imageProcess(image):
#Write emotion on the image
emotion = fa.detectEmotion(face_color)
print(emotion)
cv2.putText(image, emotion, (x,y), cv2.FONT_HERSHEY_SIMPLEX, 1, (255,0,0), 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment