[go: up one dir, main page]

CN114266267A - Automatic identification method and device for collecting two-dimensional codes, documents, certificates and human faces and storage medium - Google Patents

Automatic identification method and device for collecting two-dimensional codes, documents, certificates and human faces and storage medium Download PDF

Info

Publication number
CN114266267A
CN114266267A CN202111560542.0A CN202111560542A CN114266267A CN 114266267 A CN114266267 A CN 114266267A CN 202111560542 A CN202111560542 A CN 202111560542A CN 114266267 A CN114266267 A CN 114266267A
Authority
CN
China
Prior art keywords
information
face
marking
certificate
type
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
CN202111560542.0A
Other languages
Chinese (zh)
Other versions
CN114266267B (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.)
Wuhan Fenghuo Zhongzhi Wisdom Star Technology Co ltd
Original Assignee
Wuhan Fenghuo Zhongzhi Wisdom Star 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 Wuhan Fenghuo Zhongzhi Wisdom Star Technology Co ltd filed Critical Wuhan Fenghuo Zhongzhi Wisdom Star Technology Co ltd
Priority to CN202111560542.0A priority Critical patent/CN114266267B/en
Publication of CN114266267A publication Critical patent/CN114266267A/en
Application granted granted Critical
Publication of CN114266267B publication Critical patent/CN114266267B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)
  • Character Discrimination (AREA)

Abstract

The invention relates to a method, a device and a storage medium for automatically identifying a set of two-dimensional codes, documents, certificates and faces, wherein the method comprises the steps of acquiring a picture to be identified; performing two-dimension code identification, if the two-dimension code is identified, analyzing the two-dimension code, packaging after obtaining a two-dimension code analysis result, and marking as a two-dimension code type; otherwise, respectively trying certificate information analysis and text information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a text information analysis result is obtained, packaging and marking as a document type, if the text information analysis result is obtained, carrying out face recognition, if the face recognition is successful, obtaining face recognition information to carry out face matching, obtaining a matching result and marking as a face type, and if the face recognition is failed, marking as an unrecognizable type. The invention realizes the automatic classification and extraction of the content, so as to realize the identification and extraction operation of information by a unified entrance, thereby obtaining better user experience effect.

Description

