Trait cv::hash::Hash [−][src]
Basic trait for all hash types
Required methods
fn compute(&self, mat: &Mat) -> Mat
[src]
Computes image hash
fn compare(&self, lhs: &Mat, rhs: &Mat) -> f64
[src]
Compares two image hashes