pub trait CUDA_SparseOpticalFlowConst: AlgorithmTraitConst {
fn as_raw_CUDA_SparseOpticalFlow(&self) -> *const c_void;
}
Expand description
Base interface for sparse optical flow algorithms.
pub trait CUDA_SparseOpticalFlowConst: AlgorithmTraitConst {
fn as_raw_CUDA_SparseOpticalFlow(&self) -> *const c_void;
}
Base interface for sparse optical flow algorithms.