Automatic identification method and device for collecting two-dimensional codes, documents, certificates and human faces and storage medium
Technical Field
The invention belongs to the technical field of automatic identification, and particularly relates to an automatic identification method, device and storage medium for collecting two-dimensional codes, documents, certificates and faces.
Background
At present, a two-dimensional code recognition technology and a text certificate recognition technology are mature, and the applied scenes are wide, for example, a face can be brushed on an entrance guard gate, and a code can also be swept. However, the existing technologies can only identify the two-dimension code, the document, the certificate and the face information individually, and there is no software or technology integrating the two-dimension code, the document, the certificate and the face, and there is no technology that can automatically identify these categories and extract the content. Therefore, in these cases, the user is required to manually select and identify which type, apply different software or methods with different technologies, and then perform a series of operations on the type selected by the user, which is not good for the user experience. In recent years, although there are many patents for recognizing text and two-dimensional codes, the recognition breadth is not generally considered, only single recognition can be realized, and information acquisition is more fragmented. Therefore, it is necessary to design a method for uniformly extracting picture contents, so as to obtain better user experience.
Disclosure of Invention
The embodiment of the invention provides an automatic identification method, device and storage medium for collecting two-dimensional codes, documents, certificates and faces, which can realize automatic classification and content extraction, realize the identification and extraction operation of information by a unified entry and further obtain better user experience effect.
The technical scheme of the invention is realized as follows: the invention discloses an automatic identification method for integrating two-dimension codes, documents, certificates and human faces, which comprises the following steps:
step 1, obtaining a picture to be identified;
step 2, identifying the two-dimension code, if the two-dimension code is identified as the two-dimension code, analyzing the two-dimension code, packaging after obtaining a two-dimension code analysis result, and marking the two-dimension code as a two-dimension code type; otherwise, executing step 3;
step 3, respectively trying certificate information analysis and character information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a character information analysis result is obtained, packaging and marking as a document type, and if the certificate information analysis result cannot be identified, executing step 4;
and 4, carrying out face recognition, if the face recognition is successful, obtaining face recognition information to carry out face matching, obtaining a matching result and marking the matching result as a face type, and if the face recognition is failed, marking the matching result as a type which cannot be recognized.
And further, after the identification information and the identification type are obtained, carrying out the next business operation.
Further, there are two types of pictures to be identified, one is to directly take a picture source file (including but not limited to pictures in an album and pictures pushed by a server) provided by the server; another automatic acquisition is to call a camera to acquire a picture and a binary stream of a certain frame.
Further, step 2 specifically includes: calling zxing to identify the picture to be identified, intercepting by using try/catch during identification, if no exception exists, taking the result, analyzing and returning the result, marking the picture type as a two-dimensional code picture, if the result is intercepted, indicating that the picture is not the two-dimensional code picture, and executing the step 3.
Further, step 3 specifically includes: distinguishing certificate information identification and character information identification by different ports, calling ocr to judge information, sending different requests through different ports, respectively trying certificate information analysis and character information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a character information analysis result is obtained, packaging and marking as a document type, and if the character information analysis result cannot be identified, executing the step 4.
Further, step 3 specifically includes: converting the picture to be identified into binary stream data, and uploading the binary stream data to a server for document and certificate identification processing; receiving a processing result returned by the server, performing json analysis on the processing result, taking processed data, inquiring an interface identified by certificate information, analyzing and extracting information if correct json format data is obtained, loading the information into a specific object, and setting attributes as certificate pictures; if the data format is not correct, inquiring a character information identification interface, if the correct json format data is obtained, analyzing and extracting information, loading the information into a specific object, and setting the attribute as a document picture; if the data format is not yet correct step 4 is performed.
Further, step 4 specifically includes: and when the face is identified, judging whether the face information is the face information, if not, the face identification fails, marking the face information as a type which cannot be identified, if so, inquiring similar faces in a face database according to the face information to carry out face matching, if the matching is successful, returning matching information, if the matching is unsuccessful, returning no-matching information, and storing the face information in the face database.
The invention also discloses a storage medium, on which a computer program is stored, wherein the computer program realizes the steps of the automatic identification method for collecting the two-dimension codes, the documents, the certificates and the human faces when being executed by a processor.
The invention also discloses an automatic identification device for integrating the two-dimension codes, the documents, the certificates and the human faces, which comprises the following components: a processor and a memory for storing a computer program capable of running on the processor, wherein the processor is configured to execute the steps of the method for automatic recognition of a set of two-dimensional codes, documents, certificates, faces as described above when running the computer program.
The invention has at least the following beneficial effects:
the scheme of the invention realizes the identification and extraction operation of information by unifying the entries, and has the following advantages:
1. and a uniform entrance is used for information identification, so that the labor cost is saved, and the user experience is also improved.
2. When multi-step operation is needed, the unified entry is more convenient, for example, the certificate is matched with the face of a person, the needed information is more conveniently taken for the next operation, the information is identified and extracted through the unified entry, and therefore a better user experience effect is obtained.
3. Two modes of pictures and cameras are supported.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
FIG. 1 is a schematic frame flowchart of a method for automatically identifying a set of two-dimensional codes, documents, certificates and faces according to an embodiment of the present invention;
fig. 2 is a specific flowchart of an automatic identification method for collecting two-dimensional codes, documents, certificates, and faces according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1 and fig. 2, an embodiment of the present invention discloses an automatic identification method for collecting two-dimensional codes, documents, certificates, and faces, including the following steps:
step 1, acquiring a picture to be identified through a terminal unified entrance;
step 2, identifying the two-dimension code, if the two-dimension code is identified as the two-dimension code, analyzing the two-dimension code, packaging after obtaining a two-dimension code analysis result, and marking the two-dimension code as a two-dimension code type; otherwise, executing step 3;
step 3, respectively trying certificate information analysis and character information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a character information analysis result is obtained, packaging and marking as a document type, and if the certificate information analysis result cannot be identified, executing step 4;
and 4, if the three types are not satisfied, carrying out face recognition, if the face recognition is successful, carrying out a series of complex conversion on the extracted content and marking the extracted content as a face type, and if the face recognition is failed, marking the extracted content as a type which cannot be recognized.
And further, after the identification information and the identification type are obtained, carrying out the next business operation.
The method includes the steps of obtaining a picture to be identified through a unified entry, and specifically includes: directly taking a picture file given by the use scene (including a picture passed down by the server, a picture opened by calling an album, a picture shot by calling a camera, and the like) or calling the camera to scan to acquire an image of a certain frame.
Further, step 2 specifically includes: calling zxing to identify the picture to be identified, intercepting by using try/catch during identification, if no exception exists, taking the result, analyzing and returning the result, marking the picture type as a two-dimensional code picture, if the result is intercepted, indicating that the picture is not the two-dimensional code picture, and executing the step 3.
The two-dimensional code identification technology used by the invention is a zxing library, the zxing library is integrated in an app, the ScannerAactivity class in the library is rewritten for self-defining, the functions and the methods in the library are multiplexed, a file manager is opened to take pictures or a camera is called to obtain a certain frame to take a picture stream, then a scanning interface is called to obtain returned data, and abnormity is captured. If normal returned data exist, the data are taken, analysis is carried out according to a self-defined analysis rule, a common two-dimensional code can be analyzed, a two-dimensional code with a specific rule can be generated by an analysis system, a final result is taken, the two-dimensional code is loaded into an object, and the attribute is set as a two-dimensional code picture; if no normal return value exists, the captured abnormity is thrown out to represent that the picture is not a two-dimensional code picture, and the next type of judgment operation is carried out. Note: the two-dimensional code generated by the system encapsulates data according to a specific rule, and then a two-dimensional code generation interface is called.
Further, step 3 specifically includes: distinguishing certificate information identification and character information identification by different ports, calling ocr to judge information, sending different requests through different ports, respectively trying certificate information analysis and character information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a character information analysis result is obtained, packaging and marking as a document type, and if the character information analysis result cannot be identified, executing the step 4.
Calling ocr to judge information, needing to set up special server to distinguish certificate information identification and character information identification with different ports, convenient to call and return uniformly.
Further, step 3 specifically includes: in the first step of identifying the two-dimensional code, if abnormity is caught, converting the picture to be identified into binary stream data, if the stream is directly taken, uploading the stream to a server which is set up in a matching way to identify and process documents and certificates; receiving a processing result returned by the server, performing json analysis on the processing result, taking processed data, inquiring an interface identified by certificate information, analyzing and extracting information if correct json format data is obtained, loading the information into a specific object, and setting attributes as certificate pictures; if the data format is not correct, inquiring a character information identification interface, if the correct json format data is obtained, analyzing and extracting information, loading the information into a specific object, and setting the attribute as a document picture; and if the data format is not the same, executing the step 4 to perform face recognition.
Further, step 4 specifically includes: and when the face is identified, judging whether the face information is the face information, if not, the face identification fails, marking the face information as a type which cannot be identified, if so, inquiring similar faces in a face database according to the face information to carry out face matching, if the matching is successful, returning matching information, if the matching is unsuccessful, returning no-matching information, and storing the face information in the face database.
Further, step 4 uses iris soft for face recognition: the method is divided into two types, one is face picture detection, and the other is living face detection.
The living human face detection comprises six steps:
face detection: detecting the position of a human face and locking the coordinates of the human face;
face tracking: accurately positioning and tracking the position of the face area;
thirdly, face query: searching similar faces in a face library;
fourthly, comparing the faces: comparing the similarity of the two faces;
the face attribute: detecting attributes such as gender, age and the like of the human face;
sixthly, detecting the living body: and detecting whether the person is a real person or not, and preventing malicious attack.
The face picture detection is divided into three steps:
firstly, human face query: searching similar faces in a face library;
face comparison: comparing the similarity of the two faces;
attributes of the face: and detecting attributes such as gender, age and the like of the human face.
In any case, whether the information is the face information or not is obtained, if the information is the face information and matching exists, a matching result is directly returned, if the information is the face information but no matching result exists, no matching information exists, the face information is stored in the database, and if the information is not the face information, no error information of the face is returned, and the next processing operation is carried out. If an error occurs in the recognition process, calling detection to perform re-recognition operation, and returning error information of the non-human face after more than ten recognition errors.
Example two
The invention also discloses a storage medium on which a computer program is stored which, when being executed by a processor, carries out the method steps according to the first embodiment.
EXAMPLE III
The invention also discloses an automatic identification device for integrating the two-dimension codes, the documents, the certificates and the human faces, which comprises the following components: a processor and a memory for storing a computer program capable of running on the processor, wherein the processor is configured to perform the method steps according to embodiment one when running the computer program.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. Of course, the processor and the storage medium may reside as discrete components in a user terminal.
For a software implementation, the techniques described herein may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described herein. The software codes may be stored in memory units and executed by processors. The memory unit may be implemented within the processor or external to the processor, in which case it can be communicatively coupled to the processor via various means as is known in the art.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (8)

