HIKVISION Automatic Number Plate Recognition Technology

3y ago
42 Views
3 Downloads
369.57 KB
9 Pages
Last View : 3m ago
Last Download : 3m ago
Upload by : Matteo Vollmer
Transcription

HIKVISIONAutomatic Number PlateRecognition TechnologyA universal and efficient algorithmfor global ANPR application

Table of Content1.Background . 32.Key Technologies . 32.1.2.1.1.Rough Locating .42.1.2.False Plate Filtering .42.1.3.Fine Locating and Post Processing .42.2.Character Partition . 52.2.1.Rough Partition.52.2.2.Fine Partition .62.2.3.Bilayer Plate Processing .62.3.3.Plate Locating . 4Character Recognition . 7Applications . 8AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY2

1. BACKGROUNDWith the vehicle applications gaining popularity in daily life, intelligent vehiclemanagement becomes important in many industries. Hikvision ANPR (Automatic NumberPlate Recognition) technology can detect and identify the vehicle’s unique license platenumber and is an important component of a sophisticated vehicle management system.While Hikvision’s ANPR technology has been approved by many Chinese customers for itshigh accuracy, lack of a universal license plate format in the overseas market presented agreat challenge. Hikvision’s ANPR technology was created to be applied globally in diverseplaces since it does not rely on prior information (such as plate character structure, platecolor, etc.).2. KEY TECHNOLOGIESHikvision ANPR technology is able to extract license plates from the complicatedbackground, separate and recognize each character on the plate, and reformat the plateinformation. The technology consists of plate locating, character partitioning, andcharacter recognition. See the below diagram for the recognition example.Original FigurePlate LocatingCharacter PartitioningCharacter RecognitionFigure 1 Plate Recognition FlowAUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY3

2.1. PLATE LOCATINGPlate locating technology does not rely on the plate color or character structure, and canlocate monolayer (single section) and bilayer (dual section) plates. The plate locatingprocedure consists of rough locating, false plate filtering, fine locating, and postprocessing.2.1.1. ROUGH LOCATINGThe rough locating procedure works based on the characteristic that the contrast betweenplate characters and the plate background is very pronounced. It searches the part thatmatches with the feature in the image to locate the license plate.Figure 2 Rough Locating Result2.1.2. FALSE PLATE FILTERINGBecause the surveillance environment might be complex and contain plate-like parts (suchas vehicle wheels as shown in Figure 2 and other items), false plate information should befiltered from the rough locating result by confirming that the textural features of thelocated part correspond with an actual plate.Figure 3 False Plate Filtering Result2.1.3. FINE LOCATING AND POST PROCESSINGThe edge of the rough located part is not as accurate as that of the actual plate, the plateis precisely locate by analyzing the discriminating features between it and thebackground, , as shown in the following figure.Figure 4 Fine Locating ResultFurthermore, to finely locate the main section (the section has more characters) of themulti-sectioned license plate (in the following figure, the content marked by the red frameis the main section), we post-process the license to determine the accurate border of themain section by using the Hikvision character detection algorithm.AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY4

Figure 5 Bilayer License Plate2.2. CHARACTER PARTITIONINGSince the plate locating has now obtained the upper and lower borders of the platecharacters, the remaining problem is determining the left and right borders of eachcharacter. Here are the common character partition (character’s circumscribed rectangle)methods and their advantages and disadvantages. Vertical ProjectionThis technique finds the wave troughs by observing the projections. Wave troughs arethe spaces between the characters, which are used to locate and partition off everycharacter. However, this method cannot judge where the left border of the firstcharacter is. Other methods should be combined to find the plate’s left and rightborders. CCL (Connected Component Labeling)Every character is a connected region or has a part that is connected. We can cut theconnected region out of the image to get the shape of the character. But in actualapplication, an excessive noise may degrade the regions of different characters andinterfere with identifying the character partition. Template MatchingAfter using character partition methods such as vertical projection, template matchingcan be applied to locate the character position precisely with the known characterorder structure and effectively decrease the character partition errors. However, sincethe worldwide plate types vary, template matching is unreliable.To solve the universality problem of the character partition algorithm, Hikvision developedan algorithm that combines Vertical Projection and CCL to roughly part the characters,another method to finely part the characters, and a special strategy to identify all theborders of characters on the multi-section plates. Therefore, Hikvision’s character partitionalgorithm is suitable for global application.2.2.1. ROUGH PARTITIONDuring the rough partition procedure, Hikvision first uses the CCL estimate the characterwidth and spaces between characters, and then introduces Vertical Projection to roughlylocate the characters and their left and right borders. Hikvision algorithm guarantees theexcellent application university at the beginning.AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY5

2.2.2. FINE PARTITIONSince there are possible problems left by the rough partition such as one characterseparated into two or more, two characters combined into one, diverse character widths,and inter-embedded characters, Hikvision develops a fine partition algorithm with the mostadvanced technology, which is a core part of the ANPR technology.1) To finely separate complicated characters problems such as one character separatedinto two, or two characters combined into one, the algorithm separates charactersbased on different preprocessed pictures (such as greyscale picture, outline drawing,etc.), compares the results, and selects the result with the highest confidencecoefficient.2) Hikvision’s character detection algorithm is used to identify characters with unequalwidths. As shown in the following figure, the characters marked with blue rectangle arethe partition result that has eliminated the unequal width influence.Figure 6 Partition Result of Characters with Unequal Width (Front Part)3) The inter-embedded characters, such as the “7” and “4” in the following figure, areregarded as one character after the rough partition and affect the recognitionaccuracy. Hikvision introduces the Hikvision Block Analysis Technology to finelypartition every character.Figure 7 Inter-Embedded Characters2.2.3. BILAYER PLATE PROCESSINGThis technique uses a categorizer to distinguish the bilayer plate. If the plate is a bilayerplate, Hikvision has a special processing strategy that locates the minor layer (with fewercharacters) based on the located main layer (with more characters) and completes thecharacter partition.In most cases, the main layer is located lower than the minor layer; however, in someregions, the positions of the main layer and the minor layer are reversed, as shown in thefollowing figure.Figure 8 The Main Layer is in the Upper PositionTo maintain compatibility with both kinds of bilayer plates, an “internal adjustmentAUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY6

