rsingh2083/Automatic-Number-Plate-Recognition-ANPR-using-Java
Automatic Number Plate Recognition (ANPR) is an image processing technology which uses number plate to identify the vehicle. s. The main objective of this project is to design and develop effective image processing techniques and algorithms to localize the number plate in the captured image using Java programming. Some of the approach like noise reduction, grayscale conversion, edge detection, binarization, finding contour and image segmentation is used to crop the number plate location. Finally, to evaluate the performance of system, the localization is tested with a number of vehicle images. An accuracy of more than 80% was achieved for the localization of vehicle number plates.
Java