This paper is published in Volume-7, Issue-4, 2021
Area
Information Technology
Author
Syed Shafat Adil, Shiv Shankar Pal, Prashant Kumar, Mehul Anand, Sumit Gaurav
Org/Univ
GNIOT Group of Institutions Greater Noida, Uttar Pradesh, India
Pub. Date
05 August, 2021
Paper ID
V7I4-1671
Publisher
Keywords
Alphanumeric Character, OpenCV, KNN Algorithm, Optical Character Recognition (OCR), ANPR

Citationsacebook

IEEE
Syed Shafat Adil, Shiv Shankar Pal, Prashant Kumar, Mehul Anand, Sumit Gaurav. Automatic Alphanumeric recognition using Python and OpenCV- A new approach of ANPR, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Syed Shafat Adil, Shiv Shankar Pal, Prashant Kumar, Mehul Anand, Sumit Gaurav (2021). Automatic Alphanumeric recognition using Python and OpenCV- A new approach of ANPR. International Journal of Advance Research, Ideas and Innovations in Technology, 7(4) www.IJARIIT.com.

MLA
Syed Shafat Adil, Shiv Shankar Pal, Prashant Kumar, Mehul Anand, Sumit Gaurav. "Automatic Alphanumeric recognition using Python and OpenCV- A new approach of ANPR." International Journal of Advance Research, Ideas and Innovations in Technology 7.4 (2021). www.IJARIIT.com.

Abstract

Alphanumeric recognition is a computer aspect that recognizes any digital Image automatically fed from an external source. This system initiates from obtaining digital images, localizing concerned alphanumeric areas, truncating characters and OCR from given alphanumeric characters. This system is intended to be designed and developed for helping in image processing and algorithms to identify the area from where given alphanumeric digits can be identified. These characters in a segmented way are identified with the aid of Open Source Computer Vision Library ( OpenCV) and programmed in python language. In the given source image KNN (k-Nearest Neighbor) algorithm is used to find all possible alphanumeric characters.