Hussain Mujtaba
Face Recognition with Python and OpenCV
In this article, we will know what is face recognition and how is different from face detection. We will go briefly over the theory of face recognition...
Real-time Face detection | Face Mask Detection using OpenCV
In this article, we are going to find out how to detect faces in real-time using OpenCV.After detecting the face from the webcam stream, we are going...
Similarity learning with Siamese Networks
For now, you must have heard of Classification or Regression problems but there exists a third type of problems called as similarity problems in which we have to find out if two...
OpenCV Tutorial in Python
What is Computer Vision?How does a computer read an image?What is OpenCV?OpenCV InstallationRead & Save Images Basic Operation On imagesOpenCV Resize ImageOpenCV Image RotationOpenCV Drawing FunctionsOpenCV Blob DetectionCanny Edge DetectionOpenCV Image SmoothingOpenCV...
SciPy Tutorial for Beginners | Overview of SciPy library
In this tutorial, we are going to start from scratch and see how to use Instal SciPy and introduce you with some of its most important features. Also, we are going to...