Nothing Special   »   [go: up one dir, main page]

CN105701488A - Identity card identification method - Google Patents

Identity card identification method Download PDF

Info

Publication number
CN105701488A
CN105701488A CN201610008974.3A CN201610008974A CN105701488A CN 105701488 A CN105701488 A CN 105701488A CN 201610008974 A CN201610008974 A CN 201610008974A CN 105701488 A CN105701488 A CN 105701488A
Authority
CN
China
Prior art keywords
image
identity card
region
card
identity
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.)
Pending
Application number
CN201610008974.3A
Other languages
Chinese (zh)
Inventor
方清
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Hengju Information Technology Co Ltd
Original Assignee
Guangzhou Hengju Information Technology Co Ltd
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 Guangzhou Hengju Information Technology Co Ltd filed Critical Guangzhou Hengju Information Technology Co Ltd
Priority to CN201610008974.3A priority Critical patent/CN105701488A/en
Publication of CN105701488A publication Critical patent/CN105701488A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/14Image acquisition
    • G06V30/146Aligning or centring of the image pick-up or image-field
    • G06V30/1475Inclination or skew detection or correction of characters or of image to be recognised
    • G06V30/1478Inclination or skew detection or correction of characters or of image to be recognised of characters or characters lines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/14Image acquisition
    • G06V30/148Segmentation of character regions
    • G06V30/153Segmentation of character regions using recognition of characters or words

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The present invention relates to the image processing technology field, and provides an identity card identification method. The identity card identification method comprises the following steps of acquiring an identity card image, carrying out the pre-processing on the acquired identity card image, carrying out the positioning segmentation on the image after the pre-processing, and identifying the image after the positioning segmentation. According to the present invention, an algorithm adopted in the threshold value binarization processing is simple and practical, so that the identity card identification efficiency and accuracy are high.

Description

