<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://vista.su.domains/psych221wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lschul</id>
	<title>Psych 221 Image Systems Engineering - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://vista.su.domains/psych221wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lschul"/>
	<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Special:Contributions/Lschul"/>
	<updated>2026-07-12T16:57:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145576</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145576"/>
		<updated>2025-12-08T19:39:35Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Image generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_07_8.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_dusk_07_8.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_night_07_8.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_blind_07_8.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | Scene 1114031438 under day, dusk, night, and blind light scenarios with an exposure time of 8 ms&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
Dynamic range, field of view, and resolution are some sensor parameters that are relevant in driving applications. In this project, we examine the influence of dynamic range on object identification. A large field of view is advantageous; since the car needs to be able to sense 360 degrees around its surrounding, larger field of view means that fewer sensors are required. A higher resolution, however, is not necessarily advantageous. The objective is to simply identify objects, rather than distinguish fine details, so a high resolution may require excessive data transmission and processing. We consider the field of view and resolution (table below) but do not vary them in the experiment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left; padding: 0 12px;&amp;quot;| Sensor&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Pixel type&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Resolution&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Dynamic range&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Application&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| FOV&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| AR0132AT&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 1.2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 115 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 76°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| MT9V024&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 0.4 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 100 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 69°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| IMX363&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 12 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| n/a&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Smartphone&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 21°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| OV2312&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Split&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 68 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 81°&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;Field of view is calculated for a 4 mm focal length&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to vary dynamic range, we sweep exposure time across 14 values from 0.1 ms to 1000 ms. In all, we sweep 4x scenes, 4x light scenarios, 4x sensors, and 14x exposure times, for a total of 896 images.&lt;br /&gt;
&lt;br /&gt;
=== YOLO ===&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_night_07_8.0ms.png&amp;diff=145575</id>
		<title>File:Id1114031438 ar0132at night 07 8.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_night_07_8.0ms.png&amp;diff=145575"/>
		<updated>2025-12-08T19:33:06Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_dusk_07_8.0ms.png&amp;diff=145574</id>
		<title>File:Id1114031438 ar0132at dusk 07 8.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_dusk_07_8.0ms.png&amp;diff=145574"/>
		<updated>2025-12-08T19:32:53Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_day_07_8.0ms.png&amp;diff=145573</id>
		<title>File:Id1114031438 ar0132at day 07 8.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_day_07_8.0ms.png&amp;diff=145573"/>
		<updated>2025-12-08T19:32:40Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_blind_07_8.0ms.png&amp;diff=145572</id>
		<title>File:Id1114031438 ar0132at blind 07 8.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_blind_07_8.0ms.png&amp;diff=145572"/>
		<updated>2025-12-08T19:32:22Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145571</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145571"/>
		<updated>2025-12-08T19:29:04Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Methods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
Dynamic range, field of view, and resolution are some sensor parameters that are relevant in driving applications. In this project, we examine the influence of dynamic range on object identification. A large field of view is advantageous; since the car needs to be able to sense 360 degrees around its surrounding, larger field of view means that fewer sensors are required. A higher resolution, however, is not necessarily advantageous. The objective is to simply identify objects, rather than distinguish fine details, so a high resolution may require excessive data transmission and processing. We consider the field of view and resolution (table below) but do not vary them in the experiment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left; padding: 0 12px;&amp;quot;| Sensor&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Pixel type&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Resolution&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Dynamic range&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Application&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| FOV&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| AR0132AT&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 1.2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 115 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 76°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| MT9V024&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 0.4 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 100 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 69°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| IMX363&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 12 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| n/a&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Smartphone&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 21°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| OV2312&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Split&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 68 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 81°&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;Field of view is calculated for a 4 mm focal length&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to vary dynamic range, we sweep exposure time across 14 values from 0.1 ms to 1000 ms. In all, we sweep 4x scenes, 4x light scenarios, 4x sensors, and 14x exposure times, for a total of 896 images.&lt;br /&gt;
&lt;br /&gt;
=== YOLO ===&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145570</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145570"/>
		<updated>2025-12-08T19:28:38Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Image generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
:: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
Dynamic range, field of view, and resolution are some sensor parameters that are relevant in driving applications. In this project, we examine the influence of dynamic range on object identification. A large field of view is advantageous; since the car needs to be able to sense 360 degrees around its surrounding, larger field of view means that fewer sensors are required. A higher resolution, however, is not necessarily advantageous. The objective is to simply identify objects, rather than distinguish fine details, so a high resolution may require excessive data transmission and processing. We consider the field of view and resolution (table below) but do not vary them in the experiment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left; padding: 0 12px;&amp;quot;| Sensor&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Pixel type&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Resolution&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Dynamic range&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Application&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| FOV&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| AR0132AT&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 1.2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 115 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 76°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| MT9V024&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 0.4 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 100 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 69°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| IMX363&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 12 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| n/a&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Smartphone&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 21°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| OV2312&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Split&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 68 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 81°&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;Field of view is calculated for a 4 mm focal length&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to vary dynamic range, we sweep exposure time across 14 values from 0.1 ms to 1000 ms. In all, we sweep 4x scenes, 4x light scenarios, 4x sensors, and 14x exposure times, for a total of 896 images.&lt;br /&gt;
&lt;br /&gt;
=== YOLO ===&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145569</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145569"/>
		<updated>2025-12-08T19:27:59Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Image generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
Dynamic range, field of view, and resolution are some sensor parameters that are relevant in driving applications. In this project, we examine the influence of dynamic range on object identification. A large field of view is advantageous; since the car needs to be able to sense 360 degrees around its surrounding, larger field of view means that fewer sensors are required. A higher resolution, however, is not necessarily advantageous. The objective is to simply identify objects, rather than distinguish fine details, so a high resolution may require excessive data transmission and processing. We consider the field of view and resolution (table below) but do not vary them in the experiment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left; padding: 0 12px;&amp;quot;| Sensor&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Pixel type&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Resolution&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Dynamic range&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Application&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| FOV&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| AR0132AT&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 1.2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 115 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 76°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| MT9V024&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 0.4 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 100 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 69°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| IMX363&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 12 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| n/a&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Smartphone&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 21°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| OV2312&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Split&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 68 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 81°&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;Field of view is calculated for a 4 mm focal length&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to vary dynamic range, we sweep exposure time across 14 values from 0.1 ms to 1000 ms. In all, we sweep 4x scenes, 4x light scenarios, 4x sensors, and 14x exposure times, for a total of 896 images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== YOLO ===&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145568</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145568"/>
		<updated>2025-12-08T19:26:10Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Image generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
Dynamic range, field of view, and resolution are some sensor parameters that are relevant in driving applications. In this project, we examine the influence of dynamic range on object identification. A large field of view is advantageous; since the car needs to be able to sense 360 degrees around its surrounding, larger field of view means that fewer sensors are required. A higher resolution, however, is not necessarily advantageous. The objective is to simply identify objects, rather than distinguish fine details, so a high resolution may require excessive data transmission and processing. We consider the field of view and resolution (table below) but do not vary them in the experiment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left; padding: 0 12px;&amp;quot;| Sensor&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Pixel type&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Resolution&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Dynamic range&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Application&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| FOV&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| AR0132AT&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 1.2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 115 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 76°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| MT9V024&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 0.4 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 100 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 69°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| IMX363&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 12 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| n/a&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Smartphone&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 21°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| OV2312&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Split&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 68 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 81°&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;Field of view is calculated for a 4 mm focal length&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YOLO&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145567</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145567"/>
		<updated>2025-12-08T19:11:44Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Image generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left; padding: 0 12px;&amp;quot;| Sensor&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Pixel type&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Resolution&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| Dynamic range&lt;br /&gt;
