Giter Site home page Giter Site logo

smirkcat / easypr-native Goto Github PK

View Code? Open in Web Editor NEW
37.0 5.0 20.0 10.7 MB

开源项目EasyPR的java(scala),python,nodejs,golang,rust(语言不稳定,暂时有bug)简单接口提供,站在巨人的肩膀上,千里之行,始于足下!如果你想练手,这也是你不错的选择!

CMake 3.35% Java 33.10% C++ 25.55% CSS 2.96% JavaScript 19.21% Scala 5.56% Python 4.66% Go 2.84% C 1.26% Rust 1.49%
easypr scala python nodejs golang ctypes cgo rust linux windows

easypr-native's Introduction

Hi there 👋

一个从事过区块链,IT,网络安全行业的韭菜。  

smirkcat's GitHub stats

easypr-native's People

Contributors

smirkcat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

easypr-native's Issues

你好 我想问问JavaWeb版的问题

我下了最新的EasyPR源码编译成功运行了,然后想用你的javaweb研究研究调用,但是替换那三个文件有点摸不着门,编译会报错,我没有学过C++所以并不是很懂这个。
image
有这么些错,求指导下,没有jni.h kv是私有的不能调用 是不是我替换有问题呢?

如何实现Python读取视频文件,动态识别牌照?

大牛,我想把你的easypython改成读取含车牌的视频并识别,程序没报错,但是打印不出结果

以下是我改写的代码:

# -*- coding: utf-8 -*-
import ctypes
import os
import platform


def Defect():
    fp = open('./gp3.mp4','rb')
    data = fp.read()
    datalen=len(data)
    easypr=ctypes.CDLL("./easyprexport.dll")
    modelpath=os.path.join("../model")
    ptr=easypr.init(modelpath)
    easypr.plateRecognize.restype=ctypes.c_char_p
    st=easypr.plateRecognize(ptr,data,datalen)
    easypr.deleteptr(ptr)
    print st

while(True):
    Defect()

你能帮我看看程序有什么问题,或者提供一下读取视频识别的思路吗?

谢谢你了!

怎么运行

这个怎么运行?能不能给个流程说明啊?

OpenCV Error: Parsing error (Missing or invalid SVM type) in read_params in MAC JAVA

想求教下 因为完全不懂这个错,想请你帮忙看看。
我用最新的代码打的包 只改了kv_私有化的问题。当运行EasyPRTest出现以下的错,是EasyPR初始化时 抛出。
/Users/xxxxxxx/Downloads/EasyPR-native-master/easyprjava/target/test-classes/
加载动态库easyprjni完成
OpenCV Error: Parsing error (Missing or invalid SVM type) in read_params, file /tmp/opencv3-20161231-93843-1a11dpc/opencv-3.2.0/modules/ml/src/svm.cpp, line 2123
libc++abi.dylib: terminating with uncaught exception of type cv::Exception: /tmp/opencv3-20161231-93843-1a11dpc/opencv-3.2.0/modules/ml/src/svm.cpp:2123: error: (-212) Missing or invalid SVM type in function read_params

nodejs问题

app.js中
const easypr = require('./build/Release/easyprnode');
这个目录在哪里?

make提示找不到jni.h

我打算将EsayPR移植Linux系统上,都按照你的要求做了,到make这一步提示我找不到jni.h这个错误

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.