30
AUTOMATIC DETECTION OF EMPTY PARKING SLOTS -OPEN SPACE CAR PARK Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Embed Size (px)

Citation preview

Page 1: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

AUTOMATIC DETECTION OF EMPTY

PARKING SLOTS -OPEN SPACE CAR PARK

Student Name: Honghao ChenSupervisor: Dr Jimmy Li

Co-Supervisor: Dr Sherry Randhawa

Page 2: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Content: Background Introduction

Procedures

Methods

Future Extension

Conclusion

Page 3: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Purpose Circling parking lots Wasting time and effort Providing information via digital displays Open car parks Detecting individual and predetermined

parking slot Video and image processing Real-time and mobile apps

Page 4: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Where to goHow long to takeWhere to go if occupied

Page 5: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Video Mosaicking

Stitch video frames together

A comprehensive view of the scene

A compact representation of the video data

Page 6: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Procedure:

1. Loading a video sequence

2. Matching points between successive frames by

the Corner Matching subsystem

3. Estimating Geometric Transformation block

4. Computing an accurate estimate of the

transformation matrix

5. Overlaying the current video frame onto the

output image

Page 7: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa
Page 8: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Perspective Transformation To change the ‘perspective’ of the active

content from one state to another

To find a full image

Page 9: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Image Extraction Predetermined region of each parking space Reference setting

Page 10: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Methods

Color Histogram

CPSNR – Color Peak Signal-to-Noise

Ratio

NCD – Normalized Color Difference

Page 11: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Color Histogram

Provide a global description of the

appearance of an image

Produce a level for every pixel value in

the original image

Page 12: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Empty parking slots

Page 13: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Occupied by blue car

Page 14: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Occupied by red car

Page 15: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Procedure:

Describe the levels of the original image

Specify the desired density function

Obtain the transformation function

Apply the inverse transformation

function

Page 16: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

CPSNR (Color Peak Signal-to-Noise Ratio)

The ratio between the maximum possible

value (power)

Is expressed in terms of the logarithmic

decibel scale

Page 17: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

I: The matrix data of the original image I: The matrix data of the degraded image M, N : The number of rows and columns of input

image R: 255 for an 8-bit unsigned integer data type

Page 18: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Images took from different locations

Page 19: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Comparison

Page 20: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa
Page 21: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

As a quality measurement between the

original and a compressed image

The higher the CPSNR, the better the quality

of the compressed

Page 22: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Normalized Color Difference

Depending on the illumination

Depending on different lighting conditions or

cameras

Allowing for object recognition techniques

based on color

To compensate for variations

Page 23: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Application:

For object recognition on color images

Detect all intensity values from the image while

preserving color values

NormalizedRed = r/sqrt(Red^2 + Green^2 + Blue^2);

NormalizedGreen = g/sqrt(Red^2 +

Green^2 + Blue^2);

NormalizedBlue = b/sqrt(Red^2 + Green^2 + Blue^2);

Page 24: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Choosing a suitable reference

Page 25: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Comparison

Page 26: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Under different lighting conditions

Page 27: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Range of NCDValue

Informationto display

> 17 Occupied

< 8 Available

Page 28: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

NCD: 27.3598

Page 29: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Future Extension

Mobile apps for real-time update

-GPS

Extra information

-The nearest slot if possible

Page 30: Student Name: Honghao Chen Supervisor: Dr Jimmy Li Co-Supervisor: Dr Sherry Randhawa

Conclusion:

Principle

Procedures

Video Static image Slot reference

Methods (NCD) Display

Results Analysis

Over 17 Occupied

Below 8 Available