In this post, we will compare the performance of various Deep Learning inference frameworks on a few computer vision tasks on the CPU. Surprisingly, with one exception, the OpenCV port of various ...
Search Results for: install
OpenCV QR Code Scanner ( C++ and Python )
Recently, OpenCV 4.0 was released with many improvements and new features. One of them is the QR code scanner. We had already written about Bar Code and QR code scanner in a previous post, which uses ...
Universal Sentence Encoder
There are three important parts of Artificial Intelligence Natural Language ProcessingSpeechComputer Vision This post falls in the first category. In this post, we will learn a tool called ...
Katharsis : A Software Engineer’s first steps in Computer Vision and Machine Learning
There is a saying in Kannada, "Jeevana, Nintha Neeragirabaaradhu, Adhu Hariyuva ‘Jhari’ yaagirabeku." Which translates to the following in English, “Life should never be water in a pond, but it should ...
Heatmap for Logo Detection using OpenCV (Python)
In this post, we will learn how to create a heatmap to analyze annotations in a video sequence. We first elaborate on why this would be useful, give a real world application, and follow up ...
SVM using Scikit-Learn in Python
This post explains the implementation of Support Vector Machines (SVMs) using Scikit-Learn library in Python. We had discussed the math-less details of SVMs in the earlier post. In this post, we ...