[][src]Trait opencv::hub_prelude::ColorTrait

pub trait ColorTrait {
    pub fn as_raw_Color(&self) -> *const c_void;
pub fn as_raw_mut_Color(&mut self) -> *mut c_void; pub fn to_vec3b(&self) -> Result<Vec3b> { ... } }

This class represents color in BGR order.

Required methods

Loading content...

Provided methods

pub fn to_vec3b(&self) -> Result<Vec3b>[src]

Loading content...

Implementors

impl ColorTrait for Color[src]

Loading content...