CN104933740A - Certificate digital hole authenticity identification method - Google Patents

Certificate digital hole authenticity identification method Download PDF

Info

Publication number
CN104933740A
CN104933740A CN201510267706.9A CN201510267706A CN104933740A CN 104933740 A CN104933740 A CN 104933740A CN 201510267706 A CN201510267706 A CN 201510267706A CN 104933740 A CN104933740 A CN 104933740A
Authority
CN
China
Prior art keywords
digital
hole
digital hole
circle
certificate
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.)
Granted
Application number
CN201510267706.9A
Other languages
Chinese (zh)
Other versions
CN104933740B (en
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.)
Xian University of Technology
Original Assignee
Xian University of Technology
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 Xian University of Technology filed Critical Xian University of Technology
Priority to CN201510267706.9A priority Critical patent/CN104933740B/en
Publication of CN104933740A publication Critical patent/CN104933740A/en
Application granted granted Critical
Publication of CN104933740B publication Critical patent/CN104933740B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume

Abstract

The invention discloses a certificate digital hole authenticity identification method. The certificate digital hole authenticity identification method is specifically carried out by the following steps: acquiring a digital hole image under the condition that a region containing a digital hole in a certificate is amplified by 10-20 times; carrying out binaryzation on the digital hole image and extracting each digital hole by adopting a communication region analysis method; fitting each digital hole by adopting a least square fitting method; then extracting the circle center and the radius of a fitting circle; and judging the authenticity of the digital holes by adopting a comparing method and a K mean value clustering method. By virtue of the certificate digital hole authenticity identification method, the problems in the prior art that the time and labor are wasted when the authenticity of the certificate digital holes is manually identified and the identification efficiency is low are solved.

Description

