The Challange

The 2014 McGill Code Jam had the task of implementing a facial recognition system, which had to match faaces, as well as return negative on unknown faces.

How it works

Challenges I ran into

Due to the multitude of potential input image formats, and sizes and face locations, filtering was needed, and in order to ensure proper memory alignment, the image was flushed into a file after filtering, before being loaded in for further analysis.

Accomplishments that I'm proud of

What I learned

What's next for Face Recognition System for Code Jam McGill 2014

Built With

Share this project:

Updates