Trait opencv::video::DenseOpticalFlow [] [src]

pub trait DenseOpticalFlow: Algorithm {
    fn as_raw_DenseOpticalFlow(&self) -> *mut c_void;
}

Required Methods

fn as_raw_DenseOpticalFlow(&self) -> *mut c_void

Implementors