A kind of certificate digital hole distinguishing method between true and false
Technical field
The invention belongs to certificate false proof authentication technique field, be specifically related to a kind of certificate digital hole distinguishing method between true and false.
Background technology
Certificate specifies according to law, gives or authorize the proof file of the aspects such as the identity of certain main body, qualification, power or honor, as resident identification card, passport, driver's license etc.Generally, all can occur some digital codes in certificate, the identity code etc. of the sequence number of such as certificate, the page number, holder, often these digital codes identify the uniqueness of certificate and the unitarity etc. of certificate and holder.In order to improve the security of certificate, it is false proof that these digital codes of additional clause adopt cheesing techniques to carry out usually, claims the hole forming these digital codes to be digital hole.Digital hole size on general real docu-ment is consistent, hole edge is smooth, digital hole site marshalling, and forge digital Kong Ze not there are these characteristics.
The digital hole of additional clause, the diameter in each hole generally between 0.1-0.8mm, normally when amplify 10-20 doubly, observed the standardization features such as the void shape of digital punching and arrangement by the mode of artificial naked eyes, with its true or false of identification.Artificial mirror method for distinguishing is wasted time and energy, and is difficult to the objectivity ensureing discriminating.
Summary of the invention
The object of this invention is to provide a kind of certificate digital hole distinguishing method between true and false, waste time and energy when solving the digital hole true and false of the artificial discriminating certificate existed in prior art and the not high problem of identification efficiency.
The technical solution adopted in the present invention is, a kind of certificate digital hole distinguishing method between true and false, specifically implements according to following steps:
Step 1, digital for certificate bore region is amplified 10 to 20 times, adopt transmission mode to carry out digitized image collection, if the digital hole pattern picture collected is f (x, y) to the digital bore region of additional clause;
Step 2, as f (x, y), binaryzation is carried out to the digital hole pattern gathered in step 1 and adopts the method for connected component analysis to extract each digital hole;
Step 3, to each digital hole of extracting in step 2, adopt each digital hole of method matching of Least Square Circle matching, and extract central coordinate of circle and the radius geometric parameter of fitting circle;
Step 4, according to the central coordinate of circle of the fitting circle obtained in step 3 and the radius geometric parameter resulting number code holes true and false, the concrete grammar of the resulting number code holes true and false has two kinds, first method is pairing comparision: each digital bore edges extracted in calculation procedure 3 and the difference value of fitting circle, and set a threshold value, if difference value is greater than threshold value, then judge that this digital hole is as the digital hole of forging; Second method is K means Method: the method adopting K mean cluster, in the row direction with on column direction cluster is carried out to the central coordinate of circle that all digital hole in step 3 simulates, then the difference that each digital hole circle heart departs from cluster centre is calculated, if difference value is greater than the threshold value of a setting, then show that digital hole is misaligned, belong to the digital hole of forgery.
Feature of the present invention is also,
The concrete grammar of step 2 is:
Step 2.1), adopt maximum variance between clusters, as f (x, y), binaryzation is carried out to the digital hole pattern in step 1, if the image after binaryzation is g (x, y);
Step 2.2), to step 2.1) in image g (x, y) after binaryzation adopt the method for 8 neighborhood connected component analysis, extract each digital hole, if the digital hole of extracting is h i(i=1,2 ..., P), wherein P represents the number in digital hole.
The concrete grammar of step 3 is:
Step 3.1), adopt circle to carry out matching, if the i-th number code holes h to each digital hole i(i=1,2 ..., P) and the central coordinate of circle of circle that simulates is (A i, B i), radius is R i, then circle is expressed as:
( x - A i ) 2 + ( y - B i ) 2 = R i 2 , - - - ( 1 )
The another kind of representation of formula (1) is: x 2+ y 2+ a ix+b iy+c i=0, (2)
Formula (1) with the transforming relationship of formula (2) is: A i = - a i 2 , B i = - b i 2 , R i = 1 2 a i 2 + b i 2 - 4 c i ;
Step 3.2), establish binaryzation after point on the profile of digital hole be expressed as (x j, y j), if Q is (a i, b i, c i) for digital bore edges arriving a little the quadratic sum of rounded edge range difference, then:
Q ( a i , b i , c i ) = Σ j = 1 L ( x j 2 + y j 2 + a i x j + b i y j + c i ) 2 , - - - ( 3 )
In formula (3), L is counting on digital bore edges;
Step 3.3), use Gauss-Newton nonlinear least square method to ask objective function Q (a to formula (3) i, b i, c i) minimal value, obtain parameter (a i, b i, c i), according to parameter (a i, b i, c i) calculate digital hole h icentral coordinate of circle be (A i, B i) and radius be R i.
In step 4, the concrete grammar of pairing comparision is:
With digital hole h i(i=1,2 ..., P) and the radius R of fitting circle ifor radius, the center of circle (A simulated i, B i) for initial point, whole circumference is divided into K decile, calculate the distance difference information of each point on each point corresponding on digital bore edges and the circle that simulates, in this, as the foundation of digital hole True-false distinguish, its computing formula is such as formula shown in (4):
C = 1 - Σ j = 1 K ( d j - R i ) 2 KR i , - - - ( 4 )
D in formula (4) jit is the center of circle that the simulates distance to digital hole bore edges;
If threshold value T 1=0.9, if C < is T 1, then this digital hole is the digital hole of forging.
In step 4, the concrete grammar of K means Method is:
If in composition certificate, the digital hole of digital number is capable by M, N row form, the central coordinate of circle that each digital hole simulates is (A i, B i), then the logarithmic code hole circle heart carries out cluster in the row direction with on column direction according to the following steps, and calculates the difference departing from cluster centre:
Step 4.1), adopt the method for K mean cluster, to the ordinate B in all digital holes ibe clustered into M class C in the row direction 1, C 2..., C mif the cluster centre coordinate figure of M class is m 1, m 2..., m m, to any one digital hole h i(i=1,2 ..., P), if threshold value T 2=5, if its ordinate B ibelong to C jclass, then compare B iwith m jvalue, if | B i-m j| > T 2, then digital hole h is thought iforge;
Step 4.2), adopt the method for K mean cluster, to the horizontal ordinate A in all digital holes ibe clustered into N class C in a column direction 1, C 2..., C nif the cluster centre coordinate figure of N class is n 1, n 2..., n n, to any one digital hole h i(i=1,2 ..., P), if its ordinate A ibelong to C jclass, then compare A iwith n jvalue, if | A i-n j| > T 2, then digital hole h is thought iforge.
The computing formula of K mean cluster is:
E = &Sigma; i = 1 M &Sigma; B j &Element; C i || B j - m i || 2 , - - - ( 5 )
M in formula (5) 1, m 2..., m mrepresent each cluster centre coordinate figure, by each cluster centre value of continuous iterative modifications, E value is reduced gradually.
The invention has the beneficial effects as follows, a kind of certificate digital hole distinguishing method between true and false, gathering digital hole pattern picture by amplifying, making digital hole pattern picture more clear.The circularity of logarithm code holes can carry out quantitative calculating, current circularity can be overcome and judge accurate not defect, can differentiate the digital hole of forging from local shape.By the judgement of logarithmic code hole rows direction and column direction, can differentiate the digital hole of forging on the whole.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of a kind of certificate of the present invention digital hole distinguishing method between true and false.
Embodiment
Below in conjunction with the drawings and specific embodiments, the present invention is described in detail.
A kind of certificate digital hole of the present invention distinguishing method between true and false, steps flow chart as shown in Figure 1, is specifically implemented according to following steps:
Step 1, digital for certificate bore region is amplified 10 to 20 times, adopt transmission mode to carry out digitized image collection, if the digital hole pattern picture collected is f (x, y) to the digital bore region of additional clause;
Step 2, carry out binaryzation and adopt the method for connected component analysis to extract each digital hole to the digital hole pattern gathered in step 1 as f (x, y), concrete grammar is:
Step 2.1), adopt maximum variance between clusters, as f (x, y), binaryzation is carried out to the digital hole pattern in step 1, if the image after binaryzation is g (x, y);
Step 2.2), to step 2.1) in image g (x, y) after binaryzation adopt the method for 8 neighborhood connected component analysis, extract each digital hole, if the digital hole of extracting is h i(i=1,2 ..., P), wherein P represents the number in digital hole;
Step 3, to each digital hole of extracting in step 2, adopt each digital hole of method matching of Least Square Circle matching, and extract central coordinate of circle and the radius geometric parameter of fitting circle, detailed process is as follows:
Step 3.1), adopt circle to carry out matching, if the i-th number code holes h to each digital hole i(i=1,2 ..., P) and the central coordinate of circle of circle that simulates is (A i, B i), radius is R i, then circle is expressed as:
( x - A i ) 2 + ( y - B i ) 2 = R i 2 , - - - ( 1 )
The another kind of representation of formula (1) is: x 2+ y 2+ a ix+b iy+c i=0, (2)
Formula (1) with the transforming relationship of formula (2) is: A i = - a i 2 , B i = - b i 2 , R i = 1 2 a i 2 + b i 2 - 4 c i ;
Step 3.2), establish binaryzation after point on the profile of digital hole be expressed as (x j, y j), if Q is (a i, b i, c i) for digital bore edges arriving a little the quadratic sum of rounded edge range difference, then:
Q ( a i , b i , c i ) = &Sigma; j = 1 L ( x j 2 + y j 2 + a i x j + b i y j + c i ) 2 , - - - ( 3 )
In formula (3), L is counting on digital bore edges;
Step 3.3), use Gauss-Newton nonlinear least square method to ask objective function Q (a to formula (3) i, b i, c i) minimal value, obtain parameter (a i, b i, c i), according to parameter (a i, b i, c i) calculate digital hole h icentral coordinate of circle be (A i, B i) and radius be R i.
Step 4, according to the central coordinate of circle of the fitting circle obtained in step 3 and the radius geometric parameter resulting number code holes true and false, the concrete grammar of the resulting number code holes true and false has two kinds, first method is pairing comparision: each digital bore edges extracted in calculation procedure 3 and the difference value of fitting circle, and set a threshold value, if difference value is greater than threshold value, then judge that this digital hole is as the digital hole of forging; Second method is K means Method: the method adopting K mean cluster, in the row direction with on column direction cluster is carried out to the central coordinate of circle that all digital hole in step 3 simulates, then the difference that each digital hole circle heart departs from cluster centre is calculated, if difference value is greater than the threshold value of setting, then show that digital hole is misaligned, belong to the digital hole of forgery, wherein, the concrete grammar of pairing comparision is:
With digital hole h i(i=1,2 ..., P) and the radius R of fitting circle ifor radius, the center of circle (A simulated i, B i) for initial point, whole circumference is divided into K decile, calculate the distance difference information of each point on each point corresponding on digital bore edges and the circle that simulates, in this, as the foundation of digital hole True-false distinguish, its computing formula is such as formula shown in (4):
C = 1 - &Sigma; j = 1 K ( d j - R i ) 2 KR i , - - - ( 4 )
D in formula (4) jit is the center of circle that the simulates distance to digital hole bore edges;
If threshold value T 1=0.9, if C < is T 1, then this digital hole is the digital hole of forging.
The concrete grammar of K means Method is:
If in composition certificate, the digital hole of digital number is capable by M, N row form, the central coordinate of circle that each digital hole simulates is (A i, B i), then the logarithmic code hole circle heart carries out cluster in the row direction with on column direction according to the following steps, and calculates the difference departing from cluster centre:
Step 4.1), adopt the method for K mean cluster, to the ordinate B in all digital holes ibe clustered into M class C in the row direction 1, C 2..., C m, specifically carry out K mean cluster according to formula (5):
E = &Sigma; i = 1 M &Sigma; B j &Element; C i || B j - m i || 2 - - - ( 5 )
M in formula (5) 1, m 2..., m mthe cluster centre coordinate figure of expression M class is m 1, m 2..., m m, by each cluster centre value of continuous iterative modifications, E value is reduced gradually.
To any one digital hole h i(i=1,2 ..., P), if threshold value T 2=5, if its ordinate B ibelong to C jclass, then compare B iwith m jvalue, if | B i-m j| > T 2, then digital hole h is thought iforge;
Step 4.2), adopt the method for K mean cluster, to the horizontal ordinate A in all digital holes ibe clustered into N class C in a column direction 1, C 2..., C nif the cluster centre coordinate figure of N class is n 1, n 2..., n n, to any one digital hole h i(i=1,2 ..., P), if its ordinate A ibelong to C jclass, then compare A iwith n jvalue, if | A i-n j| > T 2, then digital hole h is thought iforge.
A kind of certificate digital hole of the present invention distinguishing method between true and false, the shape own from digital hole, namely the difference of digital bore edges and its fitting circle is set out, and can judge the true and false in digital hole from local; Propose the arrangement from digital hole rows direction and column direction simultaneously, differentiate from integral position to the true and false in the digital hole of departing from cluster centre coordinate, the method proposed is considered comprehensively, can obtain better identification result.

