Week 1
Allocation of Roles and Analysis:
Lab Day:
So we shifted our focus this week to software. We successfully implemented the core functionality of the recognition algorithm and completed the coding phase. However, during testing, we encountered some problems.
In the first week of our project, we focused on developing a license plate recognition system using traditional computer vision techniques. Our initial approach relied on OpenCV, a widely used library for image processing. Instead of utilizing deep learning models, we opted for classical image processing techniques such as Gaussian noise reduction, color filtering, binarization, morphological transformations, and edge detection. These methods are computationally efficient and do not require extensive labeled datasets for training, making them an attractive choice for real-time applications.
Methods and Techniques Used
Challenges Encountered
Color Filtering Limitations:
Varying License Plate Colors:
Next Week
Improve Color Filtering: By incorporating adaptive color detection techniques that adjust to different lighting conditions and license plate colors.
Enhance Feature Extraction: Experimenting with contour detection and shape recognition to better identify license plates in diverse conditions.
Explore Hybrid Methods: Considering a combination of classical computer vision and deep leaning.
评论
发表评论