A kind of identity card recognition method
Technical field
The present invention relates to technical field of image processing, particularly relate to a kind of identity card recognition method。
Background technology
Identity card is the unique perfect instrument proving citizen's legal identity, it is that citizen participates in certificate necessary to various politics, economy, social activity, such as: entrance activity meeting-place, handle bank card, move in hotel, airplane train, Internet bar's online, handle all kinds of credentialss etc.。It can be said that identity card has goed deep into the various aspects of our life。Therefore, how fast and accurately reading identity card information becomes more and more important。
Along with the application popularization of smart mobile phone, the identity card identification of mobile phone terminal is same with PC end also to grow up therewith。Photographic head also becomes wisdom, recognizable various Word messages。The identity card recognition method of mobile phone, solves the problem that information input is difficult substantially。But owing to mobile phone terminal and PC end aspect of performance vary, recognition efficiency is restricted, recognition accuracy is generally very low。
Summary of the invention
It is an object of the invention to provide a kind of identity card recognition method, it is intended to solve the general very low problem of existing identity card recognition method accuracy rate。
The invention provides a kind of identity card recognition method, comprise the following steps:
Captured identity card image;
The ID Card Image of collection is carried out pretreatment;
Pretreated image is positioned segmentation;
Image after locating segmentation is identified。
Further, the ID Card Image of collection is carried out pretreatment, specifically includes following steps:
Convert the ID Card Image of collection to gray level image;
Gray level image is carried out smoothing denoising process;
Gray level image after being processed by smoothing denoising carries out threshold values binary conversion treatment;
Image after threshold values binary conversion treatment is carried out slant correction。
Further, the gray level image after smoothing denoising process carries out threshold values binary conversion treatment, specifically includes:
Adopt below equation, gray level image carried out threshold values binary conversion treatment:
g s ( n ) = Σ i = 0 s - 1 ( 1 - 1 s ) i g ( n - i ) - - - ( 1 )
h ( n ) = g ( n ) + g ( n - w i d t h ) 2 - - - ( 2 )
g s ( n ) = g s ( n - 1 ) - g s ( n - 1 ) s + h ( n ) - - - ( 3 )
T ( n ) = 1 g ( n ) < ( g s ( n ) s ) ( 100 - t 100 ) 0 g ( n ) &GreaterEqual; ( g s ( n ) s ) ( 100 - t 100 ) - - - ( 4 )
G (n) represents the gray value of n-th in present image, and g (n-width) represents the gray value of (n-width) individual point, gsN () represents the gray value sum of by a certain percentage n-th above s point, T (n) represents the value after binaryzation, and 0 represents white, 1 expression black, and width is picture traverse。
Further, s takes s=width/8, t and takes t=15。
Further, pretreated image positions segmentation to specifically include the Character segmentation to identity card and split with to the head portrait that identity card is corresponding。
Further, the Character segmentation of identity card is comprised the following steps:
Character pixels is carried out expansion process, obtains multiple text block;
Each text block is gone out according to identity card Feature Selection;
Provincial characteristics according to each text block, finds the connected region meeting ID (identity number) card No. provincial characteristics from connected region as the region of ID (identity number) card No., and is split by this area image。
Further, the Character segmentation of identity card is also included: using ID (identity number) card No. regional location as object of reference, find the corresponding region meeting head portrait provincial characteristics, address provincial characteristics, date of birth provincial characteristics, sex provincial characteristics, name region characteristic of field and regional national feature respectively, and corresponding head portrait region, region, address, date of birth region, sex region, name region and regional national are split。
Further, the image after locating segmentation is identified, specifically includes following steps:
Project each literary composition block divided;
Extract each literary composition block feature data;
It is right the character feature data of each literary composition block feature data and template base to be carried out;
Select similarity the highest as recognition result。
Beneficial effect: identity card recognition method of the present invention, owing to the algorithm adopted in threshold values binary conversion treatment is simple, practical so that the efficiency of identity card identification and accuracy rate are all significantly high。
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of a kind of identity card recognition method that one embodiment of the invention provides;
Fig. 2 is the ID Card Image schematic diagram that one embodiment of the invention provides。
Detailed description of the invention
In order to make the purpose of the present invention, technical scheme and advantage clearly understand, below in conjunction with the drawings and specific embodiments, the present invention is described in further detail。
Fig. 1 is the schematic flow sheet of a kind of identity card recognition method that one embodiment of the invention provides;With reference to Fig. 1, embodiments provide a kind of identity card recognition method, comprise the following steps:
Step S101, captured identity card image。
ID Card Image gathers, this technology is developed for mobile phone application, Automatic Program regulates mobile phone camera and carries out automatically focusing on, balancing the operations such as light filling to reach the scanning shoot effect of optimum, recognizer supports 2 kinds of mode photo origins, is that mobile phone focuses on scanning ID Card Image mode and artificial focusing style of shooting automatically respectively。
Step S102, carries out pretreatment by the ID Card Image of collection。
The ID Card Image pretreatment that will gather, specifically includes following steps。
Step S1021, converts the ID Card Image of collection to gray level image。
Gather the RGB image that the ID Card Image returned is colour, and would generally produce much to affect the noise point of mortality in light, focusing etc., therefore before identification, carry out gradation conversion firstly the need of by image。
Step S1022, carries out smoothing denoising process to gray level image。
Gray level image carries out smoothing denoising process, is the process on the noise point much affecting mortality in gray level image。
Step S1023, the gray level image after being processed by smoothing denoising carries out threshold values binary conversion treatment。
Gray level image after smoothing denoising is processed carries out threshold values binary conversion treatment, specifically includes:
Adopt below equation, gray level image carried out threshold values binary conversion treatment:
g s ( n ) = &Sigma; i = 0 s - 1 ( 1 - 1 s ) i g ( n - i ) - - - ( 1 )
h ( n ) = g ( n ) + g ( n - w i d t h ) 2 - - - ( 2 )
g s ( n ) = g s ( n - 1 ) - g s ( n - 1 ) s + h ( n ) - - - ( 3 )
T ( n ) = 1 g ( n ) < ( g s ( n ) s ) ( 100 - t 100 ) 0 g ( n ) &GreaterEqual; ( g s ( n ) s ) ( 100 - t 100 ) - - - ( 4 )
G (n) represents the gray value of n-th in present image, and g (n-width) represents the gray value of (n-width) individual point, gsN () represents the gray value sum of by a certain percentage n-th above s point, T (n) represents the value after binaryzation, and 0 represents white, 1 expression black, and width is picture traverse。
Identification process adopts the basic thought of threshold binarization method: determine the black or white of a pixel, assess threshold values by some meansigma methodss of other points around this point or in scanning sequency just passable。Compare with threshold values and pixel value。First definition g (n) represents the gray value of n-th。T (n) represents the value after binaryzation, and 0 represents white, and 1 represents black, uses gsN () represents the sum of s the gray value put before n-th, formula representsJust can simply note T (n) with this s and another variable t should be 0 or 1, and this formula is exactly T ( n ) = 1 g ( n ) < ( g s ( n ) s ) ( 100 - t 100 ) 0 g ( n ) &GreaterEqual; ( g s ( n ) s ) ( 100 - t 100 ) .
Optimize further, when T (n) is defined above, be meansigma methods, that is some points scanned before are the same for the impact weight in other words currently put, that is currently the impact of current point is the same by the pixel of 1 pixel distance and the gray value of the pixel of the distance of s-1 pixel. apparent from understanding intuitively, should be from the current pixel put close to more, the impact of current point is more big, more remote then more little. therefore, the embodiment of the present invention is with more properly more efficient substitution value gs(n), gsN () is expressed as follows:
g s ( n ) = &Sigma; i = 0 s - 1 ( 1 - 1 s ) i g ( n - i ) ,
Here gsN () is then the sum of gray value by a certain percentage, it can be seen that from this n more close to the proportion of pixel more high, more remote more low. the color obviously so described holding pixel is more accurate. and g heres(n) and gs(n-1) just can recurrence being obtained by addition and multiplication, computational efficiency is that comparison is high。
Optimize further, calculating above depends on scanning sequency in fact, that is the definition of this sequence of g (n) is exactly scanning sequency, it is typically all horizontal sweep, like this, pixel value actually depends on the gray value of the abutment points on horizontal level, but does not account for the pixel of vertical direction to associate。Here also there is an explanation, individual g (n) sequence that before can safeguarding, horizontal sweep produces successively, the gray value of horizontal sweep each row is placed in an array, before certain g (n) is used, it is possible to allow the some gray value g (n-width) that is (n-width) puts of gray value g (n) of n point this row corresponding with previous row take a meansigma methods。Wherein, width is picture traverse。It should be noted that, when (n-width) is be more than or equal to 0, corresponding g (n-width) represents the gray value of (n-width) individual point, if (n-width) less than 0, illustrate current nth point corresponding be the gray value of the first row, then g (n-width) can value be 0。
The formula that gray level image carries out threshold binarization algorithm final is as follows:
g s ( n ) = &Sigma; i = 0 s - 1 ( 1 - 1 s ) i g ( n - i ) - - - ( 1 )
h ( n ) = g ( n ) + g ( n - w i d t h ) 2 - - - ( 2 )
g s ( n ) = g s ( n - 1 ) - g s ( n - 1 ) s + h ( n ) - - - ( 3 )
T ( n ) = 1 g ( n ) < ( g s ( n ) s ) ( 100 - t 100 ) 0 g ( n ) &GreaterEqual; ( g s ( n ) s ) ( 100 - t 100 ) - - - ( 4 )
G (n) represents the gray value of n-th in present image, and g (n-width) represents the gray value of (n-width) individual point, gsN () represents the gray value sum of by a certain percentage n-th above s point, T (n) represents the value after binaryzation, and 0 represents white, 1 expression black, and width is picture traverse。
Based on experience value, value best for above-mentioned s and t is to work as s=width/8, t=15, and wherein width is picture traverse, and gray level image carries out the best results of threshold values binary conversion treatment。
Step S1024, carries out slant correction to the image after threshold values binary conversion treatment。
Because when captured identity demonstrate,proves image, gathering the ID Card Image come and be very just not likely to be, here to the image slant correction after threshold values binary conversion treatment, it is possible to improve the accuracy of identity card identification。
Step S103, positions segmentation to pretreated image。
Pretreated image positions segmentation specifically include the Character segmentation to identity card and split with to the head portrait that identity card is corresponding。
Wherein the concrete steps of the Character segmentation of identity card are included: Character segmentation is split with to the head portrait that identity card is corresponding。Wherein the Character segmentation of identity card is comprised the following steps:
Step S1031, carries out expansion process by character pixels, obtains multiple text block。
Expansion process uses algorithm exactly, is expanded at the edge of image。The edge of target or the blank space of inside are filled out by effect exactly。
The algorithm of expansion process: with the structural element of 3*3, the bianry image that each pixel structural element of scanogram covers with it does AND-operation, if being all 0, this pixel of result images is 0。It is otherwise 1, the result of expansion process: make binary image expand。
Step S1032, goes out each text block according to identity card Feature Selection。
Fig. 2 is the ID Card Image schematic diagram that one embodiment of the invention provides, and with reference to Fig. 2 for identity card, its visual useful information generally includes: citizenship number, address, birth, sex, name, nationality, head portrait。
Identity card useful information area image includes: citizenship number information area image 201, certificate address information area image 202, birth information area image 203, gender information's area image 204, name information area image 205, Folk Information area image 206 and head image information area image 207。
Step S1033, the provincial characteristics according to each text block, from connected region, find the region meeting ID (identity number) card No. connected region most as ID (identity number) card No., and this area image is split。
Provincial characteristics according to each text block, determine the information corresponding to each text block, from connected region, find the connected region that the meets region as each text block of identity card, and this area image is split, namely complete the locating segmentation of each literary composition block。
The Character segmentation of identity card is also included: using ID (identity number) card No. regional location as object of reference, find the corresponding region meeting head portrait provincial characteristics, address provincial characteristics, date of birth provincial characteristics, sex provincial characteristics, name region characteristic of field and regional national feature respectively, and corresponding head portrait region, region, address, date of birth region, sex region, name region and regional national are split。
Specifically include the locating segmentation of context below block:
(1). ID (identity number) card No. area image location and segmentation
Area image feature (such as ID (identity number) card No. has continuous print 18 or 17 numerals) according to ID (identity number) card No., the connected region meeting ID (identity number) card No. feature most is found as ID (identity number) card No. region from connected region series, and this area image is split, namely complete location and the segmentation of ID (identity number) card No. area image。
(2). identity certificate address area image location and segmentation
Using ID (identity number) card No. area image position as object of reference, find and meet the region of address area image feature and the region of position feature as address area image, and be partitioned into address area image。
(3). identity card birth area image location and segmentation
Using ID (identity number) card No. area image position as object of reference, find and meet the region of birth area image feature and the region of position feature as birth area image, and be partitioned into birth area image。
(4). identity card sex area image location and segmentation
Using ID (identity number) card No. area image position as object of reference, find and meet the region of sex area image feature and the region of position feature as sex area image, and be partitioned into sex area image。
(5). identity card name region area image location and segmentation
Using ID (identity number) card No. area image position as object of reference, find and meet the region of name region area image feature and the region of position feature as name region area image, and be partitioned into name region area image。
(6). the framing of identity card regional national and segmentation
Using ID (identity number) card No. area image position as object of reference, find and meet the region of regional national characteristics of image and the region of position feature as regional national image, and be partitioned into regional national image。
(7). identity card head portrait area image location and segmentation
Using ID (identity number) card No. area image position as object of reference, find and meet the region of head portrait area image feature and the region of position feature as head portrait area image, and be partitioned into head portrait area image。
Step S104, is identified the image after locating segmentation。
Identity card character is identified, specifically includes following steps:
Project each literary composition block divided;Extract each literary composition block feature data;It is right the character feature data of each literary composition block feature data and template base to be carried out;Select the brief note characteristic of the highest template base of similarity as recognition result。
The software that this method makes can exist as the mode of assembly, it is provided that api interface is to external application, and including mobile terminal and PC end, recognition result is exported by interface。
Output recognition result adopts mobile terminal or the output of PC end。
One or more technical schemes that the embodiment of the present invention provides, have at least techniques below effect:
1) identity card recognition method of the present invention, owing to the algorithm adopted in threshold values binary conversion treatment is simple, practical so that the efficiency of identity card identification and accuracy rate are all significantly high。
2) identity card recognition method of the present invention, not only to numeral, Chinese Character Recognition, is also identified the alike of identity card, improves the accuracy rate of identity card identification。
The foregoing is only presently preferred embodiments of the present invention, not in order to limit the present invention, all any amendment, equivalent replacement and improvement etc. made within the spirit and principles in the present invention, should be included within protection scope of the present invention。