Claims (6)

1. a certificate digital hole distinguishing method between true and false, is characterized in that, specifically implement according to following steps:
Step 1, digital for certificate bore region is amplified 10 to 20 times, adopt transmission mode to carry out digitized image collection, if the digital hole pattern picture collected is f (x, y) to the digital bore region of additional clause;
Step 2, as f (x, y), binaryzation is carried out to the digital hole pattern gathered in described step 1 and adopts the method for connected component analysis to extract each digital hole;
Step 3, to each digital hole of extracting in described step 2, adopt each digital hole of method matching of Least Square Circle matching, and extract central coordinate of circle and the radius geometric parameter of fitting circle;
Step 4, according to the central coordinate of circle of the fitting circle obtained in described step 3 and the radius geometric parameter resulting number code holes true and false, the concrete grammar of the described resulting number code holes true and false has two kinds, first method is pairing comparision: the difference value calculating each digital bore edges and the fitting circle extracted in described step 3, and set a threshold value, if difference value is greater than threshold value, then judge that this digital hole is as the digital hole of forging; Second method is K means Method: the method adopting K mean cluster, in the row direction with on column direction cluster is carried out to the central coordinate of circle that all digital hole in described step 3 simulates, then the difference that each digital hole circle heart departs from cluster centre is calculated, if difference value is greater than the threshold value of a setting, then show that digital hole is misaligned, belong to the digital hole of forgery.
2. the digital hole of a kind of certificate according to claim 1 distinguishing method between true and false, it is characterized in that, the concrete grammar of described step 2 is:
Step 2.1), adopt maximum variance between clusters, as f (x, y), binaryzation is carried out to the digital hole pattern in described step 1, if the image after binaryzation is g (x, y);
Step 2.2), to described step 2.1) in image g (x, y) after binaryzation adopt the method for 8 neighborhood connected component analysis, extract each digital hole, if the digital hole of extracting is h i(i=1,2 ..., P), wherein P represents the number in digital hole.
3. the digital hole of a kind of certificate according to claim 1 distinguishing method between true and false, it is characterized in that, the concrete grammar of described step 3 is:
Step 3.1), adopt circle to carry out matching, if the i-th number code holes h to each digital hole i(i=1,2 ..., P) and the central coordinate of circle of circle that simulates is (A i, B i), radius is R i, then circle is expressed as:
( x - A i ) 2 + ( y - B i ) 2 = R i 2 , - - - ( 1 )
The another kind of representation of formula (1) is: x 2+ y 2+ a ix+b iy+c i=0, (2)
Formula (1) with the transforming relationship of formula (2) is: A i = - a i 2 , B i = - b i 2 , R i = 1 2 a i 2 + b i 2 - 4 c i ;
Step 3.2), establish binaryzation after point on the profile of digital hole be expressed as (x j, y j), if Q is (a i, b i, c i) for digital bore edges arriving a little the quadratic sum of rounded edge range difference, then:
Q ( a i , b i , c i ) = &Sigma; j = 1 L ( x j 2 + y j 2 + a i x j + b i y j + c i ) 2 , - - - ( 3 )
In formula (3), L is counting on digital bore edges;
Step 3.3), use Gauss-Newton nonlinear least square method to ask objective function Q (a to formula (3) i, b i, c i) minimal value, obtain parameter (a i, b i, c i), according to parameter (a i, b i, c i) calculate digital hole h icentral coordinate of circle be (A i, B i) and radius be R i.
4. the digital hole of a kind of certificate according to claim 1 distinguishing method between true and false, it is characterized in that, in described step 4, the concrete grammar of pairing comparision is:
With digital hole h i(i=1,2 ..., P) and the radius R of fitting circle ifor radius, the center of circle (A simulated i, B i) for initial point, whole circumference is divided into K decile, calculate the distance difference information of each point on each point corresponding on digital bore edges and the circle that simulates, in this, as the foundation of digital hole True-false distinguish, its computing formula is such as formula shown in (4):
C = 1 - &Sigma; j = 1 K ( d j - R i ) 2 K R i , - - - ( 4 )
D in formula (4) jit is the center of circle that the simulates distance to digital hole bore edges;
If threshold value T 1=0.9, if C < is T 1, then this digital hole is the digital hole of forging.
5. the digital hole of a kind of certificate according to claim 1 distinguishing method between true and false, it is characterized in that, in described step 4, the concrete grammar of K means Method is:
If in composition certificate, the digital hole of digital number is capable by M, N row form, the central coordinate of circle that each digital hole simulates is (A i, B i), then the logarithmic code hole circle heart carries out cluster in the row direction with on column direction according to the following steps, and calculates the difference departing from cluster centre:
Step 4.1), adopt the method for K mean cluster, to the ordinate B in all digital holes ibe clustered into M class C in the row direction 1, C 2, L, C mif the cluster centre coordinate figure of described M class is m 1, m 2, L, m m, to any one digital hole h i(i=1,2 ..., P), if threshold value T 2=5, if its ordinate B ibelong to C jclass, then compare B iwith m jvalue, if | B i-m j| > T 2, then digital hole h is thought iforge;
Step 4.2), adopt the method for K mean cluster, to the horizontal ordinate A in all digital holes ibe clustered into N class C in a column direction 1, C 2, L, C nif the cluster centre coordinate figure of this N class is n 1, n 2, L, n n, to any one digital hole h i(i=1,2 ..., P), if its ordinate A ibelong to C jclass, then compare A iwith n jvalue, if | A i-n j| > T 2, then digital hole h is thought iforge.
6. the digital hole of a kind of certificate according to claim 5 distinguishing method between true and false, it is characterized in that, the computing formula of described K mean cluster is:
E = &Sigma; i = 1 M &Sigma; B j &Element; C i | | B j - m i | | 2 , - - - ( 5 )
M in formula (5) 1, m 2, L, m mrepresent each cluster centre coordinate figure, by each cluster centre value of continuous iterative modifications, E value is reduced gradually.
CN201510267706.9A 2015-05-22 2015-05-22 A kind of digital hole distinguishing method between true and false of certificate Expired - Fee Related CN104933740B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510267706.9A CN104933740B (en) 2015-05-22 2015-05-22 A kind of digital hole distinguishing method between true and false of certificate

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510267706.9A CN104933740B (en) 2015-05-22 2015-05-22 A kind of digital hole distinguishing method between true and false of certificate

