Trait opencv::gapi::PolyTrait

source ·
pub trait PolyTrait: PolyTraitConst {
    fn as_raw_mut_Poly(&mut self) -> *mut c_void;

    fn set_points(&mut self, val: Vector<Point>) { ... }
    fn set_color(&mut self, val: Scalar) { ... }
    fn set_thick(&mut self, val: i32) { ... }
    fn set_lt(&mut self, val: i32) { ... }
    fn set_shift(&mut self, val: i32) { ... }
}

Required Methods§

Provided Methods§

Points to connect

The line color

The thickness of line

The Type of the line. See #LineTypes

The number of fractional bits in the point coordinate

Implementors§