Trait opencv::optflow::GPCPatchDescriptorTraitConst [−][src]
pub trait GPCPatchDescriptorTraitConst {
fn as_raw_GPCPatchDescriptor(&self) -> *const c_void;
fn feature(&self) -> Vec18<f64> { ... }
fn dot(&self, coef: Vec18<f64>) -> Result<f64> { ... }
fn is_separated(&self) -> Result<bool> { ... }
}