Machine Learning (ML) Eigenfaces for Face recognition In this article, we have explored EigenFaces in depth and how it can be used for Face recognition and developed a Python demo using OpenCV for it.
Machine Learning (ML) LBPH algorithm for Face Recognition In this article, we will explore the Local Binary Patterns Histogram algorithm (LBPH) for face recognition. It is based on local binary operator and is one of the best performing texture descriptor.
Machine Learning (ML) 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).
Machine Learning (ML) Understand Neural Networks intuitively Neural Networks act as a ‘black box’ that takes inputs and predicts an output and it learns complex non-linear mappings to produce far more accurate output classification results.
Software Engineering Developing a Live Sketching app using OpenCV and Python We will develop an application which will show a live sketch of your webcam feed. In this project we'll be using NumPy and OpenCV
Machine Learning (ML) Various Techniques used for Face Recognition Did you know that everytime we upload an image to a site like Facebook they use facial recognition to recognize faces in it? Learn its various techniques