In a mobile environment like Android, if you choose OpenCV for production, one of your important goals is to bring down the size of the library and also make it performance ready. OpenCV is an ...
Duplicate Search on Quora Dataset
A few weeks back we published a post about Universal Sentence Encoders. We discussed how to use the encoders and their application in Semantic Similarity Analysis. In this post, we will use the ...
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 ...
Deep learning based Object Detection and Instance Segmentation using Mask R-CNN in OpenCV (Python / C++)
A few weeks back we wrote a post on Object detection using YOLOv3. The output of an object detector is an array of bounding boxes around objects detected in the image or video frame, but we do not ...
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 ...