Publications (2)

Publication Number Publication Date
CN104933740A true CN104933740A (en) 2015-09-23
CN104933740B CN104933740B (en) 2017-08-22

Family

ID=54120893

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510267706.9A Expired - Fee Related CN104933740B (en) 2015-05-22 2015-05-22 A kind of digital hole distinguishing method between true and false of certificate

Country Status (1)

Country Link
CN (1) CN104933740B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106871786A (en) * 2017-03-23 2017-06-20 杭州兆深科技有限公司 A kind of detection method and system for liquid-transfering sucker port
CN107121439A (en) * 2017-03-23 2017-09-01 杭州兆深科技有限公司 The method of inspection and system of a kind of liquid-transfering sucker

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101666637A (en) * 2008-09-03 2010-03-10 鸿富锦精密工业(深圳)有限公司 Roundness calculation and display system and method
CN102568007A (en) * 2011-03-22 2012-07-11 黄海清 Image processing method performing quasi-circular detection by improving Hough transformation
CN103235939A (en) * 2013-05-08 2013-08-07 哈尔滨工业大学 Datum point positioning method based on machine vision

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101666637A (en) * 2008-09-03 2010-03-10 鸿富锦精密工业(深圳)有限公司 Roundness calculation and display system and method
CN102568007A (en) * 2011-03-22 2012-07-11 黄海清 Image processing method performing quasi-circular detection by improving Hough transformation
CN103235939A (en) * 2013-05-08 2013-08-07 哈尔滨工业大学 Datum point positioning method based on machine vision

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张宇 等: "一种基于机器视觉的圆型零件检测技术", 《计算机工程》 *
郭亚娟 等: "基于最小二乘拟合的PCB板焊点定位", 《计算机与数字工程》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106871786A (en) * 2017-03-23 2017-06-20 杭州兆深科技有限公司 A kind of detection method and system for liquid-transfering sucker port
CN107121439A (en) * 2017-03-23 2017-09-01 杭州兆深科技有限公司 The method of inspection and system of a kind of liquid-transfering sucker