Claims (8)

1. an identity card recognition method, it is characterised in that comprise the following steps:
Captured identity card image;
The ID Card Image of collection is carried out pretreatment;
Pretreated image is positioned segmentation;
Image after locating segmentation is identified。
2. identity card recognition method according to claim 1, it is characterised in that described the ID Card Image of collection is carried out pretreatment, specifically comprises the following steps:
Convert the ID Card Image of collection to gray level image;
Gray level image is carried out smoothing denoising process;
Gray level image after being processed by smoothing denoising carries out threshold values binary conversion treatment;
Image after threshold values binary conversion treatment is carried out slant correction。
3. identity card recognition method according to claim 2, it is characterised in that the gray level image after the process of described smoothing denoising carries out threshold values binary conversion treatment, specifically includes:
Adopt below equation, gray level image carried out threshold values binary conversion treatment:
g s ( n ) = &Sigma; i = 0 s - 1 ( 1 - 1 s ) i g ( n - i ) - - - ( 1 )
h ( n ) = g ( n ) + g ( n - w i d t h ) 2 - - - ( 2 )
g s ( n ) = g s ( n - 1 ) - g s ( n - 1 ) s + h ( n ) - - - ( 3 )
T ( n ) = 1 g ( n ) < ( g s ( n ) s ) ( 100 - t 100 ) 0 g ( n ) &GreaterEqual; ( g s ( n ) s ) ( 100 - t 100 ) - - - ( 4 )
G (n) represents the gray value of n-th in present image, and g (n-width) represents the gray value of (n-width) individual point, gsN () represents the gray value sum of by a certain percentage n-th above s point, T (n) represents the value after binaryzation, and 0 represents white, 1 expression black, and width is picture traverse。
4. identity card recognition method according to claim 3, it is characterised in that described s takes s=width/8, t and takes t=15。
5. identity card recognition method according to claim 4, it is characterised in that described pretreated image is positioned segmentation specifically include the Character segmentation to identity card and split with to the head portrait that identity card is corresponding。
6. identity card recognition method according to claim 5, it is characterised in that the described Character segmentation to identity card comprises the following steps:
Character pixels is carried out expansion process, obtains multiple text block;
Each text block is gone out according to identity card Feature Selection;
Provincial characteristics according to each text block, finds the connected region meeting ID (identity number) card No. provincial characteristics from connected region as the region of ID (identity number) card No., and is split by this area image。
7. identity card recognition method according to claim 6, it is characterized in that, the described Character segmentation to identity card also includes: using ID (identity number) card No. regional location as object of reference, find the corresponding region meeting head portrait provincial characteristics, address provincial characteristics, date of birth provincial characteristics, sex provincial characteristics, name region characteristic of field and regional national feature respectively, and corresponding head portrait region, region, address, date of birth region, sex region, name region and regional national are split。
8. identity card recognition method according to claim 7, it is characterised in that described image after locating segmentation is identified, specifically includes following steps:
Project each literary composition block divided;
Extract each literary composition block feature data;
It is right the character feature data of each literary composition block feature data and template base to be carried out;
Select similarity the highest as recognition result。
CN201610008974.3A 2016-01-01 2016-01-01 Identity card identification method Pending CN105701488A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610008974.3A CN105701488A (en) 2016-01-01 2016-01-01 Identity card identification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610008974.3A CN105701488A (en) 2016-01-01 2016-01-01 Identity card identification method

