Browse by Domains

opencv

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 to save the frames containing the face. Later we will pass these frames (images) to our mask detector classifier to find out if the person is wearing […]

Real-time Face detection | Face Mask Detection using OpenCV Read More »

opencv tutorial

OpenCV Tutorial: A Guide to Learn OpenCV in Python

Welcome to the world of computer vision! In this OpenCV tutorial, we will embark on an exciting journey to learn and harness the power of OpenCV (Open Source Computer Vision Library) using the Python programming language. Whether you’re an aspiring computer vision engineer, a seasoned developer looking to expand your skill set, or simply curious

OpenCV Tutorial: A Guide to Learn OpenCV in Python Read More »

Scroll to Top