Giter VIP home page Giter VIP logo

vlpr4j's Introduction

vlpr4j

基于opencv的java车牌检测识别库(支持linux、windows、mac、Android平台),识别准确率99.7%以上。

基于

1、vlpr4j基于EasyPR二次开发 1、解决EasyPR的Java版本的无法编译、无法使用、opencv版本过老的问题。

构建

1、vlpr4j基于jdk1.7构建 2、vlpr4j基于javacpp-presets-1.3.0版本(opencv3.2.0版本)构建

支持

1、vlpr4j支持opencv的Mat及图片文件路径加载图像

使用

1、使用本地图片文件进行操作

String imgPath = "res/image/test_image/plate_judge.jpg"; Mat src = opencv_imgcodecs.imread(imgPath); String ret=plateRecognise(src); //得到结果 System.err.println(ret);

2、使用Mat进行操作

String ret=plateRecognise(Mat mat);
System.err.println(ret);

依赖关系

1、本项目依赖于opencv3.2.0及javacpp-1.3 2、本项目默认导入四个系统环境jar包,如有不需要的系统环境可以直接从libs中删除对应jar包即可

vlpr4j's People

Contributors

eguid avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.