#opencv
Read more stories on Hashnode
Articles with this tag
Introduction Hello! 😎 In this tutorial I will teach you how to create a face-swapping application using Python, OpenCV and dlib. Face swapping...
Introduction Hello! 😃 In this tutorial, I will show you how to apply a few filters to the camera video feed using C++, OpenCV, and...
Introduction Hello! 😃 I recently needed to compress images for work, but most free image compressors have a file size requirement, so I decided to...
Introduction Hello! In this tutorial I will show you how to insert yourself into the background of another image. To do this we will need to use...
Introduction Hello! 😀 In this tutorial I will be showcasing some more filters using OpenCV and Python! This is a continuation of my previous example...
Introduction Hello! I recently decided to add more filters to my previous cartoon filter example which can be found...