VCPKG for Opencv installation for integration with Visual Studio The first video of the VCPKG series: https://www.funvis…
Opencv installation and productivity development tips for 2024
Here are my three Opencv installations by VCPKG (Cmake) and productivity tips for 2024. Opencv is a great library used …
Opencv installed by VCPKG package manager for CMAKE project
This is the second chapter of the series about the VCPKG package manager focus on CMAKE integration. The first part he…
OpenCV Setup for Visual Studio 2022 via VCPKG [Easy]
Let’s make our life as Opencv C++ developers easier with the VCPKG package manager. VCPKG is capable of building librar…
OpenCV Face Mask Overlay: detectMultiScale Guide [2025]
This tutorial demonstrates how to use OpenCV and C++ to detect faces in an image and replace them with a mask. By follo…
OpenCV matchTemplate function tutorial to find matching template in source image
In this article, I will show you how to find a template image in a bigger source image using OpenCV C++. This is a use…
Build OpenCV 4.7 + FFmpeg 5 from Source on Ubuntu [Guide]
In Opencv 4.7 release notes, There is mentioned FFmpeg 5.x support improved. So let's compile FFmpeg 5.x from the s…