Xeus-Cling: Run C++ code in Jupyter Notebook
Facial Landmark Detection using OpenCV and Dlib in C++ Jupyter Notebook, formerly known as IPython Notebook, in my opinion, is one of the best tools for a programmer. You can interactively experiment...
View ArticleAugmented Reality using ArUco Markers in OpenCV (C++ / Python)
In this post, we will explain what ArUco markers are and how to use them for simple augmented reality tasks using OpenCV. ArUco markers have been used for a while in augmented reality, camera pose...
View ArticleHow To Run Inference Using TensorRT C++ API
In this post, we continue to consider how to speed up inference quickly and painlessly if we already have a trained model in PyTorch. In the previous post We discussed what ONNX and TensorRT are and...
View ArticleInstall OpenCV on Windows – C++ / Python
Install OpenCV on Windows with our unique EXE-based installer for C++. The Python installation is done with Anaconda. The post Install OpenCV on Windows – C++ / Python first appeared on Learn OpenCV.
View ArticleCode OpenCV in Visual Studio
We will learn how to configure Visual Studio projects and build OpenCV applications. The post Code OpenCV in Visual Studio first appeared on Learn OpenCV.
View ArticleSuper Resolution in OpenCV
Introduction Super-resolution refers to the process of upscaling or improving the details of the image. Follow this blog to learn the options for Super Resolution in OpenCV. When increasing the...
View ArticleUsing OpenVINO with OpenCV
In this post, we will learn how to squeeze the maximum performance out of OpenCV’s Deep Neural Network (DNN) module using Intel’s OpenVINO toolkitpost, we compared the performance of OpenCV and other...
View ArticleDeep Learning based Text Detection Using OpenCV (C++/Python)
There is a common saying, “A picture is worth a thousand words“. In this post, we are going to take that literally and try to find the words in a picture! In an earlier post about Text Recognition, we...
View ArticleHow to use OpenCV DNN Module with NVIDIA GPUs
Learn to speedup OpenCV DNN module using NVIDIA GPUs with CUDA support. The post How to use OpenCV DNN Module with NVIDIA GPUs first appeared on Learn OpenCV.
View ArticleAUTOSAR C++ compliant deep learning inference with TensorRT
If you are unfamiliar with safety compliance and are debating whether or not to read this blog post, let’s answer the most important question first. Why should you read this blog post? What can we...
View Article