WO2022065547A1 - Method for recognizing license plate by using hybrid technique, and system therefor - Google Patents

Method for recognizing license plate by using hybrid technique, and system therefor Download PDF

Info

Publication number
WO2022065547A1
WO2022065547A1 PCT/KR2020/012962 KR2020012962W WO2022065547A1 WO 2022065547 A1 WO2022065547 A1 WO 2022065547A1 KR 2020012962 W KR2020012962 W KR 2020012962W WO 2022065547 A1 WO2022065547 A1 WO 2022065547A1
Authority
WO
WIPO (PCT)
Prior art keywords
license plate
recognition
image
plate area
extracted
Prior art date
Application number
PCT/KR2020/012962
Other languages
French (fr)
Korean (ko)
Inventor
김상훈
최진욱
김희원
Original Assignee
주식회사 키센스
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 키센스 filed Critical 주식회사 키센스
Priority to PCT/KR2020/012962 priority Critical patent/WO2022065547A1/en
Publication of WO2022065547A1 publication Critical patent/WO2022065547A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Definitions

  • the present invention relates to license plate recognition technology, and more particularly, to a method and system capable of improving recognition accuracy for a license plate attached to an object using a hybrid technique combining two different techniques.
  • the LPR (License plate recognition) system is a device that extracts license plate number data from images captured by a camera, and has previously been used to detect speeding vehicles on highways. It was used to automatically crack down or detect illegal parking on the street.
  • a license plate recognition system is widely used in various fields such as parking, crime prevention, signal violation, speed violation, and the like.
  • the conventional vehicle license plate recognition system generally has many difficulties in extracting the license plate due to a difference in light and shade due to natural phenomena, a lot of noise in rainy weather, or reflection of vehicle light light at night.
  • the contour detection algorithm among the existing algorithms uses a Sobel mask pattern algorithm a lot, and as the noise removal algorithm, noise removal using an erosion and dilation algorithm is widely used.
  • the present invention proposes a method and system capable of improving license plate recognition accuracy using a hybrid technique that combines a deep learning neural network for extracting a license plate region and an optical character recognition technique (OCR) for recognizing identification information in the license plate region.
  • OCR optical character recognition technique
  • Embodiments of the present invention provide a method and system capable of improving the recognition accuracy for a license plate attached to an object using a hybrid technique combining two different techniques and a system.
  • embodiments of the present invention improve license plate recognition accuracy by using a hybrid technique that combines a deep learning neural network for extracting a license plate region from an image of an object and an optical character recognition technique (OCR) for recognizing identification information in the license plate region
  • OCR optical character recognition technique
  • the license plate recognition method comprises the steps of extracting a license plate area from the input image using a neural network of a pre-trained learning model when an input image is received; and recognizing identification information on the license plate of the corresponding object from the extracted license plate area using a preset recognition technique.
  • the recognition technique may include optical character recognition (OCR).
  • OCR optical character recognition
  • the recognizing may perform image correction on the extracted license plate area, and recognize the identification information from the image corrected license plate area using the recognition technique.
  • the contrast of the extracted license plate area is lower than the preset reference contrast
  • the contrast of the extracted license plate area is adjusted to the reference contrast and then the identification information is obtained using the recognition technique.
  • the license plate recognition method further includes generating a learning model for extracting a license plate area attached to the object through learning using image data including a preset object, the step of extracting may extract the license plate area from the input image using the neural network of the generated learning model.
  • the license plate recognition system includes: an extractor for extracting a license plate area from the input image using a neural network of a pre-trained learning model when an input image is received; and a recognition unit for recognizing identification information on the license plate of the corresponding object from the extracted license plate area using a preset recognition technique.
  • the recognition technique may include optical character recognition (OCR).
  • OCR optical character recognition
  • the recognition unit may perform image correction for the extracted license plate region, and recognize the identification information from the image corrected license plate region using the recognition technique.
  • the recognition unit adjusts the contrast of the extracted license plate area to the reference contrast and then uses the recognition technique to recognize the identification information can
  • the license plate recognition system further comprises a generator for generating a learning model for extracting a license plate area attached to the object through learning using image data including a preset object, the extraction The unit may extract the license plate area from the input image by using the neural network of the generated learning model.
  • an object image for example, a license plate area attached to an object from a car image is extracted using a neural network of a pre-trained learning model, for example, CNN, and another technique example
  • a neural network of a pre-trained learning model for example, CNN
  • OCR optical character recognition technique
  • the extraction accuracy for the license plate area attached to the object is improved, and the OCR technique after image correction for the extracted license plate area
  • the OCR technique By recognizing the identification information of the license plate by using it, it is possible to overcome the disadvantages of the OCR method and the disadvantages of deep learning, thereby reducing the cost and improving the recognition accuracy.
  • FIG. 1 shows an exemplary diagram of a system for explaining the present invention.
  • Figure 2 shows an operation flowchart for a license plate recognition method using a hybrid technique according to an embodiment of the present invention.
  • FIG 3 shows an exemplary view for explaining the method of the present invention.
  • Figure 4 shows the configuration of a license plate recognition system using a hybrid technique according to an embodiment of the present invention.
  • the OCR method has the advantage of being very fast and inexpensive compared to the deep learning method, but the accuracy of locating the license plate from the image using computer vision technology is lower than that of deep learning, and it is too bright, dark, shadow, backlight, etc. It is weak against the noise of the image, it can mistake the continuous patterns in the image as the character area, and because it tries to extract the number from a non-car, it can be misjudged by something similar to the license plate. There is a problem in that it is difficult to extract the license plate area.
  • the deep learning method has a problem in that the accuracy of finding license plates is relatively higher than the OCR method and the recognition accuracy is also high, but the cost is higher than the OCR method.
  • Embodiments of the present invention improve the recognition accuracy for a license plate attached to an object by using a hybrid technique that combines the advantages of two different methods, for example, the advantages of the deep learning method and the advantages of the OCR method. make that the gist of it.
  • the present invention extracts a license plate area attached to an object from an object image, for example, a car image, using a neural network of a pre-trained learning model, for example, CNN, and another technique, for example, OCR
  • a neural network of a pre-trained learning model for example, CNN
  • another technique for example, OCR
  • the present invention learns a neural network using image data including preset objects, for example, automobiles. By doing so, a learning model or extraction model for extracting the license plate region is created, and the license plate region can be accurately extracted from the input image captured through a shooting means, for example, CCTV, etc. using a neural network having the generated learning model. .
  • a neural network for example, a convolutional neural network (CNN)
  • the present invention provides image correction for the license plate region because, when the license plate region is extracted from the object, the license plate region may not be clear due to noise included in the extracted license plate region, for example, too bright, dark, shadow, backlight, etc. After performing the OCR technique for the image-corrected license plate region, it is possible to recognize the identification information included in the license plate region.
  • the object in the present invention may include all kinds of objects including automobiles, motorcycles, etc. to which a license plate in which identification information is written can be attached.
  • an object is limited to a vehicle, but the object in the present invention is not limited to a vehicle and can include all kinds of objects that can identify the object by attaching a license plate. It is apparent to those skilled in the art.
  • FIG. 1 is a diagram illustrating a system according to an embodiment of the present invention.
  • the system in the present invention receives the input image input from the image photographing means 100 for photographing the image, for example, CCTV and the image photographing means 100, and is included in the input image. Extracts the license plate area of the object, and includes a license plate recognition system 200 for recognizing identification information included in the extracted license plate area.
  • the image photographing means 100 is disposed in a certain place to photograph an image of an object, and may be provided in a place where a car is driven, such as an apartment, a road, a parking lot, etc. Or, you can change directions at the location, so you can shoot in multiple directions.
  • the image capturing means 100 may provide the image captured in real time to the license plate recognition system through the network, and when providing the image to the license plate recognition system, identification information for the image capturing means, image shooting time, etc. information can be provided together.
  • the image photographing means 100 may be connected to the license plate recognition system through a network, and the communication method between the image photographing means and the distributed in-time system is not limited, and the network (eg, mobile communication network, wired Internet) that the network may include , wireless Internet, broadcasting network) as well as short-distance wireless communication between devices may be included.
  • the network includes a personal area network (PAN), a local area network (LAN), a campus area network (CAN), a metropolitan area network (MAN), a wide area network (WAN), a broadband network (BBN), the Internet, and the like.
  • PAN personal area network
  • LAN local area network
  • CAN campus area network
  • MAN metropolitan area network
  • WAN wide area network
  • BBN broadband network
  • the network may include any one or more of the networks of Further, the network may include, but is not limited to, any one or more of a network topology including, but not limited to, a bus network, a star network, a ring network, a mesh network, a star-bus network, a tree or a hierarchical network, and the like. .
  • the license plate recognition system 200 receives an input image received through the image capturing means 100, for example, an input image including a car, and learns in advance the license plate localization of the vehicle included in the received input image.
  • the neural network of the trained learning model for example, is extracted using a convolutional neural network, and the identification information (recognition) included in the license plate is recognized from the extracted license plate region using the OCR method.
  • the license plate recognition system 200 may generate a learning model of a neural network for extracting the license plate region of a vehicle through training or learning using the learning data, and the learning data for generating the learning model is a clear image
  • the image may include an image to which a preset noise pattern, for example, a noise pattern by light or a beam, or a noise pattern by a shadow or darkness, is applied to a clear image.
  • the license plate recognition system 200 of the present invention generates a learning model of a neural network through training using training data including an image containing various noises as well as an image in which the object and the license plate area are clear, when the input image is clear.
  • training data including an image containing various noises as well as an image in which the object and the license plate area are clear, when the input image is clear
  • the license plate area attached to the object can be accurately extracted from the input image.
  • the license plate recognition system 200 of the present invention has been described as identification information recognition using the license plate region extraction and OCR technique by the neural network based on the learning model, but is not limited thereto, and the license plate is combined with the deep learning technique rather than the OCR technique It is also possible to apply various techniques that can reduce the cost while improving the recognition accuracy of the identification information.
  • Figure 2 shows an operation flowchart for a license plate recognition method using a hybrid technique according to an embodiment of the present invention
  • Figure 3 shows an exemplary diagram for explaining the method of the present invention.
  • the license plate recognition method according to an embodiment of the present invention is image data, for example, learning data for extracting a license plate area included in an object including a clear image and an image containing noise Creates a learning model of the neural network that extracts the license plate area attached to the object through learning (S210).
  • the predetermined learning data may be used, but image data including noise is generated using the predetermined learning data and predetermined noise patterns, and training using the training data to which the generated image data is added is performed.
  • image data including noise is generated using the predetermined learning data and predetermined noise patterns
  • training using the training data to which the generated image data is added is performed.
  • noise patterns for additionally generating image data used in the learning model include all kinds of noise that may be generated in extracting the license plate area, for example, various kinds of noise patterns such as blur, shadow, darkness, backlight, etc. may include
  • a learning model for extracting an object for example, a license plate area of a car is generated by step S210, the input image received in real time from the image capturing means using a neural network based on the learning model or data is stored without being received in real time Extracts an object, that is, the license plate area of the vehicle from the input image received from the storage means (S220).
  • a neural network based on a learning model for example, a vehicle included in the input image from the input image 310 received using a deep-learning AI 311 .
  • the license plate area 320 is extracted (plate area detection) 350 .
  • the license plate area extracted by step S220 may contain noise
  • image compensation for removing such noise or correcting a blurred image into a clear image because the license plate area may be a blurred image (image compensation 360) process can be performed.
  • the contrast of the license plate area extracted by step S220 is lower than the preset reference contrast
  • the image correction function is not limited to adjusting the contrast, and various types of image correction functions for sharpening the image may be included.
  • the method according to an embodiment of the present invention may generate an image 330 of the image corrected license plate area by performing image correction on the image of the extracted license plate area as shown in FIG. 3 .
  • a recognition technique preset for the image corrected license plate area for example, an image corrected license plate area using an OCR technique Identification information on the license plate of the object included in the input image, for example, recognizes the vehicle number (S230)
  • the recognition (character recognition) 370 by performing the recognition (character recognition) 370 the characters included in the license plate area from the image 330 of the image corrected license plate area using the OCR technique 341, the license plate area identification information of, for example, a vehicle number "13838B2" (340) is recognized.
  • the method according to embodiments of the present invention extracts a license plate area attached to an object from an object image, for example, a car image, using a neural network based on a pre-trained learning model, for example, CNN, and another technique For example, by recognizing identification information, for example, characters included in the license plate region from the license plate region extracted using the OCR technique, it is possible to improve the license plate recognition rate and improve recognition accuracy.
  • a neural network based on a pre-trained learning model, for example, CNN
  • identification information for example, characters included in the license plate region from the license plate region extracted using the OCR technique
  • the method according to the embodiments of the present invention improves the extraction accuracy for the license plate area attached to the object using a deep learning neural network, and uses the OCR technique after image correction for the extracted license plate area identification information of the license plate
  • FIGS. 1 to 3 shows a configuration for a license plate recognition system using a hybrid technique according to an embodiment of the present invention, and shows a conceptual configuration of the system performing the above-described FIGS. 1 to 3 .
  • the license plate recognition system 400 includes a generating unit 410 , an extracting unit 420 and a recognition unit 430 .
  • the generator 410 is image data, for example, a neural network for extracting a license plate region attached to an object through learning using learning data for extracting a license plate region included in an object including a clear image and an image including noise. create a learning model of
  • the generator 410 may use predetermined training data, but generates image data including noise by using the predetermined training data and predetermined noise patterns, and adds the generated image data to the training data. It is also possible to create a learning model or an extraction model for extracting the license plate area from the object through training using.
  • noise patterns for additionally generating image data used in the learning model include all kinds of noise that may be generated in extracting the license plate area, for example, various kinds of noise patterns such as blur, shadow, darkness, backlight, etc. may include
  • the extraction unit 420 extracts an object, that is, a license plate area of a vehicle, from the input image received by using the neural network based on the learning model generated by the generation unit 410 .
  • the recognition unit 430 recognizes the identification information included in the license plate of the object from the license plate area extracted using a preset recognition technique, for example, OCR technique.
  • the recognition unit 430 removes such noise because the license plate area extracted by the extraction unit 420 may contain noise, or the license plate area may be a blurred image.
  • An image correction process may be performed.
  • the recognition unit 430 adjusts the contrast of the extracted license plate region to a certain contrast, for example, the reference contrast by using the image correction function, the extracted license plate Areas can be processed clearly.
  • the recognition unit 430 generates an image of the image corrected license plate region by performing image correction on the image of the license plate region extracted by the extraction unit 420, and OCR technique for the image corrected license plate region.
  • Identification information on the license plate of the object included in the input image for example, the vehicle number, is recognized from the image-corrected license plate area using the image.
  • the system or apparatus described above may be implemented as a hardware component, a software component, and/or a combination of the hardware component and the software component.
  • the systems, devices, and components described in the embodiments may include, for example, a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable array (FPA). ), a programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions, may be implemented using one or more general purpose or special purpose computers.
  • the processing device may execute an operating system (OS) and one or more software applications running on the operating system.
  • a processing device may also access, store, manipulate, process, and generate data in response to execution of the software.
  • the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that can include For example, the processing device may include a plurality of processors or one processor and one controller. Other processing configurations are also possible, such as parallel processors.
  • Software may comprise a computer program, code, instructions, or a combination of one or more thereof, which configures a processing device to operate as desired or is independently or collectively processed You can command the device.
  • the software and/or data may be any kind of machine, component, physical device, virtual equipment, computer storage medium or apparatus, to be interpreted by or to provide instructions or data to the processing device. , or may be permanently or temporarily embody in a transmitted signal wave.
  • the software may be distributed over networked computer systems and stored or executed in a distributed manner. Software and data may be stored in one or more computer-readable recording media.
  • the method according to the embodiments may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium.
  • the computer-readable medium may include program instructions, data files, data structures, etc. alone or in combination.
  • the program instructions recorded on the medium may be specially designed and configured for the embodiment, or may be known and available to those skilled in the art of computer software.
  • Examples of the computer-readable recording medium include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs and DVDs, and magnetic such as floppy disks.
  • - includes magneto-optical media, and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like.
  • Examples of program instructions include not only machine language codes such as those generated by a compiler, but also high-level language codes that can be executed by a computer using an interpreter or the like.
  • the hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

