All Projects → AleynP → Lpr

AleynP / Lpr

Licence: apache-2.0
Android 车牌识别--OCR

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lpr

Gaspumpocr
Python and OpenCV scripts to detect digits on a Gas Pump
Stars: ✭ 116 (-16.55%)
Mutual labels:  ocr
Robin
RObust document image BINarization
Stars: ✭ 131 (-5.76%)
Mutual labels:  ocr
Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (-3.6%)
Mutual labels:  ocr
Idcardocr china
基于tesseract,实现摄像头扫描识别中国二代身份证
Stars: ✭ 122 (-12.23%)
Mutual labels:  ocr
Craft Remade
Implementation of CRAFT Text Detection
Stars: ✭ 127 (-8.63%)
Mutual labels:  ocr
Native Opencv Android Template
A tutorial for setting up OpenCV 4.5.0 (and other 4.x.y version) for Android in Android Studio with Native Development Kit (NDK) support.
Stars: ✭ 131 (-5.76%)
Mutual labels:  ndk
Pythonml
Artificial neural network classes and tools in Python and TensorFlow.
Stars: ✭ 114 (-17.99%)
Mutual labels:  ocr
Alfred Ocr
OCR & Translate using multiple interfaces for Alfred Workflow
Stars: ✭ 136 (-2.16%)
Mutual labels:  ocr
Googleserialport
Android串口通信:抱歉,学会它真的可以为所欲为 ! ! !
Stars: ✭ 130 (-6.47%)
Mutual labels:  ndk
Textrecognitiondatagenerator
A synthetic data generator for text recognition
Stars: ✭ 2,075 (+1392.81%)
Mutual labels:  ocr
Tesseract Ocr for windows
Visual Studio Projects for Tessearct and dependencies
Stars: ✭ 122 (-12.23%)
Mutual labels:  ocr
Cpp Image Analysis
DataCore bot image analysis component
Stars: ✭ 125 (-10.07%)
Mutual labels:  ocr
Transformer str
PyTorch implementation of my new method for Scene Text Recognition (STR) based on Transformer,Equipped with Transformer, this method outperforms the best model of the aforementioned deep-text-recognition-benchmark by 7.6% on CUTE80.
Stars: ✭ 131 (-5.76%)
Mutual labels:  ocr
Androidtrainingdemo
android training demo
Stars: ✭ 116 (-16.55%)
Mutual labels:  ndk
Byopen
🎉A dlopen library that bypasses mobile system limitation
Stars: ✭ 133 (-4.32%)
Mutual labels:  ndk
Sightseq
Computer vision tools for fairseq, containing PyTorch implementation of text recognition and object detection
Stars: ✭ 116 (-16.55%)
Mutual labels:  ocr
Spacextract
Extraction and analysis of telemetry from rocket launch webcasts (from SpaceX and RocketLab)
Stars: ✭ 131 (-5.76%)
Mutual labels:  ocr
Awesome Android Ndk
🔥 全面深入地掌握NDK技术,成为下一波5G时代的浪潮儿~
Stars: ✭ 138 (-0.72%)
Mutual labels:  ndk
Easyocr
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Stars: ✭ 13,379 (+9525.18%)
Mutual labels:  ocr
Ssocr
Seven Segment Optical Character Recognition
Stars: ✭ 133 (-4.32%)
Mutual labels:  ocr

Demo运行说明

Demo地址: LPR

打开项目肯定会报编译错误,要做以下修改:

  1. 用AS打开项目
  2. 设置项目NDK为 NDK-r14b
  3. 先修改 CMakeLists.txt 文件, 把第19行修改成你本地的 OpenCV SDK 的对应路径。
  4. 跟据自己的开发平台,设置 ocr 下的build.gradle 第 18 行代码 是否要注释。 完成以上步骤后再运行项目,就没有问题了。

更新(2020-6-2):

  1. 更改了取景框适配问题
  2. 更改成AndroidX,使用了Google 的 CamreaX 来做相机预览
  3. 分离出ocr Module ,为了方便其他项目导入识别功能
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].