• Stars
    star
    176
  • Rank 216,987 (Top 5 %)
  • Language
    C++
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Andorid端实时车牌识别Realtime chinese plate recoginition on android

基于EasyPR的车牌识别android实现

EasyPR4Android,基于EasyPR1.6的android实现, 提供编译好的mrcar.apk安装运行demo.

效果图

特性:动态注册jni函数, 摄像头实时预览

编译和运行:

环境: android studio3.5开发实现,ndk版本为R16b,OpenCV版本为3.2,android SDK版本为28,最低要求21。

本项目定义了三个Activity, 其中

  • PhotoActivity是从图片和系统相机抓取图片进行识别

  • CVCameraActivity是用OpenCV的JavaCameraView实时识别,由于OpenCV实现的限制,其只能用于横屏,虽然也有trick能使其支持竖屏,但会有性能损失,为此产生了第三种

  • CameraActivity原始摄像头实时识别,抓取NV21数据送到jni中,并将其抓换成RGB数据进行处理,其支持竖屏识别。

参考:

More Repositories

1

MTCNN

Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
Jupyter Notebook
462
star
2

caffe-oneclick

Use caffe to train your own data in just one click
Python
186
star
3

MatConvNet-oneclick

Train your own data with MatConvNet
MATLAB
87
star
4

mxnet-oneclick

use mxnet to train your own data with just oneclick
Python
79
star
5

MRLabeler

极速检测标注工具An efficient tool for objection detection annotation
C++
72
star
6

ssd-models

caffe-ssd for face, head and vehicle detection
Python
70
star
7

yolo-face

use yolo v2 to train face detection model on CelebA dataset
Python
60
star
8

SeetaFace4Android

Realtime Face detection on android
Java
57
star
9

facemask

Realtime face and mask detection
Python
50
star
10

Way4CV

Best practice of computer vision learning
39
star
11

tensorflow-cpp-VS2015

tensorflow c++ example for VS2015
C++
32
star
12

fddb

Face Detection benchmark on Windows,Ubuntu and Mac
C++
28
star
13

PCN-Windows

C++
21
star
14

ncnn_face

MobileNet-SSD Face Detection by ncnn
C++
21
star
15

tf-car

Car Detection in tensorflow
Python
17
star
16

mrcv

useful tools for python
Python
16
star
17

DuiOCR

基于DUILib和Tesseract的OCR识别工具
C++
16
star
18

MRHead

efficient header for third-party libs
C
12
star
19

SSH-Windows

Windows version for Single Stage Headless Face Detector
Python
10
star
20

RepVGG-caffe

https://blog.csdn.net/WZZ18191171661/article/details/112691604
Python
8
star
21

ssd

跨平台编译版SSD,含有深度可分离卷积层,支持cuda10, Windows支持python3.6等,支持ssd训练预处理加速,支持MTCNN训练
C++
7
star
22

OpenWear

Virtual glasses wear on Windows、Ubuntu and Mac
C++
6
star
23

EasyPR-Swift

swift port of EasyPR
C++
3
star
24

portrait-matting-unet-flask

Python
1
star