Abstract

Disclosed are a method for recognizing a license plate by using a hybrid technique, and a system therefor. The method for recognizing a license plate according to an embodiment of the present invention may comprise the steps of: when an input image is received, extracting a license plate area from the input image by using a neural network of a pre-learned learning model; and recognizing identification information on a license plate of a corresponding object from the extracted license plate area by using a preconfigured recognition technique, wherein the recognition technique includes an optical character recognition (OCR).

Description

하이브리드 기법을 이용한 번호판 인식 방법 및 그 시스템License plate recognition method and system using hybrid technique
본 발명은 번호판 인식 기술에 관한 것으로서, 보다 구체적으로 서로 다른 방식의 두 가지 기법을 결합한 하이브리드 기법을 이용하여 오브젝트에 부착된 번호판에 대한 인식 정확도를 향상시킬 수 있는 방법 및 그 시스템에 관한 것이다.The present invention relates to license plate recognition technology, and more particularly, to a method and system capable of improving recognition accuracy for a license plate attached to an object using a hybrid technique combining two different techniques.
최근에는 의공학적 기술의 도약적인 발전에 의하여 이전에 보청기를 착용하여 큰 도움을 LPR(License plate recognition) 시스템은 카메라로 촬영한 영상으로부터 차량번호 데이터를 추출해 주는 장치로서, 종래에는 고속도로에서 과속 차량을 자동으로 단속하거나 거리의 불법주차 챠랑을 적발하기 위해 사용되었다.In recent years, by leaps and bounds in biomedical technology, the LPR (License plate recognition) system is a device that extracts license plate number data from images captured by a camera, and has previously been used to detect speeding vehicles on highways. It was used to automatically crack down or detect illegal parking on the street.
또한, 근래에는 주차장을 신속하고 편리하게 출입할 수 있도록 해주는 지능형 주차관리 시스템에 도입되어 널리 활용되고 있다.In addition, in recent years, it has been introduced and widely used in an intelligent parking management system that enables quick and convenient entry and exit of a parking lot.
최근, 주차, 방범, 신호위반, 속도위반 등의 다양한 분야에서 자동차 번호판 인식 시스템(License Plate Recognition system)이 폭넓게 사용되고 있다.Recently, a license plate recognition system is widely used in various fields such as parking, crime prevention, signal violation, speed violation, and the like.
그러나 종래 자동차 번호판 인식 시스템은 일반적으로, 자연현상에 의한 명암 차이나 우천시 많은 노이즈 또는 야간에 차량 라이트 빛의 반사 등에 의해 자동차 번호판 추출에 있어 많은 어려움이 있다.However, the conventional vehicle license plate recognition system generally has many difficulties in extracting the license plate due to a difference in light and shade due to natural phenomena, a lot of noise in rainy weather, or reflection of vehicle light light at night.
따라서 자동차 번호판 영역을 보다 정확하게 추출하기 위해서는, 영상의 명암 변화, 윤곽선 추출, 노이즈 제거, 번호판 후보영역 추출 등 많은 전처리 과정이 들어가게 된다.Therefore, in order to more accurately extract the license plate area, many pre-processing steps such as image contrast change, contour extraction, noise removal, and license plate candidate area extraction are required.
특히, 이러한 전처리 과정에 있어서, 기존의 알고리즘 중 윤곽선 검출 알고리즘은 소벨 마스크(Sobel Mask) 패턴 알고리즘을 많이 사용하며, 노이즈 제거 알고리즘은 침식, 팽창 알고리즘을 이용한 노이즈 제거가 많이 사용되고 있다.In particular, in the pre-processing process, the contour detection algorithm among the existing algorithms uses a Sobel mask pattern algorithm a lot, and as the noise removal algorithm, noise removal using an erosion and dilation algorithm is widely used.
본 발명은 번호판 영역을 추출하는 딥 러닝 신경망과 번호판 영역에서 식별 정보를 인식하는 광학 문자 인식 기법(OCR)을 결합한 하이브리드 기법을 이용하여 번호판 인식 정확도를 향상시킬 수 있는 방법 및 그 시스템을 제안한다.The present invention proposes a method and system capable of improving license plate recognition accuracy using a hybrid technique that combines a deep learning neural network for extracting a license plate region and an optical character recognition technique (OCR) for recognizing identification information in the license plate region.
본 발명의 실시예들은, 서로 다른 방식의 두 가지 기법을 결합한 하이브리드 기법을 이용하여 오브젝트에 부착된 번호판에 대한 인식 정확도를 향상시킬 수 있는 방법 및 그 시스템을 제공한다.Embodiments of the present invention provide a method and system capable of improving the recognition accuracy for a license plate attached to an object using a hybrid technique combining two different techniques and a system.
구체적으로, 본 발명의 실시예들은 오브젝트에 대한 영상으로부터 번호판 영역을 추출하는 딥 러닝 신경망과 번호판 영역에서 식별 정보를 인식하는 광학 문자 인식 기법(OCR)을 결합한 하이브리드 기법을 이용하여 번호판 인식 정확도를 향상시킬 수 있는 방법 및 그 시스템을 제공한다.Specifically, embodiments of the present invention improve license plate recognition accuracy by using a hybrid technique that combines a deep learning neural network for extracting a license plate region from an image of an object and an optical character recognition technique (OCR) for recognizing identification information in the license plate region A method and a system for doing so are provided.
본 발명의 일 실시예에 따른 번호판 인식 방법은 입력 영상이 수신되면 미리 학습된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출하는 단계; 및 미리 설정된 인식 기법을 이용하여 상기 추출된 번호판 영역으로부터 해당 오브젝트의 번호판에 대한 식별 정보를 인식하는 단계를 포함한다.The license plate recognition method according to an embodiment of the present invention comprises the steps of extracting a license plate area from the input image using a neural network of a pre-trained learning model when an input image is received; and recognizing identification information on the license plate of the corresponding object from the extracted license plate area using a preset recognition technique.
상기 인식 기법은 광학 문자 인식 기법(OCR; optical character recognition)을 포함할 수 있다.The recognition technique may include optical character recognition (OCR).
상기 인식하는 단계는 상기 추출된 번호판 영역에 대한 영상 보정을 수행하고, 상기 인식 기법을 이용하여 영상 보정된 번호판 영역으로부터 상기 식별 정보를 인식할 수 있다.The recognizing may perform image correction on the extracted license plate area, and recognize the identification information from the image corrected license plate area using the recognition technique.
상기 인식하는 단계는 상기 추출된 번호판 영역의 콘트라스트(contrast)가 미리 설정된 기준 콘트라스트보다 낮은 경우 상기 추출된 번호판 영역의 콘트라스트(contrast)를 기준 콘트라스트로 조정한 후 상기 인식 기법을 이용하여 상기 식별 정보를 인식할 수 있다.In the recognizing step, when the contrast of the extracted license plate area is lower than the preset reference contrast, the contrast of the extracted license plate area is adjusted to the reference contrast and then the identification information is obtained using the recognition technique. can recognize
나아가. 본 발명의 일 실시예에 따른 번호판 인식 방법은 미리 설정된 오브젝트를 포함하는 영상 데이터를 이용한 학습을 통해 상기 오브젝트에 부착된 번호판 영역을 추출하는 학습 모델을 생성하는 단계를 더 포함하고, 상기 추출하는 단계는 상기 생성된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출할 수 있다.Furthermore. The license plate recognition method according to an embodiment of the present invention further includes generating a learning model for extracting a license plate area attached to the object through learning using image data including a preset object, the step of extracting may extract the license plate area from the input image using the neural network of the generated learning model.
본 발명의 일 실시예에 따른 번호판 인식 시스템은 입력 영상이 수신되면 미리 학습된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출하는 추출부; 및 미리 설정된 인식 기법을 이용하여 상기 추출된 번호판 영역으로부터 해당 오브젝트의 번호판에 대한 식별 정보를 인식하는 인식부를 포함한다.The license plate recognition system according to an embodiment of the present invention includes: an extractor for extracting a license plate area from the input image using a neural network of a pre-trained learning model when an input image is received; and a recognition unit for recognizing identification information on the license plate of the corresponding object from the extracted license plate area using a preset recognition technique.
상기 인식 기법은 광학 문자 인식 기법(OCR; optical character recognition)을 포함할 수 있다.The recognition technique may include optical character recognition (OCR).
상기 인식부는 상기 추출된 번호판 영역에 대한 영상 보정을 수행하고, 상기 인식 기법을 이용하여 영상 보정된 번호판 영역으로부터 상기 식별 정보를 인식할 수 있다.The recognition unit may perform image correction for the extracted license plate region, and recognize the identification information from the image corrected license plate region using the recognition technique.
상기 인식부는 상기 추출된 번호판 영역의 콘트라스트(contrast)가 미리 설정된 기준 콘트라스트보다 낮은 경우 상기 추출된 번호판 영역의 콘트라스트(contrast)를 기준 콘트라스트로 조정한 후 상기 인식 기법을 이용하여 상기 식별 정보를 인식할 수 있다.When the contrast of the extracted license plate area is lower than the preset reference contrast, the recognition unit adjusts the contrast of the extracted license plate area to the reference contrast and then uses the recognition technique to recognize the identification information can
나아가, 본 발명의 일 실시예에 따른 번호판 인식 시스템은 미리 설정된 오브젝트를 포함하는 영상 데이터를 이용한 학습을 통해 상기 오브젝트에 부착된 번호판 영역을 추출하는 학습 모델을 생성하는 생성부를 더 포함하고, 상기 추출부는 상기 생성된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출할 수 있다.Furthermore, the license plate recognition system according to an embodiment of the present invention further comprises a generator for generating a learning model for extracting a license plate area attached to the object through learning using image data including a preset object, the extraction The unit may extract the license plate area from the input image by using the neural network of the generated learning model.
본 발명의 실시예들에 따르면, 오브젝트 영상 예를 들어, 자동차 영상으로부터 오브젝트에 부착된 번호판 영역을 미리 학습된 학습 모델의 신경망(neural network) 예를 들어, CNN을 이용하여 추출하고, 다른 기법 예를 들어, 광학 문자 인식 기법(OCR)을 이용하여 추출된 번호판 영역으로부터 번호판 영역에 포함된 식별 정보 예를 들어, 문자를 인식함으로써, 번호판 인식률을 향상시키고, 인식 정확도를 향상시킬 수 있다.According to embodiments of the present invention, an object image, for example, a license plate area attached to an object from a car image is extracted using a neural network of a pre-trained learning model, for example, CNN, and another technique example For example, by using an optical character recognition technique (OCR) to recognize the identification information contained in the license plate region from the extracted license plate region, for example, characters, it is possible to improve the license plate recognition rate and improve recognition accuracy.
본 발명의 실시예들에 따르면, 딥 러닝을 이용한 신경망과 OCR 기법을 결합한 하이브리드 기법을 이용하여 오브젝트에 부착된 번호판 영역에 대한 추출 정확성을 향상시키고, 추출된 번호판 영역에 대한 영상 보정 후 OCR 기법을 이용하여 번호판의 식별 정보를 인식함으로써, OCR 방식의 단점과 딥 러닝의 단점을 극복하여 비용을 절감시키면서 인식 정확도를 향상시킬 수 있다.According to embodiments of the present invention, by using a hybrid technique that combines a neural network and OCR technique using deep learning, the extraction accuracy for the license plate area attached to the object is improved, and the OCR technique after image correction for the extracted license plate area By recognizing the identification information of the license plate by using it, it is possible to overcome the disadvantages of the OCR method and the disadvantages of deep learning, thereby reducing the cost and improving the recognition accuracy.
도 1은 본 발명을 설명하기 위한 시스템에 대한 일 예시도를 나타낸 것이다.1 shows an exemplary diagram of a system for explaining the present invention.
도 2는 본 발명의 일 실시예에 따른 하이브리드 기법을 이용한 번호판 인식 방법에 대한 동작 흐름도를 나타낸 것이다.Figure 2 shows an operation flowchart for a license plate recognition method using a hybrid technique according to an embodiment of the present invention.
도 3은 본 발명의 방법을 설명하기 위한 일 예시도를 나타낸 것이다.3 shows an exemplary view for explaining the method of the present invention.
도 4는 본 발명의 일 실시예에 따른 하이브리드 기법을 이용한 번호판 인식 시스템에 대한 구성을 나타낸 것이다.Figure 4 shows the configuration of a license plate recognition system using a hybrid technique according to an embodiment of the present invention.
본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나, 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 것이며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하며, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다.Advantages and features of the present invention and methods of achieving them will become apparent with reference to the embodiments described below in detail in conjunction with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but will be embodied in various different forms, and only these embodiments allow the disclosure of the present invention to be complete, and common knowledge in the art to which the present invention pertains It is provided to fully inform those who have the scope of the invention, and the present invention is only defined by the scope of the claims.
본 명세서에서 사용된 용어는 실시예들을 설명하기 위한 것이며, 본 발명을 제한하고자 하는 것은 아니다. 본 명세서에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다. 명세서에서 사용되는 "포함한다(comprises)" 및/또는 "포함하는(comprising)"은 언급된 구성요소, 단계, 동작 및/또는 소자는 하나 이상의 다른 구성요소, 단계, 동작 및/또는 소자의 존재 또는 추가를 배제하지 않는다.The terminology used herein is for the purpose of describing the embodiments, and is not intended to limit the present invention. In this specification, the singular also includes the plural unless specifically stated otherwise in the phrase. As used herein, "comprises" and/or "comprising" refers to the presence of one or more other components, steps, operations and/or elements mentioned. or addition is not excluded.
다른 정의가 없다면, 본 명세서에서 사용되는 모든 용어(기술 및 과학적 용어를 포함)는 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 공통적으로 이해될 수 있는 의미로 사용될 수 있을 것이다. 또한, 일반적으로 사용되는 사전에 정의되어 있는 용어들은 명백하게 특별히 정의되어 있지 않는 한 이상적으로 또는 과도하게 해석되지 않는다.Unless otherwise defined, all terms (including technical and scientific terms) used herein may be used with the meaning commonly understood by those of ordinary skill in the art to which the present invention belongs. In addition, terms defined in a commonly used dictionary are not to be interpreted ideally or excessively unless specifically defined explicitly.
이하, 첨부한 도면들을 참조하여, 본 발명의 바람직한 실시예들을 보다 상세하게 설명하고자 한다. 도면 상의 동일한 구성요소에 대해서는 동일한 참조 부호를 사용하고 동일한 구성요소에 대해서 중복된 설명은 생략한다.Hereinafter, preferred embodiments of the present invention will be described in more detail with reference to the accompanying drawings. The same reference numerals are used for the same components in the drawings, and repeated descriptions of the same components are omitted.
OCR 방식은 딥 러닝 방식에 비해 동작 속도가 매우 빠르고 비용이 싼 장점이 있지만, 컴퓨터 비전 기술 사용하여 영상으로부터 차량번호판의 위치를 찾아내는 정확도가 딥 러닝에 비해 낮고, 너무 밝음, 어두움, 그림자, 역광 등의 노이즈에 약하며, 영상에서의 연속된 패턴들을 글자영역으로 오인할 수 있고, 자동차가 아닌 것에서 번호를 추출하려 시도하기 때문에 번호판과 비슷한 것에 의한 오판할 수도 있으며, 반복된 무늬를 글자박스로 인식하여 번호판 영역을 추출하기 어려운 문제점이 있다.The OCR method has the advantage of being very fast and inexpensive compared to the deep learning method, but the accuracy of locating the license plate from the image using computer vision technology is lower than that of deep learning, and it is too bright, dark, shadow, backlight, etc. It is weak against the noise of the image, it can mistake the continuous patterns in the image as the character area, and because it tries to extract the number from a non-car, it can be misjudged by something similar to the license plate. There is a problem in that it is difficult to extract the license plate area.
딥 러닝 방식은 차량번호판을 찾아내는 정확도가 OCR 방식에 비해 상대적으로 많이 높고, 인식 정확도도 높지만, 비용이 OCR 방식에 비해 높은 문제점이 있다.The deep learning method has a problem in that the accuracy of finding license plates is relatively higher than the OCR method and the recognition accuracy is also high, but the cost is higher than the OCR method.
본 발명의 실시예들은, 서로 다른 방식의 두 가지 기법의 장점 예를 들어, 딥 러닝 방식에 의한 장점과 OCR 방식의 장점을 결합한 하이브리드 기법을 이용하여 오브젝트에 부착된 번호판에 대한 인식 정확도를 향상시키는 것을 그 요지로 한다.Embodiments of the present invention improve the recognition accuracy for a license plate attached to an object by using a hybrid technique that combines the advantages of two different methods, for example, the advantages of the deep learning method and the advantages of the OCR method. make that the gist of it.
여기서, 본 발명은 오브젝트 영상 예를 들어, 자동차 영상으로부터 오브젝트에 부착된 번호판 영역을 미리 학습된 학습 모델의 신경망(neural network) 예를 들어, CNN을 이용하여 추출하고, 다른 기법 예를 들어, OCR 방식을 이용하여 추출된 번호판 영역으로부터 번호판 영역에 포함된 식별 정보 예를 들어, 문자를 인식함으로써, OCR 방식의 단점과 딥 러닝의 단점을 극복하여 비용도 줄이면서 차량 번호판 영역의 추출 정확도와 차량 번호판의 인식 정확도를 향상시킬 수 있다.Here, the present invention extracts a license plate area attached to an object from an object image, for example, a car image, using a neural network of a pre-trained learning model, for example, CNN, and another technique, for example, OCR By recognizing the identification information contained in the license plate area from the extracted license plate area using the method, for example, by recognizing characters, the disadvantages of the OCR method and the disadvantages of deep learning are overcome to reduce the cost while reducing the extraction accuracy of the license plate area and the license plate can improve the recognition accuracy of
나아가, 본 발명은 신경망 예를 들어, 컨볼루션 신경망(CNN)을 이용하여 오브젝트에 부착된 번호판 영역을 추출하기 위하여, 미리 설정된 오브젝트들 예를 들어, 자동차들을 포함하는 영상 데이터를 이용하여 신경망을 학습시킴으로써, 번호판 영역을 추출하기 위한 학습 모델 또는 추출 모델을 생성하고, 생성된 학습 모델을 가지는 신경망을 이용하여 촬영 수단 예를 들어, CCTV 등을 통해 촬영된 입력 영상으로부터 번호판 영역을 정확하게 추출할 수 있다.Furthermore, in order to extract a license plate area attached to an object using a neural network, for example, a convolutional neural network (CNN), the present invention learns a neural network using image data including preset objects, for example, automobiles. By doing so, a learning model or extraction model for extracting the license plate region is created, and the license plate region can be accurately extracted from the input image captured through a shooting means, for example, CCTV, etc. using a neural network having the generated learning model. .
더 나아가, 본 발명은 오브젝트로부터 번호판 영역이 추출되면 추출된 번호판 영역에 포함된 노이즈 예를 들어, 너무 밝음, 어두움, 그림자, 역광 등에 의해 번호판 영역이 선명하지 않을 수 있기 때문에 번호판 영역에 대한 영상 보정을 수행한 후 영상 보정된 번호판 영역에 대하여 OCR 기법을 이용하여 번호판 영역에 포함된 식별 정보를 인식할 수 있다.Furthermore, the present invention provides image correction for the license plate region because, when the license plate region is extracted from the object, the license plate region may not be clear due to noise included in the extracted license plate region, for example, too bright, dark, shadow, backlight, etc. After performing the OCR technique for the image-corrected license plate region, it is possible to recognize the identification information included in the license plate region.
본 발명에서의 오브젝트는 식별 정보가 기재된 번호판이 부착될 수 있는 자동차, 오토바이 등을 포함하는 모든 종류의 오브젝트를 포함할 수 있다.The object in the present invention may include all kinds of objects including automobiles, motorcycles, etc. to which a license plate in which identification information is written can be attached.
이하, 본 발명의 상세한 설명에서는 오브젝트를 자동차로 한정하여 설명하지만, 본 발명에서의 오브젝트는 자동차로 한정되지 않으며 번호판을 부착하여 해당 오브젝트를 식별할 수 있는 모든 종류의 오브젝트를 포함할 수 있다는 것은 이 기술 분야에 종사하는 당업자에게 있어서 자명하다.Hereinafter, in the detailed description of the present invention, an object is limited to a vehicle, but the object in the present invention is not limited to a vehicle and can include all kinds of objects that can identify the object by attaching a license plate. It is apparent to those skilled in the art.
도 1은 본 발명의 일 실시예에 따른 시스템을 설명하기 위한 도면을 나타낸 것이다.1 is a diagram illustrating a system according to an embodiment of the present invention.
도 1에 도시된 바와 같이, 본 발명에서의 시스템은 영상을 촬영하기 위한 영상 촬영 수단(100) 예를 들어, CCTV와 영상 촬영 수단(100)으로부터 입력된 입력 영상을 수신하여 입력 영상에 포함된 오브젝트의 번호판 영역을 추출하고, 추출된 번호판 영역에 포함된 식별 정보를 인식하기 위한 번호판 인식 시스템(200)을 포함한다.As shown in Fig. 1, the system in the present invention receives the input image input from the image photographing means 100 for photographing the image, for example, CCTV and the image photographing means 100, and is included in the input image. Extracts the license plate area of the object, and includes a license plate recognition system 200 for recognizing identification information included in the extracted license plate area.
영상 촬영 수단(100)은 일정 장소 등에 배치되어 오브젝트에 대한 영상을 촬영하는 것으로, 아파트, 도로, 주차장 등과 같이 자동차가 주행하는 장소에 구비될 수 있으며, 해당 장소에서 일정 방향을 촬영하는 것으로 고정배치되거나 해당 장소에서 방향 전환이 가능하여 여러 방향에 대하여 촬영할 수 있다.The image photographing means 100 is disposed in a certain place to photograph an image of an object, and may be provided in a place where a car is driven, such as an apartment, a road, a parking lot, etc. Or, you can change directions at the location, so you can shoot in multiple directions.
이 때, 영상 촬영 수단(100)은 실시간으로 촬영되는 영상을 네트워크를 통해 번호판 인식 시스템으로 제공할 수 있으며, 번호판 인식 시스템으로 영상을 제공할 때 해당 영상 촬영 수단에 대한 식별 정보, 영상 촬영 시간 등에 대한 정보를 함께 제공할 수 있다.At this time, the image capturing means 100 may provide the image captured in real time to the license plate recognition system through the network, and when providing the image to the license plate recognition system, identification information for the image capturing means, image shooting time, etc. information can be provided together.
영상 촬영 수단(100)은 네트워크를 통해 번호판 인식 시스템과 연결될 수 있고, 영상 촬영 수단과 번포한 인시 시스템 간의 통신 방식은 제한되지 않으며, 네트워크가 포함할 수 있는 통신망(일례로, 이동통신망, 유선 인터넷, 무선 인터넷, 방송망)을 활용하는 통신 방식뿐만 아니라 기기들간의 근거리 무선 통신 역시 포함될 수 있다. 예를 들어, 네트워크는, PAN(personal area network), LAN(local area network), CAN(campus area network), MAN(metropolitan area network), WAN(wide area network), BBN(broadband network), 인터넷 등의 네트워크 중 하나 이상의 임의의 네트워크를 포함할 수 있다. 또한, 네트워크는 버스 네트워크, 스타 네트워크, 링 네트워크, 메쉬 네트워크, 스타-버스 네트워크, 트리 또는 계층적(hierarchical) 네트워크 등을 포함하는 네트워크 토폴로지 중 임의의 하나 이상을 포함할 수 있으나, 이에 제한되지 않는다.The image photographing means 100 may be connected to the license plate recognition system through a network, and the communication method between the image photographing means and the distributed in-time system is not limited, and the network (eg, mobile communication network, wired Internet) that the network may include , wireless Internet, broadcasting network) as well as short-distance wireless communication between devices may be included. For example, the network includes a personal area network (PAN), a local area network (LAN), a campus area network (CAN), a metropolitan area network (MAN), a wide area network (WAN), a broadband network (BBN), the Internet, and the like. may include any one or more of the networks of Further, the network may include, but is not limited to, any one or more of a network topology including, but not limited to, a bus network, a star network, a ring network, a mesh network, a star-bus network, a tree or a hierarchical network, and the like. .
번호판 인식 시스템(200)은 영상 촬영 수단(100)을 통해 수신되는 입력 영상 예를 들어, 자동차를 포함하는 입력 영상을 수신하고, 수신된 입력 영상에 포함된 자동차의 번호판 영역(localization)을 미리 학습된 학습 모델의 신경망 예를 들어, 컨볼루션 신경망을 이용하여 추출하고, OCR 방식을 이용하여 추출된 번호판 영역으로부터 번호판에 포함된 식별 정보(recognition)를 인식한다.The license plate recognition system 200 receives an input image received through the image capturing means 100, for example, an input image including a car, and learns in advance the license plate localization of the vehicle included in the received input image. The neural network of the trained learning model, for example, is extracted using a convolutional neural network, and the identification information (recognition) included in the license plate is recognized from the extracted license plate region using the OCR method.
여기서, 번호판 인식 시스템(200)은 학습 데이터를 이용한 트레이닝(training) 또는 학습을 통해 자동차의 번호판 영역을 추출하기 위한 신경망의 학습 모델을 생성할 수 있으며, 학습 모델을 생성하기 위한 학습 데이터는 선명한 영상 뿐만 아니라 선명한 영상에 미리 설정된 노이즈 패턴 예를 들어, 빛 또는 빔에 의한 노이즈 패턴, 그림자 또는 어둠에 의한 노이즈 패턴 등이 적용된 영상을 포함할 수 있다.Here, the license plate recognition system 200 may generate a learning model of a neural network for extracting the license plate region of a vehicle through training or learning using the learning data, and the learning data for generating the learning model is a clear image In addition, the image may include an image to which a preset noise pattern, for example, a noise pattern by light or a beam, or a noise pattern by a shadow or darkness, is applied to a clear image.
즉, 본 발명의 번호판 인식 시스템(200)은 신경망의 학습 모델을 오브젝트와 번호판 영역이 선명한 영상 뿐만 아니라 다양한 노이즈를 포함하는 영상을 포함하는 학습 데이터를 이용한 트레이닝을 통해 생성함으로써, 입력 영상이 선명한 경우 뿐만 아니라 노이즈를 포함하는 경우에도 입력 영상으로부터 오브젝트에 부착된 번호판 영역을 정확하게 추출할 수 있다.That is, the license plate recognition system 200 of the present invention generates a learning model of a neural network through training using training data including an image containing various noises as well as an image in which the object and the license plate area are clear, when the input image is clear In addition, even when noise is included, the license plate area attached to the object can be accurately extracted from the input image.
물론, 본 발명의 번호판 인식 시스템(200)은 학습 모델 기반의 신경망에 의한 번호판 영역 추출과 OCR 기법을 이용한 식별 정보 인식으로 설명하였지만, 이에 한정하지 않으며, OCR 기법이 아닌 딥 러닝 기법과 결합하여 번호판의 식별 정보에 대한 인식 정확도를 향상시키면서 비용을 줄일 수 있는 다양한 기법을 적용할 수도 있다.Of course, the license plate recognition system 200 of the present invention has been described as identification information recognition using the license plate region extraction and OCR technique by the neural network based on the learning model, but is not limited thereto, and the license plate is combined with the deep learning technique rather than the OCR technique It is also possible to apply various techniques that can reduce the cost while improving the recognition accuracy of the identification information.
이러한 시스템에서의 번호반 인식 방법에 대해 도 2와 도 3을 참조하여 설명하면 다음과 같다.A number plate recognition method in such a system will be described with reference to FIGS. 2 and 3 as follows.
도 2는 본 발명의 일 실시예에 따른 하이브리드 기법을 이용한 번호판 인식 방법에 대한 동작 흐름도를 나타낸 것이고, 도 3은 본 발명의 방법을 설명하기 위한 일 예시도를 나타낸 것이다.Figure 2 shows an operation flowchart for a license plate recognition method using a hybrid technique according to an embodiment of the present invention, Figure 3 shows an exemplary diagram for explaining the method of the present invention.
도 2와 도 3을 참조하면, 본 발명의 일 실시예에 따른 번호판 인식 방법은 영상 데이터 예를 들어, 선명한 영상과 노이즈를 포함하는 영상을 포함하는 오브젝트에 포함된 번호판 영역을 추출하기 위한 학습 데이터를 이용한 학습을 통해 오브젝트에 부착된 번호판 영역을 추출하는 신경망의 학습 모델을 생성한다(S210).2 and 3, the license plate recognition method according to an embodiment of the present invention is image data, for example, learning data for extracting a license plate area included in an object including a clear image and an image containing noise Creates a learning model of the neural network that extracts the license plate area attached to the object through learning (S210).
여기서, 단계 S210은 미리 결정된 학습 데이터를 이용할 수도 있지만, 미리 결정된 학습 데이터와 미리 정해진 노이즈 패턴들을 이용하여 노이즈를 포함하는 영상 데이터를 생성하고, 이렇게 생성된 영상 데이터를 추가한 학습 데이터를 이용한 트레이닝을 통해 오브젝트로부터 번호판 영역을 추출하기 위한 학습 모델 또는 추출 모델을 생성할 수도 있다. 물론, 학습 모델에 사용되는 영상 데이터를 추가로 생성하기 위한 노이즈 패턴들은 번호판 영역을 추출하는데 있어서 발생될 수 있는 모든 종류의 노이즈 예를 들어, 흐림, 그림자, 어둠, 역광 등 다양한 종류의 노이즈 패턴을 포함할 수 있다.Here, in step S210, the predetermined learning data may be used, but image data including noise is generated using the predetermined learning data and predetermined noise patterns, and training using the training data to which the generated image data is added is performed. Through this, it is also possible to create a learning model or an extraction model for extracting the license plate area from the object. Of course, noise patterns for additionally generating image data used in the learning model include all kinds of noise that may be generated in extracting the license plate area, for example, various kinds of noise patterns such as blur, shadow, darkness, backlight, etc. may include
단계 S210에 의해 오브젝트 예를 들어, 자동차의 번호판 영역을 추출하기 위한 학습 모델이 생성되면, 학습 모델 기반의 신경망을 이용하여 영상 촬영 수단으로부터 실시간으로 수신되는 입력 영상 또는 실시간으로 수신되지 않고 데이터를 저장하는 저장 수단으로부터 수신되는 입력 영상으로부터 오브젝트 즉, 자동차의 번호판 영역을 추출한다(S220).When a learning model for extracting an object, for example, a license plate area of a car is generated by step S210, the input image received in real time from the image capturing means using a neural network based on the learning model or data is stored without being received in real time Extracts an object, that is, the license plate area of the vehicle from the input image received from the storage means (S220).
예컨대, 도 3에 도시된 바와 같이, 학습 모델 기반의 신경망 예를 들어, 딥 러닝 인공 지능(deep-learning AI)(311)를 이용하여 수신된 입력 영상(310)으로부터 입력 영상에 포함된 자동차의 번호판 영역(320)을 추출(plate area detection)(350)한다.For example, as shown in FIG. 3 , a neural network based on a learning model, for example, a vehicle included in the input image from the input image 310 received using a deep-learning AI 311 . The license plate area 320 is extracted (plate area detection) 350 .
여기서, 단계 S220에 의해 추출된 번호판 영역은 노이즈를 포함할 수 있기 때문에 이러한 노이즈를 제거하거나 번호판 영역이 흐릿한 영상일 수도 있기 때문에 흐릿한 영상을 선명한 영상으로 보정하기 위한 영상 보정(image compensation)(360) 과정을 수행할 수 있다.Here, since the license plate area extracted by step S220 may contain noise, image compensation for removing such noise or correcting a blurred image into a clear image because the license plate area may be a blurred image (image compensation 360) process can be performed.
예를 들어, 단계 S220에 의해 추출된 번호판 영역의 콘트라스트(contrast)가 미리 설정된 기준 콘트라스트보다 낮은 경우 영상 보정 기능을 이용하여 추출된 번호판 영역의 콘트라스트를 일정 콘트라스트 예를 들어, 기준 콘트라스트로 조정함으로써, 추출된 번호판 영역의 선명하게 처리할 수 있다. 물론, 영상 보정 기능은 콘트라스트를 조정하는 것으로 한정되지 않으며, 영상을 선명하게 하기 위한 다양한 종륭의 영상 보정 기능을 포함할 수 있다.For example, when the contrast of the license plate area extracted by step S220 is lower than the preset reference contrast, by adjusting the contrast of the extracted license plate area using the image correction function to a certain contrast, for example, the reference contrast, The extracted license plate area can be processed clearly. Of course, the image correction function is not limited to adjusting the contrast, and various types of image correction functions for sharpening the image may be included.
즉, 본 발명의 실시예에 따른 방법은 도 3에 도시된 바와 같이 추출된 번호판 영역의 영상에 대하여 영상 보정을 수행함으로써, 영상 보정된 번호판 영역의 영상(330)을 생성할 수 있다.That is, the method according to an embodiment of the present invention may generate an image 330 of the image corrected license plate area by performing image correction on the image of the extracted license plate area as shown in FIG. 3 .
단계 S220에 의해 추출된 번호판 영역에 대하여 영상 보정 기능을 수행함으로써, 영상 보정된 번호판 영역이 생성되면 영상 보정된 번호판 영역에 대하여 미리 설정된 인식 기법 예를 들어, OCR 기법을 이용하여 영상 보정된 번호판 영역으로부터 입력 영상에 포함된 오브젝트의 번호판에 대한 식별 정보 예를 들어, 차량 번호를 인식한다(S230)By performing an image correction function on the license plate area extracted by step S220, when an image corrected license plate area is created, a recognition technique preset for the image corrected license plate area, for example, an image corrected license plate area using an OCR technique Identification information on the license plate of the object included in the input image, for example, recognizes the vehicle number (S230)
즉, 도 3에 도시된 바와 같이, OCR 기법(341)을 이용하여 영상 보정된 번호판 영역의 영상(330)으로부터 번호판 영역에 포함된 문자를 인식(character recognition)(370)을 수행함으로써, 번호판 영역의 식별 정보 예를 들어, 차량 번호인 "13838B2"(340)를 인식한다.That is, as shown in Figure 3, by performing the recognition (character recognition) 370 the characters included in the license plate area from the image 330 of the image corrected license plate area using the OCR technique 341, the license plate area identification information of, for example, a vehicle number "13838B2" (340) is recognized.
이와 같이, 본 발명의 실시예들에 따른 방법은 오브젝트 영상 예를 들어, 자동차 영상으로부터 오브젝트에 부착된 번호판 영역을 미리 학습된 학습 모델 기반의 신경망 예를 들어, CNN을 이용하여 추출하고, 다른 기법 예를 들어, OCR 기법을 이용하여 추출된 번호판 영역으로부터 번호판 영역에 포함된 식별 정보 예를 들어, 문자를 인식함으로써, 번호판 인식률을 향상시키고, 인식 정확도를 향상시킬 수 있다.As such, the method according to embodiments of the present invention extracts a license plate area attached to an object from an object image, for example, a car image, using a neural network based on a pre-trained learning model, for example, CNN, and another technique For example, by recognizing identification information, for example, characters included in the license plate region from the license plate region extracted using the OCR technique, it is possible to improve the license plate recognition rate and improve recognition accuracy.
또한, 본 발명의 실시예들에 따른 방법은 딥 러닝 신경망을 이용하여 오브젝트에 부착된 번호판 영역에 대한 추출 정확성을 향상시키고, 추출된 번호판 영역에 대한 영상 보정 후 OCR 기법을 이용하여 번호판의 식별 정보를 인식함으로써, 딥 러닝 기법과 OCR 기법을 결합한 하이브리드 기법을 이용하여 OCR 방식의 단점과 딥 러닝의 단점을 극복하여 비용을 절감시키면서 인식 정확도를 향상시킬 수 있다.In addition, the method according to the embodiments of the present invention improves the extraction accuracy for the license plate area attached to the object using a deep learning neural network, and uses the OCR technique after image correction for the extracted license plate area identification information of the license plate By recognizing , it is possible to improve the recognition accuracy while reducing the cost by overcoming the disadvantages of the OCR method and the disadvantages of the deep learning using a hybrid technique that combines the deep learning technique and the OCR technique.
도 4는 본 발명의 일 실시예에 따른 하이브리드 기법을 이용한 번호판 인식 시스템에 대한 구성을 나타낸 것으로, 상술한 도 1 내지 도 3을 수행하는 시스템에 대한 개념적인 구성을 나타낸 것이다.4 shows a configuration for a license plate recognition system using a hybrid technique according to an embodiment of the present invention, and shows a conceptual configuration of the system performing the above-described FIGS. 1 to 3 .
도 4를 참조하면, 본 발명의 실시예에 따른 번호판 인식 시스템(400)은 생성부(410), 추출부(420) 및 인식부(430)를 포함한다.Referring to FIG. 4 , the license plate recognition system 400 according to an embodiment of the present invention includes a generating unit 410 , an extracting unit 420 and a recognition unit 430 .
생성부(410)는 영상 데이터 예를 들어, 선명한 영상과 노이즈를 포함하는 영상을 포함하는 오브젝트에 포함된 번호판 영역을 추출하기 위한 학습 데이터를 이용한 학습을 통해 오브젝트에 부착된 번호판 영역을 추출하는 신경망의 학습 모델을 생성한다.The generator 410 is image data, for example, a neural network for extracting a license plate region attached to an object through learning using learning data for extracting a license plate region included in an object including a clear image and an image including noise. create a learning model of
이 때, 생성부(410)는 미리 결정된 학습 데이터를 이용할 수도 있지만, 미리 결정된 학습 데이터와 미리 정해진 노이즈 패턴들을 이용하여 노이즈를 포함하는 영상 데이터를 생성하고, 이렇게 생성된 영상 데이터를 추가한 학습 데이터를 이용한 트레이닝을 통해 오브젝트로부터 번호판 영역을 추출하기 위한 학습 모델 또는 추출 모델을 생성할 수도 있다. 물론, 학습 모델에 사용되는 영상 데이터를 추가로 생성하기 위한 노이즈 패턴들은 번호판 영역을 추출하는데 있어서 발생될 수 있는 모든 종류의 노이즈 예를 들어, 흐림, 그림자, 어둠, 역광 등 다양한 종류의 노이즈 패턴을 포함할 수 있다.In this case, the generator 410 may use predetermined training data, but generates image data including noise by using the predetermined training data and predetermined noise patterns, and adds the generated image data to the training data. It is also possible to create a learning model or an extraction model for extracting the license plate area from the object through training using. Of course, noise patterns for additionally generating image data used in the learning model include all kinds of noise that may be generated in extracting the license plate area, for example, various kinds of noise patterns such as blur, shadow, darkness, backlight, etc. may include
추출부(420)는 생성부(410)에 의해 생성된 학습 모델 기반의 신경망을 이용하여 수신되는 입력 영상으로부터 오브젝트 즉, 자동차의 번호판 영역을 추출한다.The extraction unit 420 extracts an object, that is, a license plate area of a vehicle, from the input image received by using the neural network based on the learning model generated by the generation unit 410 .
인식부(430)는 미리 설정된 인식 기법 예를 들어, OCR 기법을 이용하여 추출된 번호판 영역으로부터 해당 오브젝트의 번호판에 포함된 식별 정보를 인식한다.The recognition unit 430 recognizes the identification information included in the license plate of the object from the license plate area extracted using a preset recognition technique, for example, OCR technique.
이 때, 인식부(430)는 추출부(420)에 의해 추출된 번호판 영역에 노이즈가 포함될 수 있기 때문에 이러한 노이즈를 제거하거나 번호판 영역이 흐릿한 영상일 수도 있기 때문에 흐릿한 영상을 선명한 영상으로 보정하기 위한 영상 보정 과정을 수행할 수 있다.At this time, the recognition unit 430 removes such noise because the license plate area extracted by the extraction unit 420 may contain noise, or the license plate area may be a blurred image. An image correction process may be performed.
예컨대, 인식부(430)는 추출된 번호판 영역의 콘트라스트가 미리 설정된 기준 콘트라스트보다 낮은 경우 영상 보정 기능을 이용하여 추출된 번호판 영역의 콘트라스트를 일정 콘트라스트 예를 들어, 기준 콘트라스트로 조정함으로써, 추출된 번호판 영역의 선명하게 처리할 수 있다. For example, when the contrast of the extracted license plate region is lower than the preset reference contrast, the recognition unit 430 adjusts the contrast of the extracted license plate region to a certain contrast, for example, the reference contrast by using the image correction function, the extracted license plate Areas can be processed clearly.
즉, 인식부(430)는 추출부(420)에 의해 추출된 번호판 영역의 영상에 대하여 영상 보정을 수행함으로써, 영상 보정된 번호판 영역의 영상을 생성하고, 영상 보정된 번호판 영역에 대하여 OCR 기법을 이용하여 영상 보정된 번호판 영역으로부터 입력 영상에 포함된 오브젝트의 번호판에 대한 식별 정보 예를 들어, 차량 번호를 인식한다.That is, the recognition unit 430 generates an image of the image corrected license plate region by performing image correction on the image of the license plate region extracted by the extraction unit 420, and OCR technique for the image corrected license plate region. Identification information on the license plate of the object included in the input image, for example, the vehicle number, is recognized from the image-corrected license plate area using the image.
비록, 도 4의 시스템에서 그 설명이 생략되었더라도 본 발명에 따른 시스템은 도 1 내지 도 3의 방법에서 설명한 모든 내용을 포함할 수 있다는 것은 이 기술 분야에 종사하는 당업자에게 있어서 자명하다.Although the description of the system of FIG. 4 is omitted, it is obvious to those skilled in the art that the system according to the present invention may include all the contents described in the method of FIGS. 1 to 3 .
이상에서 설명된 시스템 또는 장치는 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 시스템, 장치 및 구성요소는, 예를 들어, 프로세서, 컨트롤러, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPA(field programmable array), PLU(programmable logic unit), 마이크로프로세서, 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. 처리 장치는 운영 체제(OS) 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 애플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 컨트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The system or apparatus described above may be implemented as a hardware component, a software component, and/or a combination of the hardware component and the software component. For example, the systems, devices, and components described in the embodiments may include, for example, a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable array (FPA). ), a programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions, may be implemented using one or more general purpose or special purpose computers. The processing device may execute an operating system (OS) and one or more software applications running on the operating system. A processing device may also access, store, manipulate, process, and generate data in response to execution of the software. For convenience of understanding, although one processing device is sometimes described as being used, one of ordinary skill in the art will recognize that the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that can include For example, the processing device may include a plurality of processors or one processor and one controller. Other processing configurations are also possible, such as parallel processors.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.Software may comprise a computer program, code, instructions, or a combination of one or more thereof, which configures a processing device to operate as desired or is independently or collectively processed You can command the device. The software and/or data may be any kind of machine, component, physical device, virtual equipment, computer storage medium or apparatus, to be interpreted by or to provide instructions or data to the processing device. , or may be permanently or temporarily embody in a transmitted signal wave. The software may be distributed over networked computer systems and stored or executed in a distributed manner. Software and data may be stored in one or more computer-readable recording media.
실시예들에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to the embodiments may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, etc. alone or in combination. The program instructions recorded on the medium may be specially designed and configured for the embodiment, or may be known and available to those skilled in the art of computer software. Examples of the computer-readable recording medium include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs and DVDs, and magnetic such as floppy disks. - includes magneto-optical media, and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine language codes such as those generated by a compiler, but also high-level language codes that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.
이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.As described above, although the embodiments have been described with reference to the limited embodiments and drawings, various modifications and variations are possible from the above description by those skilled in the art. For example, the described techniques are performed in an order different from the described method, and/or the described components of the system, structure, apparatus, circuit, etc. are combined or combined in a different form than the described method, or other components Or substituted or substituted by equivalents may achieve an appropriate result.
그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.Therefore, other implementations, other embodiments, and equivalents to the claims are also within the scope of the following claims.

