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