pub trait CUDA_StereoSGMConst: StereoSGBMConst {
    // Required method
    fn as_raw_CUDA_StereoSGM(&self) -> *const c_void;
}
Expand description

Constant methods for crate::cudastereo::CUDA_StereoSGM

Required Methods§

Implementors§