Claims (10)

  1. 입력 영상이 수신되면 미리 학습된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출하는 단계; 및When an input image is received, extracting a license plate area from the input image using a neural network of a pre-trained learning model; and
    미리 설정된 인식 기법을 이용하여 상기 추출된 번호판 영역으로부터 해당 오브젝트의 번호판에 대한 식별 정보를 인식하는 단계Recognizing identification information on the license plate of the object from the extracted license plate area using a preset recognition technique
    를 포함하는 번호판 인식 방법.A license plate recognition method comprising a.
  2. 제1항에 있어서,According to claim 1,
    상기 인식 기법은The recognition technique is
    광학 문자 인식 기법(OCR; optical character recognition)을 포함하는 것을 특징으로 하는 번호판 인식 방법.License plate recognition method comprising an optical character recognition technique (OCR; optical character recognition).
  3. 제1항에 있어서,According to claim 1,
    상기 인식하는 단계는The recognizing step
    상기 추출된 번호판 영역에 대한 영상 보정을 수행하고, 상기 인식 기법을 이용하여 영상 보정된 번호판 영역으로부터 상기 식별 정보를 인식하는 것을 특징으로 하는 번호판 인식 방법.A license plate recognition method, characterized in that performing image correction for the extracted license plate region, and recognizing the identification information from the image corrected license plate region using the recognition technique.
  4. 제1항에 있어서,According to claim 1,
    상기 인식하는 단계는The recognizing step
    상기 추출된 번호판 영역의 콘트라스트(contrast)가 미리 설정된 기준 콘트라스트보다 낮은 경우 상기 추출된 번호판 영역의 콘트라스트(contrast)를 기준 콘트라스트로 조정한 후 상기 인식 기법을 이용하여 상기 식별 정보를 인식하는 것을 특징으로 하는 번호판 인식 방법.When the contrast of the extracted license plate area is lower than the preset reference contrast, the identification information is recognized using the recognition technique after adjusting the contrast of the extracted license plate area to the reference contrast How to recognize a license plate.
  5. 제1항에 있어서,According to claim 1,
    미리 설정된 오브젝트를 포함하는 영상 데이터를 이용한 학습을 통해 상기 오브젝트에 부착된 번호판 영역을 추출하는 학습 모델을 생성하는 단계Creating a learning model for extracting a license plate area attached to the object through learning using image data including a preset object
    를 더 포함하고, further comprising,
    상기 추출하는 단계는The extraction step
    상기 생성된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출하는 것을 특징으로 하는 번호판 인식 방법.License plate recognition method, characterized in that extracting the license plate area from the input image by using the neural network of the generated learning model.
  6. 입력 영상이 수신되면 미리 학습된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출하는 추출부; 및When an input image is received, an extractor for extracting a license plate area from the input image using a neural network of a pre-trained learning model; and
    미리 설정된 인식 기법을 이용하여 상기 추출된 번호판 영역으로부터 해당 오브젝트의 번호판에 대한 식별 정보를 인식하는 인식부Recognition unit for recognizing identification information on the license plate of the object from the extracted license plate area using a preset recognition technique
    를 포함하는 번호판 인식 시스템.A license plate recognition system comprising a.
  7. 제6항에 있어서,7. The method of claim 6,
    상기 인식 기법은The recognition technique is
    광학 문자 인식 기법(OCR; optical character recognition)을 포함하는 것을 특징으로 하는 번호판 인식 시스템.License plate recognition system, characterized in that it comprises an optical character recognition technique (OCR; optical character recognition).
  8. 제6항에 있어서,7. The method of claim 6,
    상기 인식부는the recognition unit
    상기 추출된 번호판 영역에 대한 영상 보정을 수행하고, 상기 인식 기법을 이용하여 영상 보정된 번호판 영역으로부터 상기 식별 정보를 인식하는 것을 특징으로 하는 번호판 인식 시스템.A license plate recognition system, characterized in that performing image correction on the extracted license plate region, and recognizing the identification information from the image corrected license plate region using the recognition technique.
  9. 제6항에 있어서,7. The method of claim 6,
    상기 인식부는the recognition unit
    상기 추출된 번호판 영역의 콘트라스트(contrast)가 미리 설정된 기준 콘트라스트보다 낮은 경우 상기 추출된 번호판 영역의 콘트라스트(contrast)를 기준 콘트라스트로 조정한 후 상기 인식 기법을 이용하여 상기 식별 정보를 인식하는 것을 특징으로 하는 번호판 인식 시스템.When the contrast of the extracted license plate area is lower than the preset reference contrast, the identification information is recognized using the recognition technique after adjusting the contrast of the extracted license plate area to the reference contrast license plate recognition system.
  10. 제6항에 있어서,7. The method of claim 6,
    미리 설정된 오브젝트를 포함하는 영상 데이터를 이용한 학습을 통해 상기 오브젝트에 부착된 번호판 영역을 추출하는 학습 모델을 생성하는 생성부A generation unit that generates a learning model that extracts a license plate area attached to the object through learning using image data including a preset object
    를 더 포함하고,further comprising,
    상기 추출부는The extraction unit
    상기 생성된 학습 모델의 신경망을 이용하여 상기 입력 영상으로부터 번호판 영역을 추출하는 것을 특징으로 하는 번호판 인식 시스템.License plate recognition system, characterized in that extracting the license plate area from the input image using the neural network of the generated learning model.
