UlovHer / LicensePlateRecognition

License plate recognition and positioning, using traditional image processing algorithms. And package it into a library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基于传统图像处理方法实现了车牌识别定位,并将其封装成了C++动态库以及Java的jar包,可供其他语言使用,需要安装Matlab Runtime 9.5。下面对其进行效果简要说明:

  • 输入图像

  • 检测结果

result_2

result_3

# 编译成DLL命令
mkdir LicensePlateLocation_C
mcc -W cpplib:'LicensePlateLocation,all' -T link:lib license_plate_location.m plate_location_kelnel.m minboundrect.m rgb2hsi.m rectify.m detection_color.m -d LicensePlateLocation_Java

# 编译成Jar包命令
mkdir LicensePlateLocation_Java
mcc -W 'java:LicensePlateLocation,LicensePlateLocation' license_plate_location.m plate_location_kelnel.m minboundrect.m rgb2hsi.m rectify.m detection_color.m -d LicensePlateLocation_Java
The output directory

About

License plate recognition and positioning, using traditional image processing algorithms. And package it into a library.

License:MIT License


Languages

Language:HTML 60.5%Language:Java 23.6%Language:MATLAB 6.8%Language:CSS 4.8%Language:C++ 2.5%Language:C 1.6%Language:JavaScript 0.3%