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:
Demo
Application:
- Application reads the photo in:
- Application deletes noise and gets the photo plain with white and black colors:
- Application prints selectable text out:
Setup
Script requires libraries installation:
pip install pytesseract
pip install opencv