A few weeks ago we learned how to do Super-Resolution using OpenCV’s DNN module, in today’s post we will perform Facial Expression Recognition AKA Emotion Recognition using the DNN module. Although...
OpenCV Posts
Super Resolution, Going from 3x to 8x Resolution in OpenCV
A few weeks ago I published a tutorial on doing Super-resolution with OpenCV using the DNN module.I would recommend that you go over that tutorial before reading this one but you can still easily...
(LearnOpenCV) Creating a Virtual Pen And Eraser with OpenCV
Wouldn’t it be cool if you could just wave a pen in the air to draw something virtually and it actually draws it on the screen? It could be even more interesting if we didn’t use any special...
Super Resolution with OpenCV
Have You seen those Sci fi movies in which the detective tells the techie to zoom in on an image of the suspect and run an enhancement program and suddently that part of image is magically enhanced...
Installation of OpenCV 4.3.0 in Windows 10 from Source with Nvidia GPU Support & Non-Free Flags Enabled.
In this post we are going to install OpenCV from Source in Windows 10. OpenCV stands for Open Source Computer Vision library. It's the most widely used and powerful computer vision & Image...
Computer Vision Crash Course with OpenCV & Python
https://www.youtube.com/watch?v=PSKxaf6_JV0 If you’re looking for a single stand-alone Tutorial that will give you a good overall taste of the exciting field of Computer Vision using OpenCV then...
Deep Learning with OpenCV DNN Module, A Comprehensive Guide
In this tutorial we will go over Deep learning using OpenCV’s DNN module in detail, I plan to cover various important details of the DNN module that is never discussed, things that usually trip of...
Training a Custom Image Classifier with Tensorflow, Converting to ONNX and using it in OpenCV DNN module
In the previous tutorial we learned how the DNN module in OpenCV works, we went into a lot of details regarding different aspects of the module including where to get the models, how to configure...
Building a Smart Intruder Detection System with OpenCV and your Phone
Watch the Video Tutorial for this post here https://www.youtube.com/watch?v=F-jYRTERsrs Did you know that you can actually stream a Live Video wirelessly from your phone’s camera to OpenCV’s...