15
Edge Detection Compression and Security of Surveillance Videos 張張張

Edge Detection Compression and Security of Surveillance Videos

  • Upload
    elvin

  • View
    41

  • Download
    0

Embed Size (px)

DESCRIPTION

Edge Detection Compression and Security of Surveillance Videos. 張晏豪. Experimental Setting. Windows XP Intel(R ) Core(TM)2 Quad CPU Q6600 @ 2.40GHz 2GB RAM. Experimental Parameters. Threshold_sobel :Determine how many edge points you want - PowerPoint PPT Presentation

Citation preview

Page 1: Edge Detection Compression and Security of Surveillance Videos

Edge DetectionCompression and Security of Surveillance Videos張晏豪

Page 2: Edge Detection Compression and Security of Surveillance Videos

2

Experimental Setting Windows XPIntel(R) Core(TM)2 Quad CPU

Q6600 @2.40GHz2GB RAM

Page 3: Edge Detection Compression and Security of Surveillance Videos

3

Experimental ParametersThreshold_sobel:Determine how many

edge points you wantThreshold_dis: If the point is in the

interval (- Threshold_dis,+ Threshold_dis), the point is regarded as edge point

Threshold_score: If the amount of edge points around the line are more than threshold_score, the line is regard as true line

Page 4: Edge Detection Compression and Security of Surveillance Videos

4

Experimental Results Edge points: Original image after Sobel filter Threshold_sobel:130 2949 edge points 4346826 lines

Original image Edge points

Page 5: Edge Detection Compression and Security of Surveillance Videos

5

Experimental Results Threshold_sobel:130 Threshold_dis:5 Threshold_score:400 Elapsed time :4738 sec

Page 6: Edge Detection Compression and Security of Surveillance Videos

6

Threshold_sobel:130Threshold_dis:1.5Threshold_score:200

Threshold_sobel:130Threshold_dis:1.5Threshold_score:50

Threshold_sobel:130Threshold_dis:1.5Threshold_score:150

Threshold_sobel:130Threshold_dis:1.5Threshold_score:100

Page 7: Edge Detection Compression and Security of Surveillance Videos

7

Experimental Results Threshold_sobel:130 Threshold_dis:1.5 Threshold_score:100 Elapsed time:4982 sec

Page 8: Edge Detection Compression and Security of Surveillance Videos

8

Paint the lines with top 1000 score

Page 9: Edge Detection Compression and Security of Surveillance Videos

9

Hough TransformDetect lines in r-θ plane

Page 10: Edge Detection Compression and Security of Surveillance Videos

10

Experimental ParametersThreshold_sobel: Determine how

many edge points you wantThreshold_interval: Angle

increment of each detectionThreshold_votes: If the amount of

edge points on the angle are more than threshold_score, the line at this angle would be painted

Page 11: Edge Detection Compression and Security of Surveillance Videos

11

Experimental Results

Threshold_sobel:130Threshold_interval:1Threshold_votes:10

Threshold_sobel:130Threshold_interval:1Threshold_votes:20

Threshold_sobel:130Threshold_interval:1Threshold_votes:5

Page 12: Edge Detection Compression and Security of Surveillance Videos

12

Experimental Results Threshold_sobel:130 Edge points:2949 Threshold_interval:1 Threshold_votes:10 Elapsed time :0.87 sec

Page 13: Edge Detection Compression and Security of Surveillance Videos

13

Experimental Results

Threshold_sobel:130Threshold_interval:1Threshold_votes:5

Threshold_sobel:130Threshold_interval:1Threshold_votes:10

Threshold_sobel:130Threshold_interval:1Threshold_votes:15

Page 14: Edge Detection Compression and Security of Surveillance Videos

14

Experimental Results Threshold_sobel:130 Edge points:4866 Threshold_interval:1 Threshold_votes:10 Elapsed time :1.37 sec

Page 15: Edge Detection Compression and Security of Surveillance Videos

15

END