Last week our mentor, Yong, gave us a number of activities to perform on Python. First, I worked to develop a facial recognition program that could track my eyes, then my face in a given photo. The next step was to transition that program from a picture to a video. I don’t think I’ve ever spent so much time looking at a screen in my life. After nearly 2 full days, I figured out how to use the Video Capture function. Next, I moved on to the next step of using a threshold. Running a threshold means the image is split into two different groups. In my case, the image was reimaged into a gray scale, then again into just black and white. From there, I created another program that used color tracking. I tested this program out on blue items only and then merged the facial recognition software.
In the beginning, I struggled to understand how these smaller steps fit into the big picture. After speaking with Yong about our concerns he helped to bridge the gap and set me on the right track to build my webcam pulse detector. Currently, the pulse detector is non-existent…but I will have an update soon!