Tesseract is a free optical character recognition software and
it is considered one of the most accurate open-source OCR engines
[1].
Showing posts with label CMake. Show all posts
Showing posts with label CMake. Show all posts
Saturday, March 28, 2020
Monday, November 20, 2017
OpenCV on Linux using g++, CMake, Qt, Code::Blocks
Introduction
To install OpenCV on your Linux machine, you need to have the following packages as prerequisites [Ope17g].- GCC 4.4.x or later
- CMake 2.6 or higher
- Git
- GTK+2.x or higher, including headers (libgtk2.0-dev)
- pkg-config
- Python 2.6 or later and Numpy 1.5 or later with developer packages (python-dev, python-numpy)
- ffmpeg or libav development packages: libavcodec-dev, libavformat-dev, libswscale-dev
- [optional] libtbb2 libtbb-dev
- [optional] libdc1394 2.x
- [optional] libjpeg-dev, libpng-dev, libtiff-dev, libjasper-dev, libdc1394-22-dev
Subscribe to:
Posts (Atom)