Face-Recognition-Raspberry-Pi-64-bits
Face-Recognition-Raspberry-Pi-64-bits copied to clipboard
Add own picture
Can I add my own picture to the database? I realize that when I add my own picture it got a segmentation error. Do I need to crop the picture?
First, get your app working with a camera. See lines 255,256 in main.cpp or the last part of our site.
Make sure you have #define AUTO_FILL_DATABASE active (not comment out).
Once you put your face in front of the camera it will take a snapshot and places it in the database.
The next time you start the app, the database (with your face) will be loaded.
It is better to add pictures processed by the app than to place your own images directly in the database.
The app performs some alignment on your picture (line 299 in main.cpp).