Trait opencv::optflow::GPCPatchSampleTraitConst[][src]

pub trait GPCPatchSampleTraitConst {
    fn as_raw_GPCPatchSample(&self) -> *const c_void;

    fn ref_(&self) -> GPCPatchDescriptor { ... }
fn pos(&self) -> GPCPatchDescriptor { ... }
fn neg(&self) -> GPCPatchDescriptor { ... }
fn get_directions(
        &self,
        refdir: &mut bool,
        posdir: &mut bool,
        negdir: &mut bool,
        coef: Vec18<f64>,
        rhs: f64
    ) -> Result<()> { ... } }

Required methods

Provided methods

Implementors