All Projects → brakmic → Opencv

brakmic / Opencv

Licence: mit
📷 Computer-Vision Demos

Projects that are alternatives of or similar to Opencv

Gaspumpocr
Python and OpenCV scripts to detect digits on a Gas Pump
Stars: ✭ 116 (-52.46%)
Mutual labels:  opencv, ocr
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (-40.16%)
Mutual labels:  opencv, ocr
Cpp Image Analysis
DataCore bot image analysis component
Stars: ✭ 125 (-48.77%)
Mutual labels:  opencv, ocr
Android Ocrsample
Android OCR example application which uses Google Text Recognition API
Stars: ✭ 100 (-59.02%)
Mutual labels:  vision, ocr
Awesome Ocr
Stars: ✭ 198 (-18.85%)
Mutual labels:  ocr-recognition, ocr
Arkit Multiplayer
ARKit multiplayer experience explanation & example
Stars: ✭ 106 (-56.56%)
Mutual labels:  opencv, vision
Spacextract
Extraction and analysis of telemetry from rocket launch webcasts (from SpaceX and RocketLab)
Stars: ✭ 131 (-46.31%)
Mutual labels:  opencv, ocr
Eyevis
Android based Vocal Vision for Visually Impaired. Object Detection, Voice Assistance, Optical Character Reader, Read Aloud, Face Recognition, Landmark Recognition, Image Labelling etc.
Stars: ✭ 48 (-80.33%)
Mutual labels:  vision, ocr
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (-28.69%)
Mutual labels:  opencv, vision
Ocrtable
Recognize tables and text from scanned images that contain tables. 从包含表格的扫描图片中识别表格和文字
Stars: ✭ 155 (-36.48%)
Mutual labels:  opencv, ocr
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+376.64%)
Mutual labels:  ocr-recognition, ocr
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (+992.21%)
Mutual labels:  ocr-recognition, ocr
Sane Scan Pdf
Sane command-line scan-to-pdf script on Linux with OCR and deskew support
Stars: ✭ 58 (-76.23%)
Mutual labels:  ocr, scanning
Nvidia Gpu Tensor Core Accelerator Pytorch Opencv
A complete machine vision container that includes Jupyter notebooks with built-in code hinting, Anaconda, CUDA-X, TensorRT inference accelerator for Tensor cores, CuPy (GPU drop in replacement for Numpy), PyTorch, TF2, Tensorboard, and OpenCV for accelerated workloads on NVIDIA Tensor cores and GPUs.
Stars: ✭ 110 (-54.92%)
Mutual labels:  opencv, vision
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (-78.69%)
Mutual labels:  opencv, ocr
Robin
RObust document image BINarization
Stars: ✭ 131 (-46.31%)
Mutual labels:  opencv, ocr
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+245.9%)
Mutual labels:  ocr-recognition, ocr
Zxingcamera
Camera for Android,身份证号码识别 (本地,实时)
Stars: ✭ 34 (-86.07%)
Mutual labels:  ocr-recognition, ocr
Stb Tester
Automated Testing for Set-Top Boxes and Smart TVs
Stars: ✭ 148 (-39.34%)
Mutual labels:  opencv, ocr
Awesome Deep Text Detection Recognition
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
Stars: ✭ 2,282 (+835.25%)
Mutual labels:  ocr-recognition, ocr

OpenCV Demos

Character Recognition

Environment Setup

  • Download & Install OpenCV 3.0.0
  • Download & Install EmguCV, the OpenCV wrapper libs for .NET, from here.
  • Set a system-wide variable pointing to the EmguCV install dir, for example

    EMGU_ROOT=C:\bin\Emgu

    You can do this via System Preferences/Advanced Settings

  • Expand the variable PATH, which is in the same settings window, with

    %EMGU_ROOT%\bin\x64

    This entry is needed because the app will automatically search for cvextern.dll located in this directory.

  • Open the solution file and start the app (Notice: this is an x64 app)
  • Load one of the available images from the Assets folder (these are simple invoice documents)
  • Click on Analyze and wait for the OCR-task to complete.

Example

There's a second app which is currently in development. No real OCR there, only a few tests with loading images and (de)serializing them.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].