RetinaOPLandIplParvoParameters Structure |
Namespace: Emgu.CV.Bioinspired
The RetinaOPLandIplParvoParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| ColorMode |
Specifies if (true) color is processed of not (false) to then processing gray level image
| |
| GanglionCellsSensitivity |
Ganglion cells sensitivity. Use 0.7 for default
| |
| HcellsSpatialConstant |
Hcells spatial constant. Use 7.0 for default
| |
| HcellsTemporalConstant |
Hcells temporal constant. Use 1.0 for default
| |
| HorizontalCellsGain |
Horizontal cells gain. Use 0.0 for default
| |
| NormaliseOutput |
Normalise output. Use true for default
| |
| PhotoreceptorsLocalAdaptationSensitivity |
Photoreceptors local adaptation sensitivity. Use 0.7 for default
| |
| PhotoreceptorsSpatialConstant |
Photoreceptors spatial constant. Use 0.53 for default
| |
| PhotoreceptorsTemporalConstant |
Photoreceptors temporal constant. Use 0.5 for default
|