Also Published As

Publication number Publication date
CN104933740B (en) 2017-08-22

Similar Documents

Publication Publication Date Title
CN108268867B (en) License plate positioning method and device
CN103714281A (en) Identity recognition method based on electrocardiosignals
CN102411711B (en) Finger vein recognition method based on individualized weight
CN103778409A (en) Human face identification method based on human face characteristic data mining and device
CN105095856A (en) Method for recognizing human face with shielding based on mask layer
CN102389302B (en) Analysis method of dynamic characteristics of electrocardiosignal
CN102693421B (en) Bull eye iris image identifying method based on SIFT feature packs
Lomte et al. Plant leaves image segmentation techniques: a review
CN102411709A (en) Iris segmentation recognition method
CN103473571A (en) Human detection method
CN101794372A (en) Method for representing and recognizing gait characteristics based on frequency domain analysis
CN101533466B (en) Image processing method for positioning eyes
CN104105196A (en) Positioning method and system based on radio frequency fingerprint
CN103729625A (en) Face identification method
CN104504360A (en) Automatic authentication method for ancient ceramics
CN102254191A (en) Rainfall particle phase identification method based on image processing
CN104933740A (en) Certificate digital hole authenticity identification method
CN104778472A (en) Extraction method for facial expression feature
CN103714340A (en) Self-adaptation feature extracting method based on image partitioning
CN105335689A (en) Character recognition method and apparatus
CN103218614A (en) Method for identifying severe convection weather based on combination of manifold learning and rough set
CN103246871A (en) Non-ideal iris outer boundary positioning method based on image nonlinear enhancement
CN110263726A (en) A kind of finger vein identification method and device based on depth correlation feature learning
CN102496154B (en) Multi-temporal remote sensing image change detecting method based on Makov random field
CN110472584A (en) A kind of communication equipment personal identification method, electronic equipment and computer program product

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170822

Termination date: 20210522