Publications (1)

Publication Number Publication Date
CN105701488A true CN105701488A (en) 2016-06-22

Family

ID=56226068

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610008974.3A Pending CN105701488A (en) 2016-01-01 2016-01-01 Identity card identification method

Country Status (1)

Country Link
CN (1) CN105701488A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106203415A (en) * 2016-06-30 2016-12-07 三峡大学 A kind of bank based on Digital Image Processing card number automatic identification equipment
CN106650758A (en) * 2016-06-29 2017-05-10 汉寿县公安局 Identity card information decoding method based on image segmenting technology
CN106778748A (en) * 2016-12-30 2017-05-31 江西憶源多媒体科技有限公司 Identity card method for quickly identifying and its device based on artificial neural network
CN106815561A (en) * 2016-12-22 2017-06-09 北京五八信息技术有限公司 Business license printed page analysis method and device
CN107330429A (en) * 2017-05-17 2017-11-07 北京捷通华声科技股份有限公司 A kind of localization method and device of certificate entry
CN107369086A (en) * 2017-07-06 2017-11-21 上海你我贷互联网金融信息服务有限公司 A kind of identity card stamp system and method
CN107622268A (en) * 2017-09-21 2018-01-23 电子科技大学 A kind of method of identity card Character segmentation
CN107657251A (en) * 2016-07-26 2018-02-02 阿里巴巴集团控股有限公司 Determine the device and method of identity document display surface, image-recognizing method
CN108446699A (en) * 2018-02-08 2018-08-24 东华大学 Identity card pictorial information identifying system under a kind of complex scene
CN108509885A (en) * 2018-03-26 2018-09-07 东南大学 A kind of efficient identity card picture screening technique
CN108764240A (en) * 2018-03-28 2018-11-06 中科博宏(北京)科技有限公司 Computer vision identity card Character segmentation identification technology based on character relative size
CN109145891A (en) * 2018-06-27 2019-01-04 上海携程商务有限公司 Client and its system for identifying the method for identity card, identifying identity card
CN109800750A (en) * 2019-01-25 2019-05-24 济南浪潮高新科技投资发展有限公司 A kind of character area mask method of the text based on morphological image for rule composing
CN110020640A (en) * 2019-04-19 2019-07-16 厦门商集网络科技有限责任公司 A kind of method and terminal for correcting ID card information
CN110223398A (en) * 2019-06-12 2019-09-10 浙江机电职业技术学院 A kind of Subway Automatic Fare Collection System and method
CN110795711A (en) * 2019-11-12 2020-02-14 上海德启信息科技有限公司 Identity information identification method, device and equipment
CN111626274A (en) * 2020-07-30 2020-09-04 四川骏逸富顿科技有限公司 Social security card identification method and identification system thereof
CN111709413A (en) * 2020-06-22 2020-09-25 中国平安财产保险股份有限公司 Certificate verification method and device based on image recognition, computer equipment and medium
CN111784498A (en) * 2020-06-22 2020-10-16 北京海益同展信息科技有限公司 Identity authentication method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488984A (en) * 2013-10-11 2014-01-01 从兴技术有限公司 Method and device for identifying second-generation identity cards based on intelligent mobile equipment
CN104299014A (en) * 2014-09-24 2015-01-21 孙浩 Identification card recognition system
CN104408450A (en) * 2014-11-21 2015-03-11 深圳天源迪科信息技术股份有限公司 Identity card identifying method, device and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488984A (en) * 2013-10-11 2014-01-01 从兴技术有限公司 Method and device for identifying second-generation identity cards based on intelligent mobile equipment
CN104299014A (en) * 2014-09-24 2015-01-21 孙浩 Identification card recognition system
CN104408450A (en) * 2014-11-21 2015-03-11 深圳天源迪科信息技术股份有限公司 Identity card identifying method, device and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
博客园: "《https://www.cnblogs.com/Imageshop/archive/2013/04/22/3036127.html》", 3 July 2013 *

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106650758B (en) * 2016-06-29 2019-03-29 汉寿县公安局 ID card information analytic method based on picture cutting technique
CN106650758A (en) * 2016-06-29 2017-05-10 汉寿县公安局 Identity card information decoding method based on image segmenting technology
CN106203415A (en) * 2016-06-30 2016-12-07 三峡大学 A kind of bank based on Digital Image Processing card number automatic identification equipment
CN106203415B (en) * 2016-06-30 2019-12-10 三峡大学 bank card number automatic identification device based on digital image processing
CN107657251A (en) * 2016-07-26 2018-02-02 阿里巴巴集团控股有限公司 Determine the device and method of identity document display surface, image-recognizing method
CN106815561A (en) * 2016-12-22 2017-06-09 北京五八信息技术有限公司 Business license printed page analysis method and device
CN106778748A (en) * 2016-12-30 2017-05-31 江西憶源多媒体科技有限公司 Identity card method for quickly identifying and its device based on artificial neural network
CN107330429A (en) * 2017-05-17 2017-11-07 北京捷通华声科技股份有限公司 A kind of localization method and device of certificate entry
CN107369086A (en) * 2017-07-06 2017-11-21 上海你我贷互联网金融信息服务有限公司 A kind of identity card stamp system and method
CN107622268A (en) * 2017-09-21 2018-01-23 电子科技大学 A kind of method of identity card Character segmentation
CN107622268B (en) * 2017-09-21 2021-04-30 电子科技大学 Method for segmenting characters of identity card
CN108446699A (en) * 2018-02-08 2018-08-24 东华大学 Identity card pictorial information identifying system under a kind of complex scene
CN108509885A (en) * 2018-03-26 2018-09-07 东南大学 A kind of efficient identity card picture screening technique
CN108764240A (en) * 2018-03-28 2018-11-06 中科博宏(北京)科技有限公司 Computer vision identity card Character segmentation identification technology based on character relative size
CN109145891A (en) * 2018-06-27 2019-01-04 上海携程商务有限公司 Client and its system for identifying the method for identity card, identifying identity card
CN109145891B (en) * 2018-06-27 2022-08-02 上海携程商务有限公司 Client, method for identifying identity card by client and system for identifying identity card
CN109800750A (en) * 2019-01-25 2019-05-24 济南浪潮高新科技投资发展有限公司 A kind of character area mask method of the text based on morphological image for rule composing
CN110020640B (en) * 2019-04-19 2021-08-24 厦门商集网络科技有限责任公司 Method and terminal for correcting identity card information
CN110020640A (en) * 2019-04-19 2019-07-16 厦门商集网络科技有限责任公司 A kind of method and terminal for correcting ID card information
CN110223398A (en) * 2019-06-12 2019-09-10 浙江机电职业技术学院 A kind of Subway Automatic Fare Collection System and method
CN110795711A (en) * 2019-11-12 2020-02-14 上海德启信息科技有限公司 Identity information identification method, device and equipment
CN111709413A (en) * 2020-06-22 2020-09-25 中国平安财产保险股份有限公司 Certificate verification method and device based on image recognition, computer equipment and medium
CN111784498A (en) * 2020-06-22 2020-10-16 北京海益同展信息科技有限公司 Identity authentication method and device, electronic equipment and storage medium
CN111626274A (en) * 2020-07-30 2020-09-04 四川骏逸富顿科技有限公司 Social security card identification method and identification system thereof
CN111626274B (en) * 2020-07-30 2020-10-27 四川骏逸富顿科技有限公司 Social security card identification method