PCT/KR2020/012962 2020-09-24 2020-09-24 Method for recognizing license plate by using hybrid technique, and system therefor WO2022065547A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2020/012962 WO2022065547A1 (en) 2020-09-24 2020-09-24 Method for recognizing license plate by using hybrid technique, and system therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2020/012962 WO2022065547A1 (en) 2020-09-24 2020-09-24 Method for recognizing license plate by using hybrid technique, and system therefor

Publications (1)

Publication Number Publication Date
WO2022065547A1 true WO2022065547A1 (en) 2022-03-31

Family

ID=80845500

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2020/012962 WO2022065547A1 (en) 2020-09-24 2020-09-24 Method for recognizing license plate by using hybrid technique, and system therefor

Country Status (1)

Country Link
WO (1) WO2022065547A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100990404B1 (en) * 2010-07-23 2010-10-29 (주)제이티 Method for detecting vehicle of lanes
US20160203380A1 (en) * 2015-01-13 2016-07-14 Xerox Corporation Annotation free license plate recognition method and system
KR101970442B1 (en) * 2018-12-04 2019-04-19 주식회사 넥스파시스템 Illegal parking enforcement system Using Fast R-CNN based on Vehicle detection
KR20190059466A (en) * 2017-11-23 2019-05-31 재단법인 다차원 스마트 아이티 융합시스템 연구단 License plate recognition method and system
KR101986592B1 (en) * 2019-04-22 2019-06-10 주식회사 펜타게이트 Recognition method of license plate number using anchor box and cnn and apparatus using thereof
KR20210002893A (en) * 2019-07-01 2021-01-11 주식회사 키센스 License plate recognition method using hybrid approach and system therefore

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100990404B1 (en) * 2010-07-23 2010-10-29 (주)제이티 Method for detecting vehicle of lanes
US20160203380A1 (en) * 2015-01-13 2016-07-14 Xerox Corporation Annotation free license plate recognition method and system
KR20190059466A (en) * 2017-11-23 2019-05-31 재단법인 다차원 스마트 아이티 융합시스템 연구단 License plate recognition method and system
KR101970442B1 (en) * 2018-12-04 2019-04-19 주식회사 넥스파시스템 Illegal parking enforcement system Using Fast R-CNN based on Vehicle detection
KR101986592B1 (en) * 2019-04-22 2019-06-10 주식회사 펜타게이트 Recognition method of license plate number using anchor box and cnn and apparatus using thereof
KR20210002893A (en) * 2019-07-01 2021-01-11 주식회사 키센스 License plate recognition method using hybrid approach and system therefore

