Inspiration
- We observed the inconvenience in attendance-taking process at USC. We want it to be as simple as taking a picture rather than taking attendance by calling names. ## What it does
- It recognizes registered individuals (students) and display stored information. ## How we built it
- Our program is built with Java SE-11 (jdk-13.0.1) using eclipse platform. Also, we imported OpenCV and Cascade Classifier API to identify human faces. Using Descriptor Matcher to compare keypoints. ## Challenges we ran into
- Camera Access Issues: videocapture() cannot access web cam
- Forgot to push our code that we have to redo most of the parts. ## Accomplishments that I'm proud of
- We used many libraries, including OpenCV, that we never used before! By reading the documentations, we were able to utilize some excellent programs made by others. ## What I learned
- It's extremely important to get an appropriate structure set up at the very beginning stage. Keeping track in between functions is hard but essential. We learned as we built on the structure. ## What's next for SC-Face
- Generate an output.txt file to take records of attendance.
- Create pop-ups to display attendance messages.
Log in or sign up for Devpost to join the conversation.