[][src]Trait opencv::prelude::Superres_DenseOpticalFlowExt

pub trait Superres_DenseOpticalFlowExt: AlgorithmTrait {
    pub fn as_raw_Superres_DenseOpticalFlowExt(&self) -> *const c_void;
pub fn as_raw_mut_Superres_DenseOpticalFlowExt(&mut self) -> *mut c_void; pub fn calc(
        &mut self,
        frame0: &dyn ToInputArray,
        frame1: &dyn ToInputArray,
        flow1: &mut dyn ToOutputArray,
        flow2: &mut dyn ToOutputArray
    ) -> Result<()> { ... }
pub fn collect_garbage(&mut self) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn calc(
    &mut self,
    frame0: &dyn ToInputArray,
    frame1: &dyn ToInputArray,
    flow1: &mut dyn ToOutputArray,
    flow2: &mut dyn ToOutputArray
) -> Result<()>
[src]

C++ default parameters

  • flow2: noArray()

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

Loading content...

Implementors

Loading content...