CV for Processing Digital Images

Intro

With Computer Vision we teach computer to deal with digital images or videos in order to gain high-level understanding. It has methods for acquiring, extracting, processing and analyzing images/videos details which leads to gaining both numerical or text informative data.

Here is the example of extracting lane from a road:

Features

App includes following features:

  • OpenCV
  • Tesseract-OCR

Demo

Application:
  1. Application reads the photo in:

  2. Application deletes noise and gets the photo plain with white and black colors:

  3. Application prints selectable text out:

Setup

Script requires libraries installation:

pip install pytesseract
pip install opencv

Source Code

You can view the source code: HERE