! style=&amp;quot;padding: 0 12px;&amp;quot;| Application&lt;br /&gt;
! style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| FOV&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| AR0132AT&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 1.2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 115 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 76°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| MT9V024&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 0.4 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 100 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 69°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| IMX363&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Single&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 12 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| n/a&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Smartphone&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 21°&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| OV2312&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Split&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 2 MP&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 68 dB&lt;br /&gt;
| style=&amp;quot;padding: 0 12px;&amp;quot;| Automotive&lt;br /&gt;
| style=&amp;quot;text-align:center; padding: 0 12px;&amp;quot;| 81°&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YOLO&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145566</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145566"/>
		<updated>2025-12-08T17:31:36Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Methods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Image generation ===&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:none; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:id1112201236_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1112184733_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1113094429_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
| [[File:id1114031438_ar0132at_day_05_4.0ms.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align:center&amp;quot; | ISET HDR Scenes 1112201236, 1112184733, 1113094429, and 1114031438&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To set up the scenes, we consider four lighting scenarios that commonly occur during driving. The light scenarios are defined by a vector of weights for headlights, streetlights, other lights, sky map, in order. The daytime scenario has strong illumination from the sky only. The nighttime scenario is illuminated almost only by headlights and streetlights. The dusk scenario falls between day and night; it has half of the daytime sky illumination combined with headlights and streetlights. Finally, the blind scenario represents a nighttime scenario with stronger artificial lighting; the headlights and streetlights are 10x greater than in the nighttime scenario.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;Illumination vector: [ headlights, streetlights, other lights, sky map ]&#039;&#039;&lt;br /&gt;
* Day -   [ 0, 0, 0, 50 ]&lt;br /&gt;
&lt;br /&gt;
* Night - [ 0.2, 0.001, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
* Dusk -  [ 0.2, 0.001, 0, 20 ]&lt;br /&gt;
&lt;br /&gt;
* Blind - [ 2, 0.1, 0, 0.0005 ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we need to set up the camera. We selected four sensors. The ar0123at and mt9v024 are single pixel sensors for automotive applications while the ov2312 is a split pixel sensor also for automotive applications. In contrast, the imx363 is a single pixel sensor for smartphone applications. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Sensor&lt;br /&gt;
! Resolution&lt;br /&gt;
! Dynamic range&lt;br /&gt;
|-&lt;br /&gt;
|ar0132at&lt;br /&gt;
|1.2 MP&lt;br /&gt;
|&amp;gt;115 dB&lt;br /&gt;
|-&lt;br /&gt;
|mt9v024&lt;br /&gt;
|0.4 MP&lt;br /&gt;
|&amp;gt;100 dB&lt;br /&gt;
|-&lt;br /&gt;
|imx363&lt;br /&gt;
|12 MP&lt;br /&gt;
|n/a&lt;br /&gt;
|-&lt;br /&gt;
|ov2312&lt;br /&gt;
|2 MP&lt;br /&gt;
|n/a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Automotive sensors&lt;br /&gt;
&lt;br /&gt;
ar0123at: 1.2 MP, dynamic range &amp;gt;115 dB&lt;br /&gt;
mt9v024: 0.36 MP, dynamic range &amp;gt;100 dB&lt;br /&gt;
ov2312: 2 MP, dynamic range &amp;gt;68 dB&lt;br /&gt;
imx363: 12 MP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now build the data set&lt;br /&gt;
&lt;br /&gt;
use exposure time to alter dynamic range&lt;br /&gt;
&lt;br /&gt;
times = 0.1, 0.5, 1, 2, 4, 6, 8, 12, 16, 20, 50, 100, 500, 1000 ms&lt;br /&gt;
&lt;br /&gt;
Loop over:&lt;br /&gt;
4x scenes&lt;br /&gt;
4x lighting scenarios&lt;br /&gt;
4x sensors&lt;br /&gt;
14x exposures&lt;br /&gt;
&lt;br /&gt;
total images - 896&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YOLO&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1112201236_ar0132at_day_05_4.0ms.png&amp;diff=145565</id>
		<title>File:Id1112201236 ar0132at day 05 4.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1112201236_ar0132at_day_05_4.0ms.png&amp;diff=145565"/>
		<updated>2025-12-08T17:06:19Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1112184733_ar0132at_day_05_4.0ms.png&amp;diff=145564</id>
		<title>File:Id1112184733 ar0132at day 05 4.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1112184733_ar0132at_day_05_4.0ms.png&amp;diff=145564"/>
		<updated>2025-12-08T17:05:53Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1113094429_ar0132at_day_05_4.0ms.png&amp;diff=145563</id>
		<title>File:Id1113094429 ar0132at day 05 4.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1113094429_ar0132at_day_05_4.0ms.png&amp;diff=145563"/>
		<updated>2025-12-08T17:02:10Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_day_05_4.0ms.png&amp;diff=145562</id>
		<title>File:Id1114031438 ar0132at day 05 4.0ms.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Id1114031438_ar0132at_day_05_4.0ms.png&amp;diff=145562"/>
		<updated>2025-12-08T16:59:45Z</updated>

		<summary type="html">&lt;p&gt;Lschul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145561</id>
		<title>ISETHDR CV Experiment</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=ISETHDR_CV_Experiment&amp;diff=145561"/>
		<updated>2025-12-08T16:55:51Z</updated>

		<summary type="html">&lt;p&gt;Lschul: /* Methods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
Image generation&lt;br /&gt;
&lt;br /&gt;
First, we need to assemble a dataset of driving images to run the YOLO algorithm on. We acquired four driving scenes from the ISR HDR Sensor Repository. Each scene includes .exr files that contain radiance data for the sky, street lights, headlights, and other lights. &lt;br /&gt;
&lt;br /&gt;
Scene images &amp;lt;insert images&amp;gt;&lt;br /&gt;
1112184733&lt;br /&gt;
1112201236&lt;br /&gt;
1114031438&lt;br /&gt;
1113094429&lt;br /&gt;
&lt;br /&gt;
When setting up the scenes, we consider four lighting scenarios that commonly occur while driving. The light scenarios are described by a weight for each .exr file. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;insert table&amp;gt;&lt;br /&gt;
Day - strong sky illumination&lt;br /&gt;
[0, 0, 0, 50]&lt;br /&gt;
&lt;br /&gt;
Dusk - weak sky illumination with headlights and streetlights&lt;br /&gt;
[0.2, 0.001, 0, 20]&lt;br /&gt;
&lt;br /&gt;
Night - headlights and streetlights&lt;br /&gt;
[0.2, 0.001, 0, 0.0005]&lt;br /&gt;
&lt;br /&gt;
Blind - extreme headlights and streetlights&lt;br /&gt;
[2, 0.1, 0, 0.0005]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we set up the camera. We select four sensors: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That sets up the scenes. Now we set up the cameras.&lt;br /&gt;
&lt;br /&gt;
We use 4 different sensor types: three automotive and one smartphone.&lt;br /&gt;
&lt;br /&gt;
Automotive sensors&lt;br /&gt;
&lt;br /&gt;
ar0123at: 1.2 MP, dynamic range &amp;gt;115 dB&lt;br /&gt;
mt9v024: 0.36 MP, dynamic range &amp;gt;100 dB&lt;br /&gt;
ov2312 split pixel: 2 MP, dynamic range &amp;gt;68 dB&lt;br /&gt;
&lt;br /&gt;
Smartphone sensor&lt;br /&gt;
imx363: 12 MP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now build the data set&lt;br /&gt;
&lt;br /&gt;
use exposure time to alter dynamic range&lt;br /&gt;
&lt;br /&gt;
times = 0.1, 0.5, 1, 2, 4, 6, 8, 12, 16, 20, 50, 100, 500, 1000 ms&lt;br /&gt;
&lt;br /&gt;
Loop over:&lt;br /&gt;
4x scenes&lt;br /&gt;
4x lighting scenarios&lt;br /&gt;
4x sensors&lt;br /&gt;
14x exposures&lt;br /&gt;
&lt;br /&gt;
total images - 896&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YOLO&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Lschul</name></author>
	</entry>
</feed>