Imagine you have an image or an audio file which you would like to transfer to a friend. Sending the raw format data could be time-consuming and potentially inefficient, especially when the files' ...
Deep Learning with OpenCV DNN Module: A Definitive Guide
The field of computer vision has existed since the late 1960s. Image classification and object detection are some of the oldest problems in the field of computer vision that researchers have tried to ...
Depth perception using stereo camera (Python/C++)
Have you ever wondered how robots navigate autonomously, grasp different objects or avoid collisions while moving? Using stereo vision-based depth estimation is a common method used for such ...
Contour Detection using OpenCV (Python/C++)
Knowing where an object is in an image is called localization in computer vision. Using contour detection, we can detect the borders of objects, and therefore, localize them easily. Importantly, ...
Super 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 ...
Improving Illumination in Night Time Images
Introduction Taking good pictures in poor lighting conditions can seem like magic to non-photographers. It takes a combination of skill, experience and the right equipment to accomplish low ...