Difference between revisions of "Private:Surveillance"

From NMSL
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
[http://videos.cctvcamerapros.com/category/surveillance-video-samples CCTV Camera Pros]
 
[http://videos.cctvcamerapros.com/category/surveillance-video-samples CCTV Camera Pros]
  
[http://videos.cctvcamerapros.com/surveillance-video-samples/30-frames-per-second.html Video 1] shows a day view of a car, someone approaches the car and steals something from inside and runs away. [http://videos.cctvcamerapros.com/surveillance-video-samples/cctv-camera-recording.html Video 2] is similar but shot at night.
+
[http://videos.cctvcamerapros.com/surveillance-video-samples/30-frames-per-second.html Video 1] shows a day view of a car, someone approaches the car, steals something from inside and runs away. [http://videos.cctvcamerapros.com/surveillance-video-samples/cctv-camera-recording.html Video 2] is similar but shot at night.
For both videos the first frame which is totally dark and the final advertisements are dropped and not processed. From each a %1 summary is produced.
+
For all videos the first frames which are totally dark and the final advertisements are dropped and not processed. From each video a %1 summary is produced.
  
 
<table border=1>
 
<table border=1>
Line 11: Line 11:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>#1</td><td>490</td><td>2, 4, 7, 146, 200</td><td>[[summary1.bmp]]</td>
+
<td>#1</td><td>490</td><td>2, 4, 7, 146, 200</td><td>[[media:summary1.bmp | summary1]]</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>#2</td><td>540</td><td>2, 4, 205, 416, 522</td><td>[[summary2.bmp]]</td>
+
<td>#2</td><td>540</td><td>2, 4, 205, 416, 522</td><td>[[media:summary2.bmp | summary2]]</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>#3</td><td>420</td><td>10, 132, 396, 416</td><td>[[summary3.bmp]]</td>
+
<td>#3</td><td>420</td><td>10, 132, 396, 416</td><td>[[media:summary3.bmp | summary3]]</td>
 +
</tr>
 +
<tr>
 +
<td>#4</td><td>9000</td><td>N/A</td><td>[http://nsl/projects/cas/summary.zip summary4]</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
  
Summary of Video 1 did not include any frames from the second half of the video. After comparing the sequence with that of Video 2, it was noticed that unlike Video 2, Video 1 starts when the person is in the scene. Therefore, the frames from the second half of the video seem 'normal' and not detected as significant frames. Therefore we tried [http://videos.cctvcamerapros.com/security-camera-videos/ppro-9475-box-camera.html Video 3] which similarly to Video1 is shot in day light but starts with no person in the scene.
+
Summary of Video 1 did not include any frames from the second half of the video. After comparing the sequence with that of Video 2, it was noticed that unlike Video 2, Video 1 starts when the person is in the scene. Therefore, we guess that the frames from the second half of the video seem 'normal' and not detected as significant frames. To verify our guess, we tried [http://videos.cctvcamerapros.com/security-camera-videos/ppro-9475-box-camera.html Video 3] which similarly to Video 1 is shot in day light but starts with no person in the scene. Since the key frames from Video 3 does not include the person running away, our guess is incorrect. Longer videos are needed for further investigation.
 +
 
 +
[http://nsl.cs.sfu.ca/video/library/CBC/doc-reality.wmv Video 4] is a segment of a documentary from CBC. It shows that the summarization technique performs well on different types of video.
 +
 
 +
 
 +
==Useful Links==
 +
* [http://www.eptascape.com/index.htm Eptascape Surveillance Systems]
 +
* [http://www.chiariglione.org/mpeg/standards/mpeg-7/mpeg-7.htm MPEG-7 Overview]
 +
* [http://www.chiariglione.org/MPEG/technologies/mp07-rsw/index.htm MPEG-7 Reference Software]
 +
* [http://ieeexplore.ieee.org/iel5/76/20050/00927422.pdf?isNumber=20050 The MPEG-7 visual standard for content description-an overview]

Latest revision as of 13:49, 4 April 2008

In this set of experiments, we investigate applications of our algorithm to summarization of surveillance videos. The algorithm is modified to build the feature matrix using only H and S elements in the HSV color space. The sample videos are taken from CCTV Camera Pros

Video 1 shows a day view of a car, someone approaches the car, steals something from inside and runs away. Video 2 is similar but shot at night. For all videos the first frames which are totally dark and the final advertisements are dropped and not processed. From each video a %1 summary is produced.

Video#FramesKey FramesSummary Image
#14902, 4, 7, 146, 200 summary1
#25402, 4, 205, 416, 522 summary2
#342010, 132, 396, 416 summary3
#49000N/Asummary4

Summary of Video 1 did not include any frames from the second half of the video. After comparing the sequence with that of Video 2, it was noticed that unlike Video 2, Video 1 starts when the person is in the scene. Therefore, we guess that the frames from the second half of the video seem 'normal' and not detected as significant frames. To verify our guess, we tried Video 3 which similarly to Video 1 is shot in day light but starts with no person in the scene. Since the key frames from Video 3 does not include the person running away, our guess is incorrect. Longer videos are needed for further investigation.

Video 4 is a segment of a documentary from CBC. It shows that the summarization technique performs well on different types of video.


Useful Links