[][src]Struct opencv::bioinspired::RetinaParameters_OPLandIplParvoParameters

#[repr(C)]pub struct RetinaParameters_OPLandIplParvoParameters {
    pub color_mode: bool,
    pub normalise_output: bool,
    pub photoreceptors_local_adaptation_sensitivity: f32,
    pub photoreceptors_temporal_constant: f32,
    pub photoreceptors_spatial_constant: f32,
    pub horizontal_cells_gain: f32,
    pub hcells_temporal_constant: f32,
    pub hcells_spatial_constant: f32,
    pub ganglion_cells_sensitivity: f32,
}

Outer Plexiform Layer (OPL) and Inner Plexiform Layer Parvocellular (IplParvo) parameters

Fields

color_mode: boolnormalise_output: boolphotoreceptors_local_adaptation_sensitivity: f32photoreceptors_temporal_constant: f32photoreceptors_spatial_constant: f32horizontal_cells_gain: f32hcells_temporal_constant: f32hcells_spatial_constant: f32ganglion_cells_sensitivity: f32

Implementations

impl RetinaParameters_OPLandIplParvoParameters[src]

Trait Implementations

impl Clone for RetinaParameters_OPLandIplParvoParameters[src]

impl Copy for RetinaParameters_OPLandIplParvoParameters[src]

impl Debug for RetinaParameters_OPLandIplParvoParameters[src]

impl PartialEq<RetinaParameters_OPLandIplParvoParameters> for RetinaParameters_OPLandIplParvoParameters[src]

impl StructuralPartialEq for RetinaParameters_OPLandIplParvoParameters[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.