opencv-dnn

Human pose estimation using Deep Learning in OpenCV

by Ankit Sachan • February 13, 2020

I recently came across a very interesting use-case of computer vision and AI. Runners Need is a UK based sports shoe brand. They offer automated gait analysis using computer vision before they sell you a customized shoe. Gait analysis is a method for identifying biomechanical abnormalities in the way in which you walk or run. A video […]

Continue Reading

Deep Learning based image colorization with OpenCV

by Ankit Sachan • March 25, 2019

In India, we celebrated the festival of color “Holi” last week. We celebrate the end of the winter with a splash of color because that’s what the spring will bring us in a few days. When I was young, the celebrations were sparse. It was the decade of frugal parenting. We waited for festivals so […]

Continue Reading

Deep Learning based Edge Detection in OpenCV

by Ankit Sachan • February 19, 2019

In this post, we will learn how to use deep learning based edge detection in OpenCV which is more accurate than the widely popular canny edge detector. Edge detection is useful in many use-cases such as visual saliency detection, object detection, tracking and motion analysis, structure from motion, 3D reconstruction, autonomous driving, image to text […]

Continue Reading