2 Star 4 Fork 0

gmg137 / hyperlpr-rs

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

HyperLPR 高性能开源中文车牌识别框架 的 Rust 绑定

简单使用

    use hyper_lpr;

    let pr = PipelinePR::new(
        "model/cascade.xml",
        "model/HorizonalFinemapping.prototxt",
        "model/HorizonalFinemapping.caffemodel",
        "model/Segmentation.prototxt",
        "model/Segmentation.caffemodel",
        "model/CharacterRecognization.prototxt",
        "model/CharacterRecognization.caffemodel",
        "model/SegmenationFree-Inception.prototxt",
        "model/SegmenationFree-Inception.caffemodel",
    );
    let pl = pr.plate_image_recognize("demo.png", SEGMENTATION_FREE_METHOD, 36, 700);
    pl.iter().for_each(|p|{
        println!("plate: {}",p.plate);
    });

About

HyperLPR 中文车牌识别框架的 Rust 绑定 expand collapse
Rust
Cancel

Releases

No release

hyperlpr-rs

Contributors

All

Activities

Load More
can not load any more
Rust
1
https://gitee.com/gmg137/hyperlpr-rs.git
git@gitee.com:gmg137/hyperlpr-rs.git
gmg137
hyperlpr-rs
hyperlpr-rs
master

Search