pub trait PyrLkOptFlowEstimatorBaseTraitConst {
    // Required method
    fn as_raw_PyrLkOptFlowEstimatorBase(&self) -> *const c_void;
    // Provided methods
    fn win_size(&self) -> Result<Size> { ... }
    fn max_level(&self) -> Result<i32> { ... }
}Expand description
Constant methods for crate::videostab::PyrLkOptFlowEstimatorBase