pub trait SparsePyrLKOpticalFlowConst: SparseOpticalFlowConst {
    // Required method
    fn as_raw_SparsePyrLKOpticalFlow(&self) -> *const c_void;

    // Provided methods
    fn get_win_size(&self) -> Result<Size> { ... }
    fn get_max_level(&self) -> Result<i32> { ... }
    fn get_term_criteria(&self) -> Result<TermCriteria> { ... }
    fn get_flags(&self) -> Result<i32> { ... }
    fn get_min_eig_threshold(&self) -> Result<f64> { ... }
}
Expand description

Required Methods§

Provided Methods§

Implementors§