October 2017
Intermediate to advanced
1159 pages
26h 10m
English
While image processing is a complex task, we will introduce a few techniques to clean and extract information from an image. This will provide the reader with some insight into image processing. We will also demonstrate how to extract text data from an image using Optical Character Recognition (OCR).
There are several techniques used to improve the quality of an image. Many of these require tweaking of parameters to get the improvement desired. We will demonstrate how to:
We will use OpenCV (http://opencv.org/), an open source project for image processing. There are several classes that we will use:
Mat: This represents an ...