madelonhulsebos / ComputerVision

This repository comprises the work for an academic project in the context of Computer Vision. We built a system that reads in a file, scans an image in search for a license plate, and if one was found outputs the characters on this license plate.
6 stars 5 forks source link

Basic implementation for a license plate detection classifier #5

Closed JeroenMandersloot closed 7 years ago

JeroenMandersloot commented 7 years ago

For this we would like to use the Viola–Jones object detection framework, which uses AdaBoost with many different decision stump classifiers based on HAAR features.

JeroenMandersloot commented 7 years ago

Using HOG features now, because Viola & Jones did not pan out. Good enough for now, may consider more complicated models later.