X

openCV

Human pose estimation using Deep Learning in OpenCV

I recently came across a very interesting use-case of computer vision and AI. Runners Need is a UK based sports shoe…

Comprehensive guide to installing OpenCV 4.1.0 on Ubuntu 18.04 from source

OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as…

Deep Learning based Edge Detection in OpenCV

In this post, we will learn how to use deep learning based edge detection in OpenCV which is more accurate…

Running Deep Learning models in OpenCV

The largest computer vision library OpenCV can now deploy Deep learning models from various frameworks such as Tensorflow, Caffe, Darknet,…

Case-Study: Better HAAR feature-based Eye Detector using OpenCV

Motivation behind this post: Opencv object detectors which are built using Haar feature-based cascade classifiers is at least a decade…