[][src]Trait opencv::videostab::prelude::DensePyrLkOptFlowEstimatorGpuTrait

pub trait DensePyrLkOptFlowEstimatorGpuTrait: IDenseOptFlowEstimator + PyrLkOptFlowEstimatorBaseTrait {
    pub fn as_raw_DensePyrLkOptFlowEstimatorGpu(&self) -> *const c_void;
pub fn as_raw_mut_DensePyrLkOptFlowEstimatorGpu(&mut self) -> *mut c_void; pub fn run(
        &mut self,
        frame0: &dyn ToInputArray,
        frame1: &dyn ToInputArray,
        flow_x: &mut dyn ToInputOutputArray,
        flow_y: &mut dyn ToInputOutputArray,
        errors: &mut dyn ToOutputArray
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn run(
    &mut self,
    frame0: &dyn ToInputArray,
    frame1: &dyn ToInputArray,
    flow_x: &mut dyn ToInputOutputArray,
    flow_y: &mut dyn ToInputOutputArray,
    errors: &mut dyn ToOutputArray
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...