Trait opencv::prelude::Superres_DenseOpticalFlowExt  
source · pub trait Superres_DenseOpticalFlowExt: AlgorithmTrait + Superres_DenseOpticalFlowExtConst {
    fn as_raw_mut_Superres_DenseOpticalFlowExt(&mut self) -> *mut c_void;
    fn calc(
        &mut self,
        frame0: &dyn ToInputArray,
        frame1: &dyn ToInputArray,
        flow1: &mut dyn ToOutputArray,
        flow2: &mut dyn ToOutputArray
    ) -> Result<()> { ... }
    fn collect_garbage(&mut self) -> Result<()> { ... }
}Required Methods
fn as_raw_mut_Superres_DenseOpticalFlowExt(&mut self) -> *mut c_void
Provided Methods
sourcefn calc(
    &mut self,
    frame0: &dyn ToInputArray,
    frame1: &dyn ToInputArray,
    flow1: &mut dyn ToOutputArray,
    flow2: &mut dyn ToOutputArray
) -> Result<()>
 
fn calc(
    &mut self,
    frame0: &dyn ToInputArray,
    frame1: &dyn ToInputArray,
    flow1: &mut dyn ToOutputArray,
    flow2: &mut dyn ToOutputArray
) -> Result<()>
C++ default parameters
- flow2: noArray()