@@ -94,57 +94,12 @@ enum {
9494 Here is the default configuration file of the retina module. It gives results such as the first
9595 retina output shown on the top of this page.
9696
97- @code{xml}
98- <?xml version="1.0"?>
99- <opencv_storage>
100- <OPLandIPLparvo>
101- <colorMode>1</colorMode>
102- <normaliseOutput>1</normaliseOutput>
103- <photoreceptorsLocalAdaptationSensitivity>7.5e-01</photoreceptorsLocalAdaptationSensitivity>
104- <photoreceptorsTemporalConstant>9.0e-01</photoreceptorsTemporalConstant>
105- <photoreceptorsSpatialConstant>5.3e-01</photoreceptorsSpatialConstant>
106- <horizontalCellsGain>0.01</horizontalCellsGain>
107- <hcellsTemporalConstant>0.5</hcellsTemporalConstant>
108- <hcellsSpatialConstant>7.</hcellsSpatialConstant>
109- <ganglionCellsSensitivity>7.5e-01</ganglionCellsSensitivity></OPLandIPLparvo>
110- <IPLmagno>
111- <normaliseOutput>1</normaliseOutput>
112- <parasolCells_beta>0.</parasolCells_beta>
113- <parasolCells_tau>0.</parasolCells_tau>
114- <parasolCells_k>7.</parasolCells_k>
115- <amacrinCellsTemporalCutFrequency>2.0e+00</amacrinCellsTemporalCutFrequency>
116- <V0CompressionParameter>9.5e-01</V0CompressionParameter>
117- <localAdaptintegration_tau>0.</localAdaptintegration_tau>
118- <localAdaptintegration_k>7.</localAdaptintegration_k></IPLmagno>
119- </opencv_storage>
120- @endcode
97+ @include default_retina_config.xml
12198
12299 Here is the 'realistic" setup used to obtain the second retina output shown on the top of this page.
123100
124- @code{xml}
125- <?xml version="1.0"?>
126- <opencv_storage>
127- <OPLandIPLparvo>
128- <colorMode>1</colorMode>
129- <normaliseOutput>1</normaliseOutput>
130- <photoreceptorsLocalAdaptationSensitivity>8.9e-01</photoreceptorsLocalAdaptationSensitivity>
131- <photoreceptorsTemporalConstant>9.0e-01</photoreceptorsTemporalConstant>
132- <photoreceptorsSpatialConstant>5.3e-01</photoreceptorsSpatialConstant>
133- <horizontalCellsGain>0.3</horizontalCellsGain>
134- <hcellsTemporalConstant>0.5</hcellsTemporalConstant>
135- <hcellsSpatialConstant>7.</hcellsSpatialConstant>
136- <ganglionCellsSensitivity>8.9e-01</ganglionCellsSensitivity></OPLandIPLparvo>
137- <IPLmagno>
138- <normaliseOutput>1</normaliseOutput>
139- <parasolCells_beta>0.</parasolCells_beta>
140- <parasolCells_tau>0.</parasolCells_tau>
141- <parasolCells_k>7.</parasolCells_k>
142- <amacrinCellsTemporalCutFrequency>2.0e+00</amacrinCellsTemporalCutFrequency>
143- <V0CompressionParameter>9.5e-01</V0CompressionParameter>
144- <localAdaptintegration_tau>0.</localAdaptintegration_tau>
145- <localAdaptintegration_k>7.</localAdaptintegration_k></IPLmagno>
146- </opencv_storage>
147- @endcode
101+ @include realistic_retina_config.xml
102+
148103 */
149104 struct RetinaParameters {
150105 // ! Outer Plexiform Layer (OPL) and Inner Plexiform Layer Parvocellular (IplParvo) parameters
0 commit comments