1. An automatic identification method for collecting two-dimensional codes, documents, certificates and human faces is characterized by comprising the following steps:
step 1, obtaining a picture to be identified;
step 2, identifying the two-dimension code, if the two-dimension code is identified as the two-dimension code, analyzing the two-dimension code, packaging after obtaining a two-dimension code analysis result, and marking the two-dimension code as a two-dimension code type; otherwise, executing step 3;
step 3, respectively trying certificate information analysis and character information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a character information analysis result is obtained, packaging and marking as a document type, and if the certificate information analysis result cannot be identified, executing step 4;
and 4, carrying out face recognition, if the face recognition is successful, obtaining face recognition information to carry out face matching, obtaining a matching result and marking the matching result as a face type, and if the face recognition is failed, marking the matching result as a type which cannot be recognized.
2. The method for automatically recognizing a set of two-dimensional codes, documents, certificates and faces according to claim 1, wherein the method comprises the following steps: and after the identification information and the identification type are obtained, carrying out the next business operation.
3. The method for automatically recognizing a set of two-dimensional codes, documents, certificates and faces according to claim 1, wherein the method comprises the following steps: the step 2 specifically comprises the following steps: calling zxing to identify the picture to be identified, intercepting by using try/catch during identification, if no exception exists, taking the result, analyzing and returning the result, marking the picture type as a two-dimensional code picture, if the result is intercepted, indicating that the picture is not the two-dimensional code picture, and executing the step 3.
4. The method for automatically recognizing a set of two-dimensional codes, documents, certificates and faces according to claim 1, wherein the method comprises the following steps: the step 3 specifically comprises the following steps: distinguishing certificate information identification and character information identification by different ports, calling ocr to judge information, sending different requests through different ports, respectively trying certificate information analysis and character information analysis, if a certificate information analysis result is obtained, packaging and marking as a certificate type, if a character information analysis result is obtained, packaging and marking as a document type, and if the character information analysis result cannot be identified, executing the step 4.
5. The method for automatically recognizing a set of two-dimensional codes, documents, certificates and faces according to claim 4, wherein the method comprises the following steps: the step 3 specifically comprises the following steps: converting the picture to be identified into binary stream data, and uploading the binary stream data to a server for document and certificate identification processing; receiving a processing result returned by the server, performing json analysis on the processing result, taking processed data, inquiring an interface identified by certificate information, analyzing and extracting information if correct json format data is obtained, loading the information into a specific object, and setting attributes as certificate pictures; if the data format is not correct, inquiring a character information identification interface, if the correct json format data is obtained, analyzing and extracting information, loading the information into a specific object, and setting the attribute as a document picture; if the data format is not yet correct step 4 is performed.
6. The method for automatically recognizing a set of two-dimensional codes, documents, certificates and faces according to claim 1, wherein the method comprises the following steps: the step 4 specifically comprises the following steps: and when the face is identified, judging whether the face information is the face information, if not, the face identification fails, marking the face information as a type which cannot be identified, if so, inquiring similar faces in a face database according to the face information to carry out face matching, if the matching is successful, returning matching information, if the matching is unsuccessful, returning no-matching information, and storing the face information in the face database.
7. A storage medium having a computer program stored thereon, the computer program, when being executed by a processor, implementing the steps of the method of any one of claims 1 to 6.
8. The utility model provides an automatic identification equipment of set two-dimensional code, document, certificate, people's face which characterized in that includes: a processor and a memory for storing a computer program operable on the processor, wherein the processor is operable to perform the steps of the method of any of claims 1 to 6 when the computer program is executed.
CN202111560542.0A 2021-12-20 2021-12-20 Automatic identification method, device and storage medium for integrating two-dimension codes, documents, certificates and faces Active CN114266267B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111560542.0A CN114266267B (en) 2021-12-20 2021-12-20 Automatic identification method, device and storage medium for integrating two-dimension codes, documents, certificates and faces

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111560542.0A CN114266267B (en) 2021-12-20 2021-12-20 Automatic identification method, device and storage medium for integrating two-dimension codes, documents, certificates and faces

