Trait opencv::hub_prelude::CUDA_StereoConstantSpaceBP[][src]

pub trait CUDA_StereoConstantSpaceBP: CUDA_StereoBeliefPropagation + CUDA_StereoConstantSpaceBPConst {
    fn as_raw_mut_CUDA_StereoConstantSpaceBP(&mut self) -> *mut c_void;

    fn set_nr_plane(&mut self, nr_plane: i32) -> Result<()> { ... }
fn set_use_local_init_data_cost(
        &mut self,
        use_local_init_data_cost: bool
    ) -> Result<()> { ... } }

Required methods

Provided methods

Implementations

Uses a heuristic method to compute parameters (ndisp, iters, levelsand nrplane) for the specified image size (widthand height).

Implementors