[][src]Struct opencv::bioinspired::RetinaParameters_IplMagnoParameters

#[repr(C)]pub struct RetinaParameters_IplMagnoParameters {
    pub normalise_output: bool,
    pub parasol_cells_beta: f32,
    pub parasol_cells_tau: f32,
    pub parasol_cells_k: f32,
    pub amacrin_cells_temporal_cut_frequency: f32,
    pub v0_compression_parameter: f32,
    pub local_adaptintegration_tau: f32,
    pub local_adaptintegration_k: f32,
}

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: f32

Implementations

impl RetinaParameters_IplMagnoParameters[src]

Trait Implementations

impl Clone for RetinaParameters_IplMagnoParameters[src]

impl Copy for RetinaParameters_IplMagnoParameters[src]

impl Debug for RetinaParameters_IplMagnoParameters[src]

impl PartialEq<RetinaParameters_IplMagnoParameters> for RetinaParameters_IplMagnoParameters[src]

impl StructuralPartialEq for RetinaParameters_IplMagnoParameters[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.