opencv::hub_prelude

Trait SuperRes_PyrLKOpticalFlowTrait

Source
pub trait SuperRes_PyrLKOpticalFlowTrait: SuperRes_DenseOpticalFlowExtTrait + SuperRes_PyrLKOpticalFlowTraitConst {
    // Required method
    fn as_raw_mut_SuperRes_PyrLKOpticalFlow(&mut self) -> *mut c_void;

    // Provided methods
    fn set_window_size(&mut self, val: i32) -> Result<()> { ... }
    fn set_max_level(&mut self, val: i32) -> Result<()> { ... }
    fn set_iterations(&mut self, val: i32) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn set_window_size(&mut self, val: i32) -> Result<()>

§See also

setWindowSize getWindowSize

Source

fn set_max_level(&mut self, val: i32) -> Result<()>

§See also

setMaxLevel getMaxLevel

Source

fn set_iterations(&mut self, val: i32) -> Result<()>

§See also

setIterations getIterations

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§