HistogramPhaseUnwrappingTrait

Trait HistogramPhaseUnwrappingTrait 

Source
pub trait HistogramPhaseUnwrappingTrait: HistogramPhaseUnwrappingTraitConst + PhaseUnwrappingTrait {
    // Required method
    fn as_raw_mut_HistogramPhaseUnwrapping(&mut self) -> *mut c_void;

    // Provided method
    fn get_inverse_reliability_map(
        &mut self,
        reliability_map: &mut impl ToOutputArray,
    ) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn get_inverse_reliability_map( &mut self, reliability_map: &mut impl ToOutputArray, ) -> Result<()>

Get the reliability map computed from the wrapped phase map.

§Parameters
  • reliabilityMap: Image where the reliability map is stored.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§