Fork me on GitHub
Photo Database 4.5 - Organizing photos and encryption
Change language Русский язык English language

Face detection

   With the new version you can mark people in the photographs. Additionally built-in function of automatic face detection in images:

Face detection example

   Program uses OpenCV library for face detection feature. By default program uses "haarcascade_frontalface_alt" haar cascade. You can download and use a different cascade if you think it is necessary:

  • haarcascade_frontalface_default - download
  • haarcascade_frontalface_alt2 - download
  • haarcascade_frontalface_alt_tree - download

   After downloading, unpack the file and copy it to "%PROGRAM FILES%\Photo DataBase\Cascades".

   Face detection method can be changed in viewer window:

OpenCV face detection method haar cascade

   In the future we plan to also implement the system of persons recognition.

Download is available on download page.