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.
Log in or sign up for Devpost to join the conversation.