Trait opencv::optflow::GPCPatchDescriptorTrait[][src]

pub trait GPCPatchDescriptorTrait {
    fn as_raw_GPCPatchDescriptor(&self) -> *const c_void;
fn as_raw_mut_GPCPatchDescriptor(&mut self) -> *mut c_void; fn feature(&self) -> Vec18<f64> { ... }
fn set_feature(&mut self, val: Vec18<f64>) { ... }
fn dot(&self, coef: Vec18<f64>) -> Result<f64> { ... }
fn mark_as_separated(&mut self) -> Result<()> { ... }
fn is_separated(&self) -> Result<bool> { ... } }

Required methods

Loading content...

Provided methods

fn feature(&self) -> Vec18<f64>[src]

fn set_feature(&mut self, val: Vec18<f64>)[src]

fn dot(&self, coef: Vec18<f64>) -> Result<f64>[src]

fn mark_as_separated(&mut self) -> Result<()>[src]

fn is_separated(&self) -> Result<bool>[src]

Loading content...

Implementors

Loading content...