Trait symcode::interfaces::FinderElement[][src]

pub trait FinderElement {
    fn to_image(&self, width: usize, height: usize) -> BinaryImage;
fn is_finder(&self, shape: Shape) -> bool; }

Definition of a finder element

Required methods

fn to_image(&self, width: usize, height: usize) -> BinaryImage[src]

fn is_finder(&self, shape: Shape) -> bool[src]

Loading content...

Implementors

impl FinderElement for CircleFinder[src]

Loading content...