Publications (2)

Publication Number Publication Date
CN114266267A true CN114266267A (en) 2022-04-01
CN114266267B CN114266267B (en) 2024-03-19

Family

ID=80827982

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111560542.0A Active CN114266267B (en) 2021-12-20 2021-12-20 Automatic identification method, device and storage medium for integrating two-dimension codes, documents, certificates and faces

Country Status (1)

Country Link
CN (1) CN114266267B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116756092A (en) * 2023-08-23 2023-09-15 深圳红途科技有限公司 System download file marking method, device, computer equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050289182A1 (en) * 2004-06-15 2005-12-29 Sand Hill Systems Inc. Document management system with enhanced intelligent document recognition capabilities
US20090152357A1 (en) * 2007-12-12 2009-06-18 3M Innovative Properties Company Document verification using dynamic document identification framework
CN109657627A (en) * 2018-12-20 2019-04-19 北京旷视科技有限公司 Auth method, device and electronic equipment
CN109697412A (en) * 2018-12-11 2019-04-30 武汉虹信技术服务有限责任公司 A kind of identity card scanning record method based on OCR and face recognition technology
US20200143162A1 (en) * 2017-10-20 2020-05-07 Alibaba Group Holding Limited Document verification and identity verification method and device
CN112131901A (en) * 2020-09-22 2020-12-25 上海茂声智能科技有限公司 Method and device for automatic hybrid recognition of face and two-dimensional code, and intelligent recognition device
CN112437947A (en) * 2018-07-25 2021-03-02 日本电气株式会社 Information processing apparatus, information processing method, and information processing program
WO2021054850A1 (en) * 2019-09-17 2021-03-25 Публичное Акционерное Общество "Сбербанк России" Method and system for intelligent document processing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050289182A1 (en) * 2004-06-15 2005-12-29 Sand Hill Systems Inc. Document management system with enhanced intelligent document recognition capabilities
US20090152357A1 (en) * 2007-12-12 2009-06-18 3M Innovative Properties Company Document verification using dynamic document identification framework
US20200143162A1 (en) * 2017-10-20 2020-05-07 Alibaba Group Holding Limited Document verification and identity verification method and device
CN112437947A (en) * 2018-07-25 2021-03-02 日本电气株式会社 Information processing apparatus, information processing method, and information processing program
CN109697412A (en) * 2018-12-11 2019-04-30 武汉虹信技术服务有限责任公司 A kind of identity card scanning record method based on OCR and face recognition technology
CN109657627A (en) * 2018-12-20 2019-04-19 北京旷视科技有限公司 Auth method, device and electronic equipment
WO2021054850A1 (en) * 2019-09-17 2021-03-25 Публичное Акционерное Общество "Сбербанк России" Method and system for intelligent document processing
CN112131901A (en) * 2020-09-22 2020-12-25 上海茂声智能科技有限公司 Method and device for automatic hybrid recognition of face and two-dimensional code, and intelligent recognition device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116756092A (en) * 2023-08-23 2023-09-15 深圳红途科技有限公司 System download file marking method, device, computer equipment and storage medium
CN116756092B (en) * 2023-08-23 2024-01-05 深圳红途科技有限公司 System download file marking method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN114266267B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
CN109409204B (en) Anti-counterfeiting detection method and device, electronic equipment and storage medium
US10534957B2 (en) Eyeball movement analysis method and device, and storage medium
US9373030B2 (en) Automated document recognition, identification, and data extraction
CN109740547B (en) Image processing method, device and computer readable storage medium
CN110610127B (en) Face recognition method and device, storage medium and electronic equipment
CN108269333A (en) Face identification method, application server and computer readable storage medium
CN110866466A (en) Face recognition method, face recognition device, storage medium and server
CN110569635A (en) service system login method based on face recognition and service system
CN110929244A (en) Digital identity identification method, device, equipment and storage medium
CN110941992B (en) Smile expression detection method and device, computer equipment and storage medium
CN110705469A (en) Face matching method and device and server
CN111985400A (en) Face living body identification method, device, equipment and storage medium
Gunawan et al. Design of automatic number plate recognition on android smartphone platform
CN111079687A (en) Certificate camouflage identification method, device, equipment and storage medium
CN114266267B (en) Automatic identification method, device and storage medium for integrating two-dimension codes, documents, certificates and faces
CN113837006B (en) Face recognition method and device, storage medium and electronic equipment
CN113516481A (en) Method and device for confirming brushing intention and brushing equipment
CN113627387A (en) Parallel identity authentication method, device, equipment and medium based on face recognition
CN112329597A (en) Face recognition method and device
CN113689585B (en) Non-inductive attendance card punching method, system and related equipment
CN115719428A (en) Face image clustering method, device, equipment and medium based on classification model
US10726259B2 (en) Image processing method and system for iris recognition
CN113947781A (en) Lost child identification method, lost child identification system, terminal equipment and storage medium
CN113657132A (en) Invoice image recognition method, device, equipment and medium based on two-dimensional code recognition
CN111274899A (en) Face matching method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant