Trait opencv::stitching::prelude::Detail_GraphTrait[][src]

pub trait Detail_GraphTrait {
    fn as_raw_Detail_Graph(&self) -> *const c_void;
fn as_raw_mut_Detail_Graph(&mut self) -> *mut c_void; fn create(&mut self, num_vertices: i32) -> Result<()> { ... }
fn num_vertices(&self) -> Result<i32> { ... }
fn add_edge(&mut self, from: i32, to: i32, weight: f32) -> Result<()> { ... } }

Required methods

Provided methods

Implementors