Trait opencv::cudaoptflow::CUDA_SparseOpticalFlowConst[][src]

pub trait CUDA_SparseOpticalFlowConst: AlgorithmTraitConst {
    fn as_raw_CUDA_SparseOpticalFlow(&self) -> *const c_void;
}
Expand description

Base interface for sparse optical flow algorithms.

Required methods

Implementors