measure” is adopted: after locating the two layers of the plate, it will always start thepartition from the lower layer. This measure can speed up the processing efficiency forbilayer plate.2.3. CHARACTER RECOGNITIONHikvision’s character recognition algorithm is based on a machine learning neural networkalgorithm. Compared to the traditional recognition algorithm, it has advantages that it hasa character authenticity identification module and supports various kinds of charactersrecognition, including Arabic numerals, English characters, Chinese characters, Koreancharacters, Thai characters, Japanese characters, etc. It works according to the belowflow diagram.StartGet the greyscale ofeach ticityIdentificationComposite all therecognition results ofcharacter into acomplete oneSelect a mostaccurate one andoutputEndFigure 9 Character Recognition FlowBecause the Hikvision ANPR algorithm is suitable for the global application, many noncharacter may be separated in the partition process, such as the plate frame and heatdissipation area in the vehicle nose. To improve the recognition efficiency, the falseinformation is filtered by implementing the character authenticity identification beforecharacter recognition.AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY7

3. APPLICATIONSHikvision ANPR technology features the most advanced machine learning algorithm and theimage processing measure, and reaches extremely high accuracy. It has the followingadvantages: Small resource occupation; High recognition efficiency; Great capability: round-the-clock recognition and minimally affected by weather; Global application: supports Arabic numeric, English characters, and any otherlanguage characters.Vietnam ANPR ApplicationPhilippine ANPR ApplicationIndian ANPR ApplicationMacau ANPRFigure 10 Hikvision ANPR Global Application ExamplesMost of the traditional ANPR technologies, which depend a lot on the license plate colorand structure, the accuracy rises and falls affected by the environment, are appliedlimiting by their disadvantages. And if there are multiple plate types in the applicationregion, their recognition accuracy would greatly reduce.Hikvision’s ANPR technology, however, does not rely on specific environmental and regionalconditions. Hikvision’s advanced algorithms can recognize multiple plate types. HikvisionANPR cameras satisfy global applications with recognition accuracy higher than 95percent. Versions customized for specific region can reach 98 percent accuracy or more. Atpresent, Hikvision ANPR cameras have been applied in parking lots, buildings’ entrance andexist, etc. and are approved by many customers.AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY8

AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY9

AUTOMATIC NUMBER PLATE RECOGNITION TECHNOLOGY 4 2.1. PLATE LOCATING Plate locating technology does not rely on the plate color or character structure, and can locate monolayer (single section) and bilayer (dual section) plates. The plate locating procedure consists of rough locating, false plate filtering, fine locating, and post processing.

Related Documents:

HIKVISION Outdoor Network PTZ Speed Dome Camera User Manual Home » Hikvision » HIKVISION Outdoor Network PTZ Speed Dome Camera User Manual HIKVISION Outdoor Network PTZ Speed Dome Camera. Contents [ hide . Client iVMS-4200, iVMS-4500 Web Browser IE 7 , Chrome 18 , Firefox 5.0 , Safari 5.02 General

What is iVMS-4500 iVMS-4500 is a mobile phone surveillance application from HikVision, which is available on iPhone and Android phones, supporting Hikvision CCTV Camera, DVR, HD-TVI CCTV Camera, IP Cameras, NVR, etc. The key features of HIKVISION iVMS-4500 Mobile Surveillance Application include: Real-time video live view of up to 16 channels;

How to Use HikVision CCTV iVMS-4500 Hickvision CCTV iVMS-4500 app can be used on iOS or Android. What is iVMS-4500 iVMS-4500 is a mobile phone surveillance application from HikVision, which is available on iPhone and Android phones, supporting Hikvision CCTV Camera, DVR, HD-TVI CCTV Camera, IP Cameras, NVR, etc. The key features of HIKVISION .

hikvision software. hikvision does not warrant, guarantee, or make any representations regarding the use or the results of the use of the hikvision software in terms of its correctness, accuracy, reliability, currentness, or otherwise. the entire risk as to the results and performance of the hikvision software is assumed by you. the exclusion of

Questions: techsupport.usa@hikvision.com www.hikvision.com Title: How to Deploy Hikvision’ s F low Control Solution on Digital Signa ge Version: v1.1.0.50 Build : 200527 Date: 5/30/2020

This Manual is subject to domestic and international copyright protection. Hangzhou Hikvision Digital Technology Co., Ltd. ("Hikvision") reser ves all rights to this manual. This manual cannot be reproduced, changed, translated, or distributed, partially or wholly, by any means, without the prior written permission of Hikvision.

hikvision software. hikvision does not warrant, guarantee, or make any representations regarding the use or the results of the use of the hikvision software in terms of its correctness, accuracy, reliability, currentness, or otherwise. the entire risk as to the results and performance of the hikvision software is assumed by you. the exclusion of

Within this programme, courses in Academic Writing and Communication Skills are available. There are also more intensive courses available, including the Pre-Sessional Course in English for Academic Purposes. This is a six-week course open to students embarking on a degree course at Oxford University or another English-speaking university. There are resources for independent study in the .