Face Recognition using Fisherfaces
In this article, we will explore FisherFaces techniques of Face Recognition. FisherFaces is an improvement over EigenFaces and uses Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA). OpenCV has three built-in face recognizers. We can use any of them by a single line of code. In this article, we will focus on FisherFaces.
Oct-13-2019, 12:31:45 GMT
- Technology: