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...

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...
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...
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...
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...
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...
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...
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...
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...
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...