Skip to content

yumin-chen/license-plate-object-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Plate Object Identification

Introduction

This project aims to find (and isolate by masking) the registration plate in the image Reg.jpg using MATLAB. Algorithms will be demonstrated on this specific image but they are designed in a general way so they will work on similar images. All designs aim to be as automated as possible.

Original Result
Original Output
Original Output
Original Output
Original Output

Development

This project is divided and marked by weekly progress. Weekly Progress Blogs are used to record the related research into an area of computer vision and implementation of an algorithm design in MATLAB.

Week 1: Contrast Stretching

Week 2: Thresholding

Week 3: Edge Detection

Week 4: Color Segmentation

Week 5: Finishing Up

Licensing

Please see the file named LICENSE.md.

Author