Photography is the favorite hobby of millions of people around the world. After all, how difficult can it be! In the words of Diane Arbus, a famous American photographer -- “Taking pictures is like ...
Search Results for: mac os
Deep Learning Based OCR Text Recognition Using Tesseract and OpenCV
In this article, we will learn deep learning based OCR and how to recognize text in images using an open-source tool called Tesseract and OpenCV. The method of extracting text from images is called ...
How to convert your OpenCV C++ code into a Python module
Imagine writing a Computer Vision library using OpenCV. You want your code to be easily portable to Linux, Mac, Windows, iOS, Android and even embedded devices. So you choose to build your library in ...
CV4Faces : Best Project Award 2018
It gives me immense pleasure to announce the best project award for our online course "Computer Vision for Faces" (cv4faces). These awards are given out twice a year to the top three projects ...
Facemark : Facial Landmark Detection using OpenCV
In this tutorial, we will learn about facial landmark detection using OpenCV with no external dependencies. I have written several posts about Facial Landmark Detection and its applications. You ...
Barcode and QR Code Scanner Using ZBar and OpenCV
In this post, we will share C++ and Python code for writing a barcode and QR code scanner using a library called ZBar and OpenCV. The Python code works in both Python 2 and Python 3. If you have ...