bye_orb_rs 0.1.3

A Rust library for ORB (Oriented FAST and Rotated BRIEF) keypoints.
Documentation
1
2
3
4
5
6
7
8
// ORB算法的BRIEF描述符模块
pub mod brief;
// ORB算法的核心模块
pub mod orb;
// ORB算法的FAST计算模块
pub mod fast;
// ORB算法的通用功能模块
pub mod common;