Struct rustml::opencv::GrayValue
[−]
[src]
pub struct GrayValue {
pub val: u8,
}Represents a pixel with only one component.
Fields
val |
Trait Implementations
impl Display for GrayValue
Implementation of Display. The format is (value).