openCV
|
Facial Landmark Detection (Eyes, Nose, Jaw, Mouth, etc.) using Python OpenCV Detection of facial landmarks is the process of detecting various parts on the face such as the Eyebrows, Eyes, Nose, Mouth,… |
|
QR Code Scanner using Raspberry Pi and OpenCV QR code (Quick Response code) is a type of matrix barcode that contains information about the item to which it is attached,… |
|
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… |
|
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 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 We started with learning basics of OpenCV and then done some basic image processing and manipulations on images followed… |
|
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 Earlier day’s computer obtained input information from keyboards and mouse, now they have evolved to be able to process… |
|
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… |
|
Image Manipulations in Python OpenCV (Part 1) In the previous tutorial, we have learned about OpenCV and done some basic image processing using it like grey scaling, color… |