xifeng 0.0.1

Xifeng is the crate for computer vision with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[bin]]
name = "document"
path = "./src/examples/document.rs"

[lib]
name = "xifeng"
path = "./src/lib.rs"

[package]
authors = ["3442853561<3442853561@qq.com>"]
description = "Xifeng is the crate for computer vision with Rust"
license = "MIT"
name = "xifeng"
repository = "https://github.com/RustDream/Xifeng"
version = "0.0.1"