image processing

Augmented Reality What is Augmented Reality - It's Use Cases and Hardware & Software Involved in It

In the last few years, there is rapid growth in Augmented Reality and Virtual reality. These technologies are helping the world…

ESP32 Camera Face Recognition How to use ESP32 Camera Module for Video Streaming and Face Recognition

There are many human identification systems that use signatures, fingerprints, voice, hand geometry, face recognition, etc. to…

Optical Character Recognition (OCR) using Tesseract on Raspberry Pi Optical Character Recognition (OCR) using Tesseract on Raspberry Pi

The ability of machines to use a camera to look at the real world and interpret​ data from it would have a greater influence on…

Installing Machine Learning Software TensorFlow on Raspberry Pi Installing Machine Learning Software TensorFlow on Raspberry Pi

Machine Learning and Artificial Intelligence are the trending topics in the industries now days and we can see their increasing…

Real Life Object Detection – Using computer vision for the detection of face, car, pedestrian and objects Real Life Object Detection using OpenCV – Detecting objects in Live Video

We started with installing python OpenCV on windows and so far done some basic image processing, image segmentation and object…

Real Time Face Recognition with Raspberry Pi and OpenCV Real Time Face Recognition with Raspberry Pi and OpenCV

Face Recognition is getting increasingly popular and most of us are already using it without even realizing it. Be it a simple…

Object Detection using Python & OpenCV Object Detection using Python OpenCV

We started with learning basics of OpenCV and then done some basic image processing and manipulations on images followed by…

Image Segmentation using OpenCV - Extracting specific Areas of an image Image Segmentation using OpenCV - Extracting specific Areas of an imageIn the previous tutorials, we have used OpenCV for basic image processing and done some advance image editing operations. As we know, OpenCV is Open…
Installing OpenCV on Raspberry Pi using CMake Installing OpenCV on Raspberry Pi using CMake

Earlier day’s computer obtained input information from keyboards and mouse, now they have evolved to be able to process…

Image Manipulations in OpenCV Image Manipulations in OpenCV (Part-2)

In the previous tutorials, we have learned about OpenCV and done some basic image processing and then in next tutorial we have…