Ask Your Question

ritzy's profile - activity

2016-05-20 23:24:39 -0600 received badge  Student (source)
2015-07-15 03:32:57 -0600 asked a question Optimizing your database for accurate Face recognition

What are the steps do we need to implement to preprocess the images in our database for a more accurate face recognition? I want to implement the code in C++

2015-07-15 03:22:43 -0600 asked a question Face Recognition of a person not in the database

In Face Recognition, how do we detect a new person whose images are not in the database? The code I am using currently detects a new person with the closest match from the database.