Trait skeletonize::ForegroundColor[][src]

pub trait ForegroundColor {
    const BACKGROUND_COLOR: u8;
}

Represents the color of the foreground or features in a binary image. For example, white text on a black background has a white foreground color and black background color.

Associated Constants

const BACKGROUND_COLOR: u8[src]

The background color of the image for binarization.

Loading content...

Implementors

Loading content...