[−][src]Type Definition opencv::types::PtrOfStereoMatcher
type PtrOfStereoMatcher = Ptr<dyn StereoMatcher>;
Implementations
impl PtrOfStereoMatcher[src]
pub fn as_raw_PtrOfStereoMatcher(&self) -> *const c_void[src]
pub fn as_raw_mut_PtrOfStereoMatcher(&mut self) -> *mut c_void[src]
Trait Implementations
impl AlgorithmTrait for PtrOfStereoMatcher[src]
fn as_raw_Algorithm(&self) -> *const c_void[src]
fn as_raw_mut_Algorithm(&mut self) -> *mut c_void[src]
fn clear(&mut self) -> Result<()>[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>[src]
fn write_with_name(&self, fs: &Ptr<FileStorage>, name: &str) -> Result<()>[src]
fn read(&mut self, fn_: &FileNode) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn save(&self, filename: &str) -> Result<()>[src]
fn get_default_name(&self) -> Result<String>[src]
impl StereoMatcher for PtrOfStereoMatcher[src]
fn as_raw_StereoMatcher(&self) -> *const c_void[src]
fn as_raw_mut_StereoMatcher(&mut self) -> *mut c_void[src]
fn compute(
&mut self,
left: &dyn ToInputArray,
right: &dyn ToInputArray,
disparity: &mut dyn ToOutputArray
) -> Result<()>[src]
&mut self,
left: &dyn ToInputArray,
right: &dyn ToInputArray,
disparity: &mut dyn ToOutputArray
) -> Result<()>