WO2020177470A1 - 验证码识别方法、装置、终端及存储介质 - Google Patents
验证码识别方法、装置、终端及存储介质 Download PDFInfo
- Publication number
- WO2020177470A1 WO2020177470A1 PCT/CN2019/130580 CN2019130580W WO2020177470A1 WO 2020177470 A1 WO2020177470 A1 WO 2020177470A1 CN 2019130580 W CN2019130580 W CN 2019130580W WO 2020177470 A1 WO2020177470 A1 WO 2020177470A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- recognition
- verification code
- preset
- image
- character image
- Prior art date
- Legal status (The legal status 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 status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/26—Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
Definitions
- the present invention relates to the field of Internet security technology, in particular to a verification code identification method, device, terminal and storage medium.
- the main steps of the method for identifying numbers, characters and Chinese characters are as follows: First, the interference information in the verification code is removed through image processing techniques such as binarization, spatial filter, and transformation. Secondly, methods such as projection, clustering or target detection are used to determine the position of the character in the image and perform cutting. Third, the feature values of the extracted characters are classified using algorithms such as SVM or convolutional neural network in machine learning. Finally, the value of the final verification code is obtained according to the classification result.
- image processing techniques such as binarization, spatial filter, and transformation.
- methods such as projection, clustering or target detection are used to determine the position of the character in the image and perform cutting.
- the feature values of the extracted characters are classified using algorithms such as SVM or convolutional neural network in machine learning.
- the value of the final verification code is obtained according to the classification result.
- none of the existing verification code recognition methods can well solve the problem of the segmentation of pasted characters, resulting in low recognition accuracy of the verification code.
- the present invention provides a verification code recognition method, device, terminal and storage medium, so as to solve the problem that the pasted characters cannot be well segmented in the existing verification code recognition process, resulting in low verification code recognition accuracy.
- the present invention provides a verification code identification method, which includes:
- the steps of preprocessing the verification code image include:
- Binarize the gray-scale verification code image and then confirm the interference area and/or interference line through the spatial filter, and delete the interference area and/or interference line.
- the step of calculating the recognition accuracy rate of each character image to be recognized includes:
- the step of adjusting the preset cutting range and re-cutting, and then training the preset recognition model according to the cutting result until the recognition accuracy exceeds the preset threshold includes:
- the step of recognizing the character image to be trained through the preset recognition model it further includes:
- the present invention also provides a verification code identification device, which includes:
- the acquisition module is used to acquire the verification code image and preprocess the verification code image
- the cutting module is used to cut the verification code image according to the preset cutting range to obtain multiple character images to be recognized;
- the recognition module is used to recognize multiple character images to be recognized through a preset recognition model
- the calculation module is used to calculate the recognition accuracy of each character image to be recognized
- the training module is used to adjust the preset cutting range and cut again when the recognition accuracy rate does not exceed the preset threshold, and then train the preset recognition model according to the cutting result until the recognition accuracy exceeds the preset threshold.
- the acquisition module includes:
- the image acquisition unit is used to acquire the verification code image
- Graying unit used for graying the verification code image
- the denoising unit is used to binarize the gray-scale verification code image, confirm the interference area and/or interference line through the spatial filter, and delete the interference area and/or interference line.
- the calculation module includes:
- the statistical unit is used to count the number of correct recognition and the number of incorrect recognition of each character image to be recognized;
- the training module includes:
- the adjustment unit is used to adjust the preset cutting range
- the re-cutting unit is used to use the U-Net network to cut the verification code image according to the adjusted preset cutting range to obtain the character image to be trained;
- the recognition and calculation unit is used to recognize the character image to be trained through a preset recognition model, and calculate the recognition accuracy of the character image to be trained according to the recognition result;
- the loop recognition unit is used to readjust the preset cutting range when the recognition accuracy of the character image to be trained does not exceed the preset threshold, and perform cutting and recognition again until the recognition accuracy of the character image to be trained exceeds the preset threshold.
- the training module also includes:
- the occlusion unit is used to extract the depth features of the character image to be trained and perform random occlusion of the depth features.
- the present invention also provides a terminal, which includes a memory and a processor, the processor is coupled to the memory, and a computer program that can run on the processor is stored in the memory;
- the present invention also provides a storage medium on which a computer program is stored.
- the computer program is executed by a processor, the steps in any one of the above verification code identification methods are implemented.
- the present invention recognizes the cut characters through a preset recognition model, and calculates the recognition accuracy rate.
- the recognition accuracy rate is lower than the preset threshold
- the verification code is confirmed as a verification code that is difficult to recognize.
- the characters cannot be divided well because they are pasted together, confirm that the verification code is a verification code that is difficult to recognize.
- the preset recognition model is trained until the recognition accuracy exceeds the preset threshold, so as to achieve the purpose of enhancing the recognition ability of the preset recognition model and improve the recognition accuracy of the preset recognition model.
- FIG. 1 is a flowchart of the first embodiment of the verification code identification method of the present invention
- FIG. 2 is a flowchart of a second embodiment of the verification code identification method of the present invention.
- FIG. 3 is a flowchart of a third embodiment of the verification code identification method of the present invention.
- FIG. 4 is a flowchart of a fourth embodiment of the verification code identification method of the present invention.
- FIG. 5 is a flowchart of a fifth embodiment of the verification code identification method of the present invention.
- FIG. 6 is a schematic diagram of functional modules of the first embodiment of the verification code identification device of the present invention.
- FIG. 7 is a schematic diagram of functional modules of the second embodiment of the verification code identification device of the present invention.
- FIG. 8 is a schematic diagram of functional modules of a third embodiment of the verification code identification device of the present invention.
- FIG. 9 is a schematic diagram of functional modules of a fourth embodiment of the verification code identification device of the present invention.
- FIG. 10 is a schematic diagram of functional modules of a fifth embodiment of the verification code identification device of the present invention.
- FIG. 11 is a schematic diagram of a framework of an embodiment of a terminal according to the present invention.
- FIG. 1 shows an embodiment of the verification code identification method of the present invention.
- the verification code identification method includes the following steps:
- Step S1 obtaining a verification code image, and preprocessing the verification code image.
- the verification code image is preprocessed to remove noise in the verification code image and reduce the influence of noise on the verification code recognition.
- step S1 the step of preprocessing the verification code image specifically includes the following steps:
- Step S10 Perform a grayscale operation on the verification code image.
- the color image of the verification code image is gray-scaled by the component method, specifically the brightness of the three components in the color image is used as the gray value of the three gray-scale images, and a gray-scale can be selected according to the application needs.
- Image see the following formula:
- Step S11 Binarize the gray-scale verification code image, confirm the interference area and/or interference line through the spatial filter, and delete the interference area and/or interference line.
- binarization specifically refers to an image containing target objects, background and noise.
- the most frequently used method is to set a global threshold. T, use T to divide the image data into two parts: the pixel group larger than T and the pixel group smaller than T.
- the pixel value of the pixel group larger than T is set to white (or black), and the pixel value of the pixel group smaller than T is set to black (or white).
- the spatial filter consists of a neighborhood (usually a small rectangle) and a predefined operation performed on the image pixels surrounded by the neighborhood. Filtering produces a new pixel. The coordinates of the new pixel are equal to the coordinates of the center of the neighborhood. The value of the pixel is the result of the filtering operation. After the center of the spatial filter accesses each pixel in the input image, a processed (filtered) image is generated.
- the noise in the verification code image is removed by a spatial filter to facilitate subsequent image cutting processing, and it can also achieve better results when pasting characters. Cutting effect.
- Step S2 cutting the verification code image according to the preset cutting range to obtain multiple character images to be recognized.
- the preset cutting range is the width of one character in the verification code image. After the preset cutting range is obtained, the character area of the verification code image is cut according to the preset cutting range, so as to obtain a plurality of character images to be recognized.
- Step S3 Recognizing a plurality of character images to be recognized through a preset recognition model.
- the preset recognition model is obtained by training according to the convolutional neural network, a plurality of character images to be recognized are recognized through the preset recognition model, and the recognition result is obtained and recorded.
- the cutting effect is better.
- the image of the characters to be recognized has less noise and is easy to recognize.
- the pasted part of the characters will have more Too much noise may cause the recognition error of the preset recognition model. Therefore, each character image to be recognized has a recognition accuracy rate and a recognition error rate.
- Step S4 Calculate the recognition accuracy of each character image to be recognized.
- the recognition accuracy rate of each character image to be recognized is calculated according to the recognition result obtained by the preset recognition model.
- step S4 includes the following steps:
- Step S40 Count the number of correct recognition times and the number of incorrect recognition times of each character image to be recognized.
- the preset recognition model recognizes the character image to be recognized, it is determined whether the recognition is correct. If the recognition is correct, the number of correct recognitions is recorded once, and the number of incorrect recognitions is recorded once if the recognition is wrong.
- Step S5 When the recognition accuracy rate does not exceed the preset threshold, adjust the preset cutting range and cut again, and then train the preset recognition model according to the cutting result until the recognition accuracy exceeds the preset threshold.
- the recognition accuracy rate of the character image to be recognized does not exceed the preset threshold, it means that the character image to be recognized is difficult to recognize.
- the preset recognition model is trained until the recognition accuracy rate of the to-be-recognized character image exceeds the preset threshold.
- the preset threshold is preferably 70%.
- step S5 includes the following steps:
- Step S50 adjusting the preset cutting range.
- the cutting range can be adjusted according to (a,b), (a,b+ ⁇ ), (a- ⁇ ,b), (a- ⁇ ,b+ ⁇ ), where (a , b) is the width of a character, and ⁇ is one tenth of the width of a character. Moreover, the adjustment of the cutting range only changes the width in one dimension, thus avoiding many invalid calculations.
- Step S51 using the U-Net network to cut the verification code image according to the adjusted preset cutting range to obtain the character image to be trained.
- step S52 the character image to be trained is recognized through a preset recognition model, and the recognition accuracy of the character image to be trained is calculated according to the recognition result.
- the character image to be trained is recognized again through the preset recognition model, and the recognition accuracy of the character image to be trained is calculated again.
- Step S53 When the recognition accuracy of the character image to be trained does not exceed the preset threshold, readjust the preset cutting range, and perform cutting and recognition again until the recognition accuracy of the character image to be trained exceeds the preset threshold.
- the recognition accuracy rate of the character image to be trained does not exceed the preset threshold, it means that the character image to be trained cut according to the adjusted preset cutting range still cannot be well recognized.
- adjust the preset again Set the cutting range for cutting, and perform the recognition operation and the operation of calculating the recognition accuracy again, and loop in turn until the recognition accuracy of the character image to be trained exceeds the preset threshold, indicating that the preset recognition model has been able to recognize the current cutting well
- the range is the optimal cutting range and the optimal cutting range is recorded. When this type of character image is encountered in the subsequent verification code recognition process, the cutting and recognition can be performed according to the optimal cutting range.
- step S52 the following steps are further included before step S52:
- Step S60 Extract the depth features of the character image to be trained, and perform random occlusion on the depth features.
- the cut characters are recognized by the preset recognition model, and the recognition accuracy rate is calculated.
- the recognition accuracy rate is lower than the preset threshold
- the verification code is confirmed as a verification code that is difficult to recognize.
- it is pasted together and cannot be divided well confirm that the verification code is a verification code that is difficult to recognize.
- the cutting range After adjusting the cutting range, perform cutting again, and use the cut verification code to train the preset recognition model , Until the recognition accuracy exceeds the preset threshold, so as to achieve the purpose of enhancing the recognition ability of the preset recognition model and improve the recognition accuracy of the preset recognition model.
- FIG. 6 shows an embodiment of the verification code identification device of the present invention.
- the verification code identification device includes an acquisition module 10, a cutting module 11, an identification module 12, a calculation module 13 and a training module 14.
- the obtaining module 10 is used to obtain the verification code image and preprocess the verification code image; the cutting module 11 is used to cut the verification code image according to the preset cutting range to obtain multiple character images to be recognized; recognition module 12. It is used to recognize multiple character images to be recognized through a preset recognition model; the calculation module 13 is used to calculate the recognition accuracy of each character image to be recognized; the training module 14 is used when the recognition accuracy does not exceed the preset When setting the threshold, adjust the preset cutting range and cut again, and then train the preset recognition model according to the cutting result until the recognition accuracy exceeds the preset threshold.
- the acquisition module 10 includes an image acquisition unit 100, a grayscale unit 101 and a denoising unit 102.
- the image acquisition unit 100 is used to obtain a verification code image; the gray-scale unit 101 is used to perform a gray-scale operation on the verification code image; and the denoising unit 102 is used to perform binary operations on the gray-scale verification code image
- the spatial filter is used to confirm the interference area and/or interference line, and delete the interference area and/or interference line.
- the calculation module 13 includes a statistics unit 130 and a calculation unit 131.
- the training module 14 includes an adjustment unit 140, a re-cutting unit 141, a recognition and calculation unit 142, and a cycle recognition unit 143.
- the adjustment unit 140 is used to adjust the preset cutting range; the re-cutting unit 141 is used to use the U-Net network to cut the verification code image according to the adjusted preset cutting range to obtain the character image to be trained; recognition and calculation The unit 142 is used to recognize the character image to be trained using a preset recognition model, and to calculate the recognition accuracy of the character image to be trained according to the recognition result; the loop recognition unit 143 is used to recognize when the recognition accuracy of the character image to be trained does not exceed the preset When setting the threshold, readjust the preset cutting range, and perform cutting and recognition again until the recognition accuracy of the character image to be trained exceeds the preset threshold.
- the training module 14 further includes an occlusion unit 144 for extracting the depth features of the character image to be trained and randomly occluding the depth features.
- Fig. 11 shows a schematic block diagram of a terminal provided by another embodiment of the present invention.
- the terminal in this embodiment includes: one or at least two processors 80, a memory 81, and the A computer program 810 running on the processor 80.
- the processor 80 executes the computer program 810, it implements the steps in the verification code identification method described in the above embodiment, for example: step S1-step S5 shown in FIG. 1.
- the processor 80 executes the computer program 810, the functions of the modules/units in the above-mentioned embodiment of the precipitation forecasting device based on multi-mode integration are realized, for example: the functions of the module 10-module 14 shown in FIG.
- the computer program 810 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 81 and executed by the processor 80 to complete the application.
- One or more modules/units may be a series of computer program instruction segments capable of completing specific functions, and the instruction segments are used to describe the execution process of the computer program 810 in the terminal.
- the terminal includes but is not limited to a processor 80 and a memory 81.
- FIG. 8 is only an example of the terminal, and does not constitute a limitation on the terminal. It may include more or less components than shown in the figure, or combine some components, or different components, such as a terminal. It can also include input devices, output devices, network access devices, buses, and so on.
- the processor 80 can be a central processing unit (Central Processing Unit, CPU), other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), ready-made Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
- the general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
- the memory 81 can be a read-only memory, a static storage device that can store static information and instructions, a random access memory, or a dynamic storage device that can store information and instructions, or it can be an electrically erasable programmable read-only memory or a read-only optical disk. , Or other optical disk storage, optical disk storage, magnetic disk storage media or other magnetic storage devices.
- the memory 81 and the processor 80 may be connected through a communication bus, or may be integrated with the processor 80.
- the disclosed device and method may be implemented in other ways.
- the device embodiments described above are only illustrative, for example, the division of modules or units is only a logical function division, and there may be other divisions in actual implementation, for example, multiple units or components may be combined or It can be integrated into another device, or some features can be ignored or not implemented.
- the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
- each unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
- the above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
- the embodiment of the present application also provides a storage medium for storing a computer program, which contains program data designed for executing the above-mentioned verification code identification method embodiment of the present application.
- a storage medium for storing a computer program, which contains program data designed for executing the above-mentioned verification code identification method embodiment of the present application.
- the integrated module/unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium. Based on this understanding, this application implements all or part of the processes in the above-mentioned embodiment methods, and can also be completed by instructing relevant hardware through a computer program 810.
- the computer program 810 can be stored in a computer-readable storage medium. When executed by the processor 80, 810 can implement the steps of the foregoing method embodiments.
- the computer program 810 includes computer program code, and the computer program code may be in the form of source code, object code, executable file, or some intermediate forms.
- the computer-readable medium may include: any entity or device capable of carrying computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory), random access Memory (RAM, Random Access Memory), electric carrier signal, telecommunications signal, software distribution medium, etc.
- ROM Read-Only Memory
- RAM random access Memory
- electric carrier signal telecommunications signal
- software distribution medium etc.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Character Discrimination (AREA)
Abstract
Description
Claims (12)
- 一种验证码识别方法,其特征在于,其包括:获取验证码图像,并对所述验证码图像进行预处理;根据预设切割范围对所述验证码图像进行切割,得到多个待识别字符图像;通过预设识别模型对所述多个待识别字符图像进行识别;计算每个待识别字符图像的识别准确率;当所述识别准确率未超过预设阈值时,调整所述预设切割范围并重新切割,再根据切割结果训练所述预设识别模型,直至所述识别准确率超过所述预设阈值。
- 根据权利要求1所述的验证码识别方法,其特征在于,所述对所述验证码图像进行预处理的步骤包括:将所述验证码图像进行灰度化操作;对灰度化的验证码图像进行二值化处理,再通过空间滤波器确认干扰区域和/或干扰线条,并删除所述干扰区域和/或干扰线条。
- 根据权利要求1所述的验证码识别方法,其特征在于,所述计算每个待识别字符图像的识别准确率的步骤,包括:统计每个待识别字符图像的识别正确次数和识别错误次数;计算每个待识别字符图像的识别准确率,所述识别准确率=识别正确次数/(识别正确次数+识别错误次数)。
- 根据权利要求1所述的验证码识别方法,其特征在于,所述调整所述预设切割范围并重新切割,再根据切割结果训练所述预设识别模型,直至所述识别准确率超过所述预设阈值的步骤,包括:调整所述预设切割范围;利用U-Net网络根据所述调整后的预设切割范围对所述验证码图像进行切割,得到所述待训练字符图像;通过所述预设识别模型对所述待训练字符图像进行识别,并根据识别结果计算所述待训练字符图像的识别准确率;当所述待训练字符图像的识别准确率未超过所述预设阈值时,重新调整所述预设切割范围,并再次进行切割和识别,直至所述待训练字符图像的识别准确率超过所述预设阈值。
- 根据权利要求4所述的验证码识别方法,其特征在于,所述通过所述预设识别模型对所述待训练字符图像进行识别的步骤之前,还包括:提取所述待训练字符图像的深度特征,并对所述深度特征进行随机遮挡。
- 一种验证码识别装置,其特征在于,其包括:获取模块,用于获取验证码图像,并对所述验证码图像进行预处理;切割模块,用于根据预设切割范围对所述验证码图像进行切割,得到多个待识别字符图像;识别模块,用于通过预设识别模型对所述多个待识别字符图像进行识别;计算模块,用于计算每个待识别字符图像的识别准确率;训练模块,用于当所述识别准确率未超过预设阈值时,调整所述预设切割范围并重新切割,再根据切割结果训练所述预设识别模型,直至所述识别准确率超过所述预设阈值。
- 根据权利要求6所述的验证码识别装置,其特征在于,所述获取模块包括:图像获取单元,用于获取所述验证码图像;灰度化单元,用于将所述验证码图像进行灰度化操作;去噪单元,用于对灰度化的验证码图像进行二值化处理,再通过空间滤波器确认干扰区域和/或干扰线条,并删除所述干扰区域和/或干扰线条。
- 根据权利要求6所述的验证码识别装置,其特征在于,所述计算模块包括:统计单元,用于统计每个待识别字符图像的识别正确次数和识别错误次数;计算单元,用于计算每个待识别字符图像的识别准确率,所述识别准确率=识别正确次数/(识别正确次数+识别错误次数)。
- 根据权利要求6所述的验证码识别装置,其特征在于,所述训练模块包括:调整单元,用于调整所述预设切割范围;重新切割单元,用于利用U-Net网络根据所述调整后的预设切割范围对所述验证码图像进行切割,得到所述待训练字符图像;识别与计算单元,用于通过所述预设识别模型对所述待训练字符图像进行识别,并根据识别结果计算所述待训练字符图像的识别准确率;循环识别单元,用于当所述待训练字符图像的识别准确率未超过所述预设阈值时,重新调整所述预设切割范围,并再次进行切割和识别,直至所述待训练字符图像的识别准确率超过所述预设阈值。
- 根据权利要求9所述的验证码识别装置,其特征在于,所述训练模块还包括:遮挡单元,用于提取所述待训练字符图像的深度特征,并对所述深度特征进行随机遮挡。
- 一种终端,其特征在于,其包括存储器和处理器,所述处理器耦接所 述存储器,所述存储器上存储有可在所述处理器上运行的计算机程序;所述处理器执行所述计算机程序时,实现权利要求1-5任一项所述验证码识别方法中的步骤。
- 一种存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时,实现权利要求1-5任一项所述验证码识别方法中的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910158617.9 | 2019-03-04 | ||
| CN201910158617.9A CN109919160B (zh) | 2019-03-04 | 2019-03-04 | 验证码识别方法、装置、终端及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020177470A1 true WO2020177470A1 (zh) | 2020-09-10 |
Family
ID=66963048
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/130580 Ceased WO2020177470A1 (zh) | 2019-03-04 | 2019-12-31 | 验证码识别方法、装置、终端及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN109919160B (zh) |
| WO (1) | WO2020177470A1 (zh) |
Cited By (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112446377A (zh) * | 2020-11-18 | 2021-03-05 | 深圳市元征科技股份有限公司 | 一种数据处理方法、数据处理装置及电子设备 |
| CN113761962A (zh) * | 2021-09-13 | 2021-12-07 | 武汉先同科技有限公司 | 一种赋码产品视觉检测方法、系统以及存储介质 |
| CN113868620A (zh) * | 2021-10-14 | 2021-12-31 | 咪咕文化科技有限公司 | 一种验证码的验证方法、装置及设备 |
| CN114329414A (zh) * | 2021-12-27 | 2022-04-12 | 杭州卓健信息科技股份有限公司 | 一种不定长通用数字字母验证码识别系统及方法 |
| CN115001670A (zh) * | 2022-05-25 | 2022-09-02 | 武汉极意网络科技有限公司 | 基于自学习的验证码生成方法、系统、设备及存储介质 |
| CN115546226A (zh) * | 2022-10-08 | 2022-12-30 | 智慧芽信息科技(苏州)有限公司 | 验证码图像识别方法、模板生成方法、装置和存储介质 |
| CN115712887A (zh) * | 2023-01-09 | 2023-02-24 | 成方金融科技有限公司 | 图片验证码识别方法、装置、电子设备及存储介质 |
Families Citing this family (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109919160B (zh) * | 2019-03-04 | 2021-03-23 | 深圳先进技术研究院 | 验证码识别方法、装置、终端及存储介质 |
| CN110348450A (zh) * | 2019-07-15 | 2019-10-18 | 中国工商银行股份有限公司 | 用于图像验证码的安全评估方法、装置和计算机系统 |
| US11204987B2 (en) * | 2019-11-07 | 2021-12-21 | Nxp B.V. | Method for generating a test for distinguishing humans from computers |
| CN110909807A (zh) * | 2019-11-26 | 2020-03-24 | 深圳市信联征信有限公司 | 基于深度学习的网络验证码识别方法、装置及计算机设备 |
| CN111274957A (zh) * | 2020-01-20 | 2020-06-12 | 阳光人寿保险股份有限公司 | 网页页面验证码识别方法、装置、终端和计算机存储介质 |
| CN111340137A (zh) * | 2020-03-26 | 2020-06-26 | 上海眼控科技股份有限公司 | 图像识别方法、装置及存储介质 |
| CN112989312B (zh) * | 2020-11-30 | 2024-04-30 | 北京金堤科技有限公司 | 验证码的识别方法、装置、电子设备和存储介质 |
| CN113627395B (zh) * | 2021-09-17 | 2023-11-17 | 平安银行股份有限公司 | 文本识别方法、装置、介质及电子设备 |
| CN114067324B (zh) * | 2021-10-27 | 2025-10-17 | 厦门友微科技有限公司 | 一种验证码图片识别方法、装置、设备及存储介质 |
| CN115174122B (zh) * | 2022-07-18 | 2024-12-03 | 湖北天融信网络安全技术有限公司 | 验证码生成方法、验证码验证方法、装置、设备及介质 |
| CN115482539A (zh) * | 2022-08-30 | 2022-12-16 | 中电信数智科技有限公司 | 一种基于图像识别的收货单生成方法和装置 |
| CN116347419A (zh) * | 2023-03-23 | 2023-06-27 | 国网湖南省电力有限公司 | 移动终端识别方法及系统 |
| CN116311297A (zh) * | 2023-04-12 | 2023-06-23 | 国网河北省电力有限公司 | 基于计算机视觉的电子凭据图像识别解析方法 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130298195A1 (en) * | 2010-02-19 | 2013-11-07 | Microsoft Corporation | Image-Based CAPTCHA Exploiting Context in Object Recognition |
| CN108596168A (zh) * | 2018-04-20 | 2018-09-28 | 北京京东金融科技控股有限公司 | 用于识别图像中字符的方法、装置及介质 |
| CN109919160A (zh) * | 2019-03-04 | 2019-06-21 | 深圳先进技术研究院 | 验证码识别方法、装置、终端及存储介质 |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO1999064982A1 (en) * | 1998-06-09 | 1999-12-16 | Kent Ridge Digital Labs | A recognition process |
| CN101408933A (zh) * | 2008-05-21 | 2009-04-15 | 浙江师范大学 | 基于粗网格特征提取和bp神经网络的车牌字符识别方法 |
| CN101630360B (zh) * | 2008-07-14 | 2012-12-19 | 上海分维智能科技有限公司 | 一种在高清晰图像中识别车牌的方法 |
| CN101859382B (zh) * | 2010-06-03 | 2013-07-31 | 复旦大学 | 一种基于最大稳定极值区域的车牌检测与识别的方法 |
| CN102930277B (zh) * | 2012-09-19 | 2016-04-27 | 上海珍岛信息技术有限公司 | 一种基于识别反馈的字符图像验证码识别方法 |
| CN104408452B (zh) * | 2014-11-17 | 2019-01-15 | 深圳市比一比网络科技有限公司 | 一种基于旋转投影宽度的拉丁字符倾斜纠正方法及系统 |
| CN104408455B (zh) * | 2014-11-27 | 2017-09-12 | 上海理工大学 | 粘连字符分割方法 |
| CN105069456B (zh) * | 2015-07-30 | 2018-10-09 | 北京邮电大学 | 一种车牌字符分割方法及装置 |
| CN105654042B (zh) * | 2015-12-23 | 2019-04-09 | 华南理工大学 | 玻璃温度计的检定温度字符识别方法 |
| CN106874901B (zh) * | 2017-01-17 | 2020-07-03 | 北京智元未来科技有限公司 | 一种行驶证识别方法及装置 |
| CN107688809B (zh) * | 2017-08-28 | 2019-08-27 | 深圳壹账通智能科技有限公司 | 验证码识别方法、装置、计算机设备及计算机存储介质 |
| CN108875745B (zh) * | 2018-08-09 | 2021-11-19 | 同程网络科技股份有限公司 | 组合验证码的分割识别方法及其系统 |
| CN109086772A (zh) * | 2018-08-16 | 2018-12-25 | 成都市映潮科技股份有限公司 | 一种扭曲粘连字符图片验证码的识别方法及系统 |
-
2019
- 2019-03-04 CN CN201910158617.9A patent/CN109919160B/zh active Active
- 2019-12-31 WO PCT/CN2019/130580 patent/WO2020177470A1/zh not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130298195A1 (en) * | 2010-02-19 | 2013-11-07 | Microsoft Corporation | Image-Based CAPTCHA Exploiting Context in Object Recognition |
| CN108596168A (zh) * | 2018-04-20 | 2018-09-28 | 北京京东金融科技控股有限公司 | 用于识别图像中字符的方法、装置及介质 |
| CN109919160A (zh) * | 2019-03-04 | 2019-06-21 | 深圳先进技术研究院 | 验证码识别方法、装置、终端及存储介质 |
Non-Patent Citations (2)
| Title |
|---|
| BAI PEIRUI ,WANG JINBO , DING GUOMEI: "A General CAPTCHA Recognition Algorithm Based on Image Segmentation", JOURNAL OF SHANDONG UNIVERSITY OF SCIENCE AND TECHNOLOGY (NATURAL SCIENCE), vol. 37, no. 3, 30 June 2018 (2018-06-30), pages 106 - 113, XP055731837, ISSN: 1672-3767, DOI: 10.16452/j.cnki.sdkjzk.2018.03.014 * |
| LIU HUAN , SHAO WEIYUAN ,GUO YUEFEI: "Research on CAPTCHA Recognition with Convolutional Neural Networks", COMPUTER ENGINEERING AND APPLICATIONS, vol. 52, no. 18, 15 September 2016 (2016-09-15), pages 1 - 7, XP055731840, ISSN: 1002-8331, DOI: 10.3778/j.issn.1002-8331.1603-0181 * |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112446377A (zh) * | 2020-11-18 | 2021-03-05 | 深圳市元征科技股份有限公司 | 一种数据处理方法、数据处理装置及电子设备 |
| CN113761962A (zh) * | 2021-09-13 | 2021-12-07 | 武汉先同科技有限公司 | 一种赋码产品视觉检测方法、系统以及存储介质 |
| CN113761962B (zh) * | 2021-09-13 | 2022-09-16 | 武汉先同科技有限公司 | 一种赋码产品视觉检测方法、系统以及存储介质 |
| CN113868620A (zh) * | 2021-10-14 | 2021-12-31 | 咪咕文化科技有限公司 | 一种验证码的验证方法、装置及设备 |
| CN114329414A (zh) * | 2021-12-27 | 2022-04-12 | 杭州卓健信息科技股份有限公司 | 一种不定长通用数字字母验证码识别系统及方法 |
| CN115001670A (zh) * | 2022-05-25 | 2022-09-02 | 武汉极意网络科技有限公司 | 基于自学习的验证码生成方法、系统、设备及存储介质 |
| CN115546226A (zh) * | 2022-10-08 | 2022-12-30 | 智慧芽信息科技(苏州)有限公司 | 验证码图像识别方法、模板生成方法、装置和存储介质 |
| CN115712887A (zh) * | 2023-01-09 | 2023-02-24 | 成方金融科技有限公司 | 图片验证码识别方法、装置、电子设备及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN109919160B (zh) | 2021-03-23 |
| CN109919160A (zh) | 2019-06-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2020177470A1 (zh) | 验证码识别方法、装置、终端及存储介质 | |
| US11423701B2 (en) | Gesture recognition method and terminal device and computer readable storage medium using the same | |
| CN102496023B (zh) | 像素层面的感兴趣区域提取方法 | |
| CN110705583A (zh) | 细胞检测模型训练方法、装置、计算机设备及存储介质 | |
| CN103824091B (zh) | 一种用于智能交通系统的车牌识别方法 | |
| CN114581709B (zh) | 识别医学图像中的目标的模型训练、方法、设备及介质 | |
| CN105844277B (zh) | 标签识别方法和装置 | |
| WO2017121018A1 (zh) | 二维码图像处理的方法和装置、终端、存储介质 | |
| CN110956081B (zh) | 车辆与交通标线位置关系的识别方法、装置及存储介质 | |
| CN110969046B (zh) | 人脸识别方法、设备及计算机可读存储介质 | |
| CN112801232A (zh) | 一种应用于处方录入的扫描识别方法及系统 | |
| CN110570442A (zh) | 一种复杂背景下轮廓检测方法、终端设备及存储介质 | |
| CN108764328A (zh) | 太赫兹图像危险品识别方法、装置、设备及可读存储介质 | |
| CN107563386A (zh) | 元器件验证方法、装置、设备与计算机可读存储介质 | |
| CN115082776A (zh) | 一种基于图像识别的电能表自动检测系统及方法 | |
| CN113537211A (zh) | 一种基于非对称iou的深度学习车牌框定位方法 | |
| CN105809089A (zh) | 复杂背景下的多人脸检测方法及装置 | |
| CN112084874B (zh) | 一种物体检测方法、装置及终端设备 | |
| CN111986176A (zh) | 一种裂纹图像识别方法、系统、终端及可读存储介质 | |
| CN111488811A (zh) | 人脸识别方法、装置、终端设备及计算机可读介质 | |
| CN112561893B (zh) | 图片匹配方法、装置、电子设备及存储介质 | |
| Chen et al. | Image segmentation based on mathematical morphological operator | |
| CN111199240A (zh) | 银行卡识别模型的训练方法、银行卡识别方法以及装置 | |
| CN111062309A (zh) | 一种雨天交通标志检测方法、存储介质及系统 | |
| CN112183540B (zh) | 标签参数的提取方法和装置、存储介质、电子装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19917732 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19917732 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 02.02.2022) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19917732 Country of ref document: EP Kind code of ref document: A1 |