라벨이 face detection인 게시물 표시

LED - 4. Let's make a face detacting led display - Part 3 (Displaying Eyes on Raspberry Pi)

이미지
In a previous post, I used Jetson Nano to recognize a human face in front of the camera. And I also implemented the transfer of facial information to Raspberry Pi using UDP communication. In this post, I will use the information received from the Jetson Nano to create a program that will reposition the eye images of the LED Matrix to meet each other's eyes. Make animation using PIL, OpenCV Some animation technique is required to randomly adjust the position of the pupil. How to make simple animations using PIL and OpenCV is introduced in this post . The result of implementing the animation of moving the pupil from side to side in the post is as follows. Please read that post before proceeding. < https://opencvcooking.blogspot.com/2020/02/animation-2-make-gif-animation-using.html > Random movement of the eye First, the area where the eye can be located is set according to the collected face position. <LED Matrix image      ...