Similar Documents

Publication Publication Date Title
WO2020017829A1 (en) Method for generating license plate image by using noise pattern and apparatus therefor
WO2013048160A1 (en) Face recognition method, apparatus, and computer-readable recording medium for executing the method
WO2013129825A1 (en) Method and device for notification of facial recognition environment, and computer-readable recording medium for executing method
US10783391B2 (en) Method and system for recognizing license plate
WO2014051246A1 (en) Method and apparatus for inferring facial composite
WO2022065817A1 (en) Methods for training and testing obfuscation network capable of performing distinct concealing processes for distinct regions of original image and learning and testing devices using the same
CN106384513A (en) Fake-licensed car capturing system and method based on intelligent traffic
WO2020246655A1 (en) Situation recognition method and device for implementing same
CN111178357B (en) License plate recognition method, system, device and storage medium
WO2022039319A1 (en) Personal information de-identification method, verification method, and system
WO2012011715A2 (en) Vehicle collision warning system and method therefor
WO2022092743A1 (en) Method for extracting characters from vehicle license plate, and license plate character extraction device for performing method
Lin et al. Automatic vehicle license plate recognition system for smart transportation
WO2019035544A1 (en) Face recognition apparatus and method using learning
WO2022065547A1 (en) Method for recognizing license plate by using hybrid technique, and system therefor
KR20210002893A (en) License plate recognition method using hybrid approach and system therefore
CN109034171B (en) Method and device for detecting unlicensed vehicles in video stream
WO2016104842A1 (en) Object recognition system and method of taking account of camera distortion
CN106340187A (en) Camera license plate recognition system and recognition implementation method
WO2023149603A1 (en) Thermal-image-monitoring system using plurality of cameras
WO2021242048A1 (en) Method and apparatus for recognizing license plate information about object
WO2022014831A1 (en) Object detection method and device
WO2020204350A2 (en) Movement path generating apparatus and method for autonomous vehicle using around view monitoring system
Boliwala et al. Automatic number plate detection for varying illumination conditions
CN111639640B (en) License plate recognition method, device and equipment based on artificial intelligence

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20955345

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20955345

Country of ref document: EP

Kind code of ref document: A1