Similar Documents

Publication Publication Date Title
CN105701488A (en) Identity card identification method
CN109492643B (en) Certificate identification method and device based on OCR, computer equipment and storage medium
CN109241894B (en) Bill content identification system and method based on form positioning and deep learning
CN110555372A (en) Data entry method, device, equipment and storage medium
CN109726657B (en) Deep learning scene text sequence recognition method
US8014604B2 (en) OCR of books by word recognition
US10423852B1 (en) Text image processing using word spacing equalization for ICR system employing artificial neural network
CN108363701B (en) Named entity identification method and system
CN109635805B (en) Image text positioning method and device and image text identification method and device
US20170132457A1 (en) Human face similarity recognition method and system
US11836969B2 (en) Preprocessing images for OCR using character pixel height estimation and cycle generative adversarial networks for better character recognition
WO2020077940A1 (en) Method and device for automatic identification of labels of image
CN104123550A (en) Cloud computing-based text scanning identification method
CN113033269A (en) Data processing method and device
CN110348346A (en) A kind of bill classification recognition methods and system
CN112949649B (en) Text image identification method and device and computing equipment
CN109583438A (en) The recognition methods of the text of electronic image and image processing apparatus
RU2633182C1 (en) Determination of text line orientation
CN111144407A (en) Target detection method, system, device and readable storage medium
CN109147002B (en) Image processing method and device
US10824854B2 (en) Systems and methods for extracting data from an image
CN109670365B (en) Handwriting identification system and method
US10963690B2 (en) Method for identifying main picture in web page
CN111651660B (en) Method for cross-media retrieval of difficult samples
Ovodov Optical Braille recognition using object detection CNN

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160622

RJ01 Rejection of invention patent application after publication