ANPR Day 9: Pattern Recognition using Statistical Machine Library
The most critical component of the ANPR system is its pattern recognition system. In pattern recognition system, the machine is taught to recognize patterns. It will be used to locate number plate in images and for character recognition. In order to do this, the system needs to be trained using OpenCV's Statistical Machine Library.
The main algorithms used to realize this are Support Vector Machine algorithm and Artificial Neural Network algorithm. To get a better understanding of OpenCV library and its machine learning library, online sources will be sorted and the most suitable one will be used.
More about this will be discussed in next posts.
The main algorithms used to realize this are Support Vector Machine algorithm and Artificial Neural Network algorithm. To get a better understanding of OpenCV library and its machine learning library, online sources will be sorted and the most suitable one will be used.
More about this will be discussed in next posts.
Comments
Post a Comment