[−][src]Struct opencv::bioinspired::RetinaParameters_IplMagnoParameters
Inner Plexiform Layer Magnocellular channel (IplMagno)
Fields
normalise_output: boolparasol_cells_beta: f32parasol_cells_tau: f32parasol_cells_k: f32amacrin_cells_temporal_cut_frequency: f32v0_compression_parameter: f32local_adaptintegration_tau: f32local_adaptintegration_k: f32Implementations
impl RetinaParameters_IplMagnoParameters[src]
pub fn default() -> Result<RetinaParameters_IplMagnoParameters>[src]
Trait Implementations
impl Clone for RetinaParameters_IplMagnoParameters[src]
fn clone(&self) -> RetinaParameters_IplMagnoParameters[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RetinaParameters_IplMagnoParameters[src]
impl Debug for RetinaParameters_IplMagnoParameters[src]
impl PartialEq<RetinaParameters_IplMagnoParameters> for RetinaParameters_IplMagnoParameters[src]
fn eq(&self, other: &RetinaParameters_IplMagnoParameters) -> bool[src]
fn ne(&self, other: &RetinaParameters_IplMagnoParameters) -> bool[src]
impl StructuralPartialEq for RetinaParameters_IplMagnoParameters[src]
Auto Trait Implementations
impl RefUnwindSafe for RetinaParameters_IplMagnoParameters
impl Send for RetinaParameters_IplMagnoParameters
impl Sync for RetinaParameters_IplMagnoParameters
impl Unpin for RetinaParameters_IplMagnoParameters
impl UnwindSafe for RetinaParameters_IplMagnoParameters
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,