Trait opencv::cudaoptflow::CUDA_DenseOpticalFlowConst[][src]

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

Base interface for dense optical flow algorithms.

Required methods

Implementors