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