<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://airwiki.deib.polimi.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MatteoAlbinola</id>
		<title>AIRWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://airwiki.deib.polimi.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MatteoAlbinola"/>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php/Special:Contributions/MatteoAlbinola"/>
		<updated>2026-04-07T13:32:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Analyzing_Traffic_Speed_From_a_Single_Night_Image_-_Light_Streaks_Detection&amp;diff=3590</id>
		<title>Analyzing Traffic Speed From a Single Night Image - Light Streaks Detection</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Analyzing_Traffic_Speed_From_a_Single_Night_Image_-_Light_Streaks_Detection&amp;diff=3590"/>
				<updated>2008-06-18T11:57:45Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Analyzing Traffic Speed From a Single Night Image - Light Streaks Detection&lt;br /&gt;
&lt;br /&gt;
=== Project short description ===&lt;br /&gt;
&lt;br /&gt;
When you shot a night photo of a road, you will notice that car’s lights are often the most relevant thing of the photo. Then, if you use a longer exposure time, lights will leave amazing streaks or “trails” in the image, which are really the image of the car’s lights trajectory during the exposure. So, starting from a photo of a street, possibly busy, the aim is that of trying to compute the approximate speed of every car that is running along the road.&lt;br /&gt;
&lt;br /&gt;
[[Image:Nightshot.jpg|center|thumb|An example of a long exposure photo.|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2008/04/28&lt;br /&gt;
&lt;br /&gt;
End date: 2008/06/16&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project Advisor(s) =====&lt;br /&gt;
&lt;br /&gt;
Alessandro Giusti - [[User:AlessandroGiusti]]&lt;br /&gt;
&lt;br /&gt;
Giacomo Boracchi - [[User:GiacomoBoracchi]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Matteo Albinola - [[User:MatteoAlbinola]] - as a project for the course Image Analysis and Synthesis, prof. Caglioti&lt;br /&gt;
&lt;br /&gt;
Matteo Carcano - [[User:MatteoCarcano]] - as a project for the course Image Analysis and Synthesis, prof. Caglioti&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
&lt;br /&gt;
=== The Problem ===&lt;br /&gt;
&lt;br /&gt;
The problem is to find a method in orderd to approximatively estimate the speed of every car, starting from their light streaks left in a long exposure photo.&lt;br /&gt;
&lt;br /&gt;
=== Preliminary Studies and Sketches ===&lt;br /&gt;
&lt;br /&gt;
The first part of this work is centered on a preliminary analysis of this scenario that allowed to define a very important set of assumptions on the features that a night long esposure photo must satisfy, and also a set of constraints related to the environment.&lt;br /&gt;
Then, a deeper analysis shows a possible problem decomposition into three sub problems:&lt;br /&gt;
&lt;br /&gt;
* Identification of all light streaks left by the car&lt;br /&gt;
* Approximative estimation of the speed&lt;br /&gt;
* Clustering compatible streaks in order to identify cars that are really lying on the road&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
&lt;br /&gt;
The solution merges different techniques from image analysis and others from image geometry.&lt;br /&gt;
&lt;br /&gt;
The first sub problem is treated using two different approaches, one based on a technique for estimating the blur extent (very similar to a long streak), and consequently streak’s extremes, with the application of autocorrelation function (ACF) and the other that try to reach same results but using the Hough transform.&lt;br /&gt;
Last two sub problems are solved instead with knowledge about image geometry, so working on relations between lines, angles and cross-ratios (alternatively homography).&lt;br /&gt;
&lt;br /&gt;
=== Description and Results of Experiments ===&lt;br /&gt;
&lt;br /&gt;
There are two different categories of images belonging to dataset:&lt;br /&gt;
&lt;br /&gt;
* Photo of cars with known speed&lt;br /&gt;
* Photo of cars with unknown speed (traffic photos)&lt;br /&gt;
&lt;br /&gt;
The first category is mainly used to test quality and robustness of the speed estimation.&lt;br /&gt;
This is an example result:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:Test1(nightshot).jpg|center|thumb|An example of photo with a known car speed (Car speed: 37Km/h, Exposure time: 2s)|370px]]    ||   &lt;br /&gt;
   [[Image:Test1(clustering).jpg|center|thumb|Result of car speed estimation (Estimated speed: 38.56Km/h, Car speed: 37Km/h, Exposure time: 2s)|370px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The second category is especially used to test the quality of the streaks detection and car clustering on a busy road.&lt;br /&gt;
This is an example result:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:Test2(nightshot).jpg|center|thumb|An example of photo with an unknown car speed (Exposure time: 1s)|370px]]    ||   &lt;br /&gt;
   [[Image:Test2(clustering).jpg|center|thumb|Result of car detection and clustering (Exposure time: 1s)|370px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Main problems revealed by the testing are:&lt;br /&gt;
&lt;br /&gt;
* Overestimation of cars speed&lt;br /&gt;
* Wrong car detection for non parallel streaks trajectories&lt;br /&gt;
&lt;br /&gt;
From the experimental results, we notice also a set of important things that must be taken into account:&lt;br /&gt;
&lt;br /&gt;
* Photo quality - the background of the photo must be dark exept in correspondence of the light streaks&lt;br /&gt;
* Exposure time - important is to find the right tradeoff between a shorter and longer time&lt;br /&gt;
&lt;br /&gt;
=== Documentation and Implementation files ===&lt;br /&gt;
&lt;br /&gt;
* [[Media:Analyzing_Traffic_Speed_From_a_Single_Night_Image.pdf | Project Documentation (in italian with english abstract)]]&lt;br /&gt;
* [[Media:SourceCode(reduced).zip | MatLab Source Code (with reduced dataset)]]&lt;br /&gt;
* MatLab Source Code (with full dataset)&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Analyzing_Traffic_Speed_From_a_Single_Night_Image.pdf&amp;diff=3589</id>
		<title>File:Analyzing Traffic Speed From a Single Night Image.pdf</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Analyzing_Traffic_Speed_From_a_Single_Night_Image.pdf&amp;diff=3589"/>
				<updated>2008-06-18T11:56:16Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: Project documentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Project documentation.&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:SourceCode(reduced).zip&amp;diff=3588</id>
		<title>File:SourceCode(reduced).zip</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:SourceCode(reduced).zip&amp;diff=3588"/>
				<updated>2008-06-18T11:36:55Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: MatLab source code with only two test image as dataset.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MatLab source code with only two test image as dataset.&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Projects&amp;diff=3587</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Projects&amp;diff=3587"/>
				<updated>2008-06-18T10:37:51Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: /* Computer Vision and Image Analysis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page is a repository of links to the pages describing the '''projects''' we are currently working on at AIRLab. &lt;br /&gt;
See the list of our finished projects on the [[Finished Projects]] page.''&lt;br /&gt;
&lt;br /&gt;
== Ongoing projects ==&lt;br /&gt;
''by research area (areas are defined in the [[Main Page]]); for each project a name and a link to its AIRWiki page is given''&lt;br /&gt;
&lt;br /&gt;
==== [[Agents, Multiagent Systems, Agencies]] ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[Multiagent cooperation|Multiagent cooperating system]]&lt;br /&gt;
&lt;br /&gt;
* [[Planning in Ambient Intelligence scenarios| Planning in Ambient Intelligence scenarios]]&lt;br /&gt;
&lt;br /&gt;
==== [[BioSignal Analysis]] ====&lt;br /&gt;
----&lt;br /&gt;
====== [[Affective Computing]] ======&lt;br /&gt;
&lt;br /&gt;
* [[Relatioship between Cognition and Emotion in Rehabilitation Robotics]]&lt;br /&gt;
* [[Driving companions]]&lt;br /&gt;
* [[Emotion from Interaction]]&lt;br /&gt;
* [[Affective Devices]]&lt;br /&gt;
&lt;br /&gt;
====== [[Brain-Computer Interface]] ======&lt;br /&gt;
&lt;br /&gt;
* [[Online P300 and ErrP recognition with BCI2000]]&lt;br /&gt;
* [[BCI based on Motor Imagery]]&lt;br /&gt;
* [[Graphical user interface for an autonomous wheelchair]]&lt;br /&gt;
* [[Mu and beta rhythm-based BCI]]&lt;br /&gt;
&lt;br /&gt;
====== [[Automatic Detection Of Sleep Stages]] ======&lt;br /&gt;
&lt;br /&gt;
* [[Sleep Staging with HMM]]&lt;br /&gt;
&lt;br /&gt;
====== [[Analysis of the Olfactory Signal]] ======&lt;br /&gt;
&lt;br /&gt;
* [[Lung Cancer Detection by an Electronic Nose]]&lt;br /&gt;
* [[HE-KNOWS - An electronic nose]]&lt;br /&gt;
&lt;br /&gt;
==== [[Computer Vision and Image Analysis]] ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[Automated extraction of laser streaks and range profiles]]&lt;br /&gt;
&lt;br /&gt;
* [[Data collection for mutual calibration|Data collection for laser-rangefinder and camera calibration]]&lt;br /&gt;
&lt;br /&gt;
* [[Image retargeting by k-seam removal]]&lt;br /&gt;
&lt;br /&gt;
* [[Particle filter for object tracking]]&lt;br /&gt;
&lt;br /&gt;
* [[Template based paper like reconstruction when the edges are straight]]&lt;br /&gt;
&lt;br /&gt;
* [[Wii Remote headtracking and active projector]]&lt;br /&gt;
&lt;br /&gt;
* [[Vision module for the Milan Robocup Team]]&lt;br /&gt;
&lt;br /&gt;
* [[Long Exposure Images for Resource-constrained video surveillance]]&lt;br /&gt;
&lt;br /&gt;
* [[NonPhotorealistic rendering of speed lines]].&lt;br /&gt;
&lt;br /&gt;
* [[Restoration of blurred objects using cues from the alpha matte]]&lt;br /&gt;
&lt;br /&gt;
* [[Analyzing Traffic Speed From a Single Night Image - Light Streaks Detection]]&lt;br /&gt;
&lt;br /&gt;
==== [[Machine Learning]] ====&lt;br /&gt;
----&lt;br /&gt;
* [[Adaptive Reinforcement Learning Multiagent Coordination in Real-Time Computer Games|Adaptive Reinforcement Learning Multiagent Coordination in Real-Time Computer Games]]&lt;br /&gt;
&lt;br /&gt;
* [[B-Smart Behaviour Sequence Modeler and Recognition tool|B-Smart Behaviour Sequence Modeler and Recognition tool]]&lt;br /&gt;
&lt;br /&gt;
==== [[Ontologies and Semantic Web]] ====&lt;br /&gt;
----&lt;br /&gt;
* [[JOFS|JOFS, Java Owl File Storage]]&lt;br /&gt;
* [[FolksOnt|FolksOnt]]&lt;br /&gt;
* [[Extending a wiki with semantic templates]]&lt;br /&gt;
* [[GeoOntology|Geographic ontology for a semantic wiki]]&lt;br /&gt;
&lt;br /&gt;
==== [[Philosophy of Artificial Intelligence]] ====&lt;br /&gt;
----&lt;br /&gt;
==== [[Robotics]] ====&lt;br /&gt;
----&lt;br /&gt;
* [[LURCH - The autonomous wheelchair]]&lt;br /&gt;
&lt;br /&gt;
* [[Rawseeds|RAWSEEDS]]&lt;br /&gt;
&lt;br /&gt;
* [[Balancing robots: Tilty, TiltOne]]&lt;br /&gt;
&lt;br /&gt;
* [[ROBOWII ]]&lt;br /&gt;
&lt;br /&gt;
* [[PoliManus]]&lt;br /&gt;
&lt;br /&gt;
* [[ZOIDBERG - An autonomous bio-inspired RoboFish]]&lt;br /&gt;
&lt;br /&gt;
* [[Styx The 6 Whegs Robot]]&lt;br /&gt;
&lt;br /&gt;
* [[PolyGlove: a body-based haptic interface]]&lt;br /&gt;
&lt;br /&gt;
* [[ULISSE]]&lt;br /&gt;
&lt;br /&gt;
==== [[Soft Computing]] ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Note for students ==&lt;br /&gt;
&lt;br /&gt;
If you are a student and there isn't a '''page describing your project''', this is because YOU have the task of creating it and populating it with (meaningful) content. If you are a student and there IS a page describing your project, you have the task to complete that page with (useful and comprehensive) information about your own contribution to the project. Be aware that the quality of your work (or lack of it) on the AIRWiki will be evaluated by the Teachers and will influence your grades.&lt;br /&gt;
&lt;br /&gt;
Instructions to add a new project or to add content to an existing project page are available at [[Projects - HOWTO]].&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Test2(clustering).jpg&amp;diff=3586</id>
		<title>File:Test2(clustering).jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Test2(clustering).jpg&amp;diff=3586"/>
				<updated>2008-06-18T10:20:19Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: Result of car detection and clustering (Exposure time: 1s)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Result of car detection and clustering (Exposure time: 1s)&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Test2(nightshot).jpg&amp;diff=3585</id>
		<title>File:Test2(nightshot).jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Test2(nightshot).jpg&amp;diff=3585"/>
				<updated>2008-06-18T10:13:30Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: An example of photo with an unknown car speed (Exposure time: 1s)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of photo with an unknown car speed (Exposure time: 1s)&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Test1(clustering).jpg&amp;diff=3584</id>
		<title>File:Test1(clustering).jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Test1(clustering).jpg&amp;diff=3584"/>
				<updated>2008-06-18T10:12:31Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: Result of car speed estimation (Estimated speed: 38.56Km/h, Car speed: 37Km/h, Exposure time: 2s)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Result of car speed estimation (Estimated speed: 38.56Km/h, Car speed: 37Km/h, Exposure time: 2s)&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Test1(nightshot).jpg&amp;diff=3583</id>
		<title>File:Test1(nightshot).jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Test1(nightshot).jpg&amp;diff=3583"/>
				<updated>2008-06-18T10:09:31Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: An example of photo with a known car speed (Car speed: 37Km/h, Exposure time: 2s)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of photo with a known car speed (Car speed: 37Km/h, Exposure time: 2s)&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Nightshot.jpg&amp;diff=3579</id>
		<title>File:Nightshot.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Nightshot.jpg&amp;diff=3579"/>
				<updated>2008-06-18T08:48:25Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of a long exposure photo.&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Nightshot.jpg&amp;diff=3578</id>
		<title>File:Nightshot.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Nightshot.jpg&amp;diff=3578"/>
				<updated>2008-06-18T08:46:19Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example of a long exposure photo.&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Nightshot.jpg&amp;diff=3577</id>
		<title>File:Nightshot.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Nightshot.jpg&amp;diff=3577"/>
				<updated>2008-06-18T08:44:50Z</updated>
		
		<summary type="html">&lt;p&gt;MatteoAlbinola: Example of a long exposure photo of a road&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example of a long exposure photo of a road&lt;/div&gt;</summary>
		<author><name>MatteoAlbinola</name></author>	</entry>

	</feed>