Trait opencv::hub_prelude::PyrLkOptFlowEstimatorBaseTraitConst [−][src]
pub trait PyrLkOptFlowEstimatorBaseTraitConst {
fn as_raw_PyrLkOptFlowEstimatorBase(&self) -> *const c_void;
fn win_size(&self) -> Result<Size> { ... }
fn max_level(&self) -> Result<i32> { ... }
}