[][src]Trait imageproc::definitions::Score

pub trait Score {
    fn score(&self) -> f32;
}

Something with a score.

Required methods

fn score(&self) -> f32

Score of this item.

Loading content...

Implementors

impl Score for Corner[src]

Loading content...