yscv-recognize 0.1.7

Face/object recognition with cosine matching and VP-Tree ANN
Documentation
1
2
3
4
5
6
//! Recognition and identity matching components for yscv.
#![deny(unsafe_code)]

mod core;

pub use core::*;