yscv-recognize 0.1.8

Face/object recognition with cosine matching and VP-Tree ANN
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)]

mod core;

pub use core::*;