Book Image

OpenCV 3 Blueprints

Book Image

OpenCV 3 Blueprints

Overview of this book

Table of Contents (14 chapters)
OpenCV 3 Blueprints
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Face detection and recognition


Most existing authentication systems start by detecting a face and trying to recognize it by matching it to a database of known people who use the system. This subsection will take a closer look at that. We will not dive into every single parameter of the software.

Note

If you want more information about complete face detection and the recognition pipeline for both people and cats, then take a look at one of the PacktPub books called OpenCV for Secret Agents. It looks at the complete process in more detail.

If you want a very detailed explanation of the parameters used for the face detection interface in OpenCV based on the cascade classification pipeline from Viola and Jones, then I suggest going to Chapter 5, Generic Object Detection for Industrial Applications, which discusses the interface generalized for generic object detection.

Whenever you are focusing on an authentication system, you want to make sure that you are familiar with the different sub-tasks...