CN111914637B - Intelligent face recognition integrated management method and system - Google Patents

Intelligent face recognition integrated management method and system Download PDF

Info

Publication number
CN111914637B
CN111914637B CN202010599192.8A CN202010599192A CN111914637B CN 111914637 B CN111914637 B CN 111914637B CN 202010599192 A CN202010599192 A CN 202010599192A CN 111914637 B CN111914637 B CN 111914637B
Authority
CN
China
Prior art keywords
current
preset
identification code
face image
similarity
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.)
Active
Application number
CN202010599192.8A
Other languages
Chinese (zh)
Other versions
CN111914637A (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.)
Jiangsu Suhua Technology Co ltd
Original Assignee
Prada Construction 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 Prada Construction Co ltd filed Critical Prada Construction Co ltd
Priority to CN202010599192.8A priority Critical patent/CN111914637B/en
Publication of CN111914637A publication Critical patent/CN111914637A/en
Application granted granted Critical
Publication of CN111914637B publication Critical patent/CN111914637B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/161Detection; Localisation; Normalisation
    • G06V40/166Detection; Localisation; Normalisation using acquisition arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/168Feature extraction; Face representation

Abstract

The invention discloses an intelligent face recognition integrated management method and system, comprising the following steps: collecting a carefully selected face image of a user to generate sample data, and generating an independent preset identification code for each user according to the sample data; connecting the communication connection with the current user terminal; acquiring a first current face image acquired by a camera of a current user terminal, and generating a first current identification code according to the first current face image; and comparing the difference and the similarity of the preset identification code and the first current identification code to confirm whether the first current face image passes the verification. Need not to carry out face identification and then waste time on the fixed camera, can utilize the terminal to carry out face identification and then realize cominging in and going out when just arriving the destination, save the time of discernment, further, need not many people and go to waiting for discernment of lining up, can once only discern, improved work efficiency, simultaneously, great improvement user convenience and experience sense.

Description

Intelligent face recognition integrated management method and system
Technical Field
The invention relates to the technical field of face recognition, in particular to an intelligent face recognition integrated management method and system.
Background
Face recognition is a popular research topic of computer mode recognition and biological feature identification technology, and is widely applied to the aspects of entertainment, information security, law enforcement, monitoring and the like. In general, face recognition mainly refers to a computer technology for identifying human identities in digital images or video images through human face visual information. Compared with fingerprint identification, palm print identification and the like, the face identification has the characteristics of convenience, rapidness, easy acceptance and the like.
At present, a face recognition technology is applied in various business fields, for example, employees of a company use face recognition to go in and out of the company, owners of a cell use face recognition to go in and out of the cell, and the above applications do not use a camera to collect face information of a user for recognition.
Disclosure of Invention
Aiming at the displayed problems, the method generates an independent preset identification code of each user based on a carefully selected face image of the user which is collected in advance, and then compares the current identification code generated by the face image acquired by a user terminal camera through communication connection with a user terminal with the preset identification code to realize the face identification of the user.
An intelligent face recognition integrated management method comprises the following steps:
collecting a carefully selected face image of a user to generate sample data, and generating an independent preset identification code for each user according to the sample data;
connecting the communication connection with the current user terminal;
acquiring a first current face image acquired by a camera of a current user terminal, and generating a first current identification code according to the first current face image;
and comparing the difference and the similarity between the preset identification code of the current user and the first current identification code to confirm whether the first current face image passes the verification.
Preferably, the acquiring a carefully selected face image of a user to generate sample data, and generating an independent preset identification code for each user according to the sample data includes:
acquiring a first number of preset face images of each user;
preprocessing the first number of preset face images;
detecting whether the first number of preprocessed preset face images meet standard conditions serving as sample data;
acquiring a second number of preset face images meeting the standard condition as the selected face images, and generating the sample data according to the selected face images;
extracting a face characteristic value in any one of a second number of selected face images of each user to generate an initial identification code;
and continuously correcting the initial identification code by using the remaining selected face images in the second number of selected face images of each user to generate a final preset identification code.
Preferably, the switching on the communication connection with the current user terminal includes:
acquiring a connection request sent by the current user terminal;
verifying the identity information of the current user according to the connection request;
when the identity information of the current user passes verification, acquiring the current geographical position of the current user on the electronic map;
confirming whether the current geographic position is within a preset geographic position range or not;
when the current geographic position is not within the preset geographic position range, feeding back a prompt of incapability of connecting and reasons to the current user terminal;
when the current geographic position is within the preset geographic position range, confirming the current connection state of the current user terminal;
when the current connection state is 'connectable', the communication connection is realized with the current user terminal aiming at the connection request sent by the current user terminal;
when the current connection state is 'not connectable', confirming the connection state of the current user terminal once every preset time length until 'connectable' is confirmed;
and when the connection with the current user terminal is successful, acquiring the connection state in real time, and sending an error prompt when the connection state is abnormal.
Preferably, the comparing the difference between the preset identification code and the first current identification code to determine whether the first current face image passes the verification includes:
analyzing the composition of the preset identification code and the first current identification code to obtain a first analysis result and a second analysis result;
comparing the first analysis result with the second analysis result to obtain a comparison similarity;
when the contrast similarity is larger than or equal to a preset similarity, confirming that the first current face image passes verification;
when the contrast similarity is smaller than the preset similarity, confirming that the first current face image does not pass the verification;
the method further comprises the following steps:
when the difference value between the contrast similarity and the preset similarity is within a preset range, sending a prompt for re-acquiring a second current face image to the current user terminal;
when the second current face image is acquired, generating a second current identification code according to the second current face image;
confirming whether the second face image can pass the verification or not by using the second current identification code;
and when the second current identification code passes verification, associating the preset identification code with the second current identification code, and storing the preset identification code and the second current identification code in a preset identification code library.
Preferably, the verifying the identity information of the current user according to the connection request includes:
step A1, acquiring a user name and a password registered by the current user according to the connection request;
step A2, analyzing the password to obtain a third analysis result, and comparing the similarity sim (a, b) of the third analysis result and a preset result:
Figure BDA0002557975300000041
wherein a represents the third analysis result, b represents the preset result, N represents the total number of the password numbers in the third analysis result and the preset result, and aiExpressed as a weight value of the ith password number in the third parsing result, biA weight value expressed as the ith password number in the preset result, agExpressed as the weight value of the g-th password number in the third analysis result, bgA weight value expressed as a g-th password number in the preset result;
step A3, comparing the similarity with a preset similarity:
Figure BDA0002557975300000042
step A4, when G is passed, confirming that the identity information of the current user is safe and can be connected, and when G is failed, confirming that the identity information of the current user is unsafe and rejecting the connection request.
An intelligent face recognition integrated management system, the system comprising:
the system comprises an acquisition module, a display module and a display module, wherein the acquisition module is used for acquiring a carefully selected face image of a user to generate sample data and generating an independent preset identification code for each user according to the sample data;
the connection module is used for connecting the communication connection with the current user terminal;
the system comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring a first current face image acquired by a camera of a current user terminal and generating a first current identification code according to the first current face image;
and the comparison module is used for comparing the difference between the preset identification code of the current user and the first current identification code so as to confirm whether the first current face image passes the verification.
Preferably, the acquisition module includes:
the first acquisition submodule is used for acquiring a first number of preset face images of each user;
the preprocessing submodule is used for preprocessing the first number of preset face images;
the detection submodule is used for detecting whether the preprocessed first number of preset face images meet standard conditions serving as sample data;
the second acquisition sub-module is used for acquiring a second number of preset face images meeting the standard condition as the selected face images and generating the sample data according to the selected face images;
the extraction submodule is used for extracting a face characteristic value in any one of the second quantity of carefully selected face images of each user to generate an initial identification code;
and the correction submodule is used for continuously correcting the initial identification code by utilizing the remaining selected face images in the second number of selected face images of each user to generate a final preset identification code.
Preferably, the switch-on module includes:
a third obtaining submodule, configured to obtain a connection request sent by the current user terminal;
the verification submodule is used for verifying the identity information of the current user according to the connection request;
the fourth obtaining sub-module is used for obtaining the current geographic position of the current user on the electronic map when the identity information of the current user passes verification;
the first confirming submodule is used for confirming whether the current geographic position is within a preset geographic position range or not;
the feedback submodule is used for feeding back a prompt and reasons of connection incapability to the current user terminal when the current geographic position is not within the preset geographic position range;
the second confirming submodule is used for confirming the current connection state of the current user terminal when the current geographic position is within the preset geographic position range;
a connection sub-module, configured to implement communication connection with the current user terminal in response to a connection request sent by the current user terminal when the current connection state is "connectable";
a third confirming submodule, configured to confirm the connection state of the current user terminal every preset time period until "connection is possible" is confirmed when the current connection state is "connectible";
and the fifth obtaining submodule is used for obtaining the connection state in real time when the connection with the current user terminal is successful, and sending out an error prompt when the connection state is abnormal.
Preferably, the comparison module includes:
the analysis submodule is used for analyzing the components of the preset identification code and the first current identification code to obtain a first analysis result and a second analysis result;
the comparison submodule is used for comparing the first analysis result with the second analysis result to obtain the comparison similarity;
the fourth confirming submodule is used for confirming that the first current face image passes the verification when the contrast similarity is larger than or equal to the preset similarity, and confirming that the first current face image does not pass the verification when the contrast similarity is smaller than the preset similarity;
the system further comprises:
the prompting module is used for sending a prompt for reacquiring a second current face image to the current user terminal when the difference value between the contrast similarity and the preset similarity is within a preset range;
the generating module is used for generating a second current identification code according to the second current face image when the second current face image is acquired;
the confirming module is used for confirming whether the second face image can pass the verification by utilizing the second current identification code;
and the storage module is used for associating the preset identification code with the second current identification code and storing the preset identification code and the second current identification code into a preset identification code library when the second current identification code passes verification.
Preferably, the step of verifying the identity information of the current user by the verification sub-module according to the connection request is as follows:
step A1, acquiring a user name and a password registered by the current user according to the connection request;
step A2, analyzing the password to obtain a third analysis result, and comparing the similarity sim (a, b) of the third analysis result and a preset result:
Figure BDA0002557975300000061
wherein a represents the third analysis result, b represents the preset result, N represents the total number of the password numbers in the third analysis result and the preset result, and aiExpressed as a weight value of the ith password number in the third parsing result, biA weight value expressed as the ith password number in the preset result, agExpressed as the weight value of the g-th password number in the third analysis result, bgA weight value expressed as a g-th password number in the preset result;
step A3, comparing the similarity with a preset similarity:
Figure BDA0002557975300000071
step A4, when G is passed, confirming that the identity information of the current user is safe and can be connected, and when G is failed, confirming that the identity information of the current user is unsafe and rejecting the connection request.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of the work flow of an intelligent face recognition integrated management method provided by the present invention;
fig. 2 is another work flow diagram of an intelligent face recognition integrated management method provided by the present invention;
fig. 3 is a structural diagram of an intelligent face recognition integrated management system provided by the present invention;
fig. 4 is another structural diagram of an intelligent face recognition integrated management system provided by the present invention.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Face recognition is a popular research topic of computer mode recognition and biological feature identification technology, and is widely applied to the aspects of entertainment, information security, law enforcement, monitoring and the like. In general, face recognition mainly refers to a computer technology for identifying human identities in digital images or video images through human face visual information. Compared with fingerprint identification, palm print identification and the like, the face identification has the characteristics of convenience, rapidness, easy acceptance and the like.
At present, a face recognition technology is applied in various business fields, for example, employees of a company use face recognition to go in and out of the company, owners of a cell use face recognition to go in and out of the cell, and the above applications do not use a camera to collect face information of a user for recognition. In order to solve the above problem, this embodiment discloses a method for generating an independent preset identification code for each user based on a carefully selected face image of a user collected in advance, and then comparing a current identification code generated by a face image acquired by a user terminal camera through communication connection with a user terminal with the preset identification code to realize face identification of the user.
An intelligent face recognition integrated management method, as shown in fig. 1, includes the following steps:
s101, collecting selected face images of users to generate sample data, and generating an independent preset identification code for each user according to the sample data;
step S102, communication connection with the current user terminal is connected;
step S103, acquiring a first current face image acquired by a camera of a current user terminal, and generating a first current identification code according to the first current face image;
step S104, comparing the difference and the sameness of the preset identification code of the current user and a first current identification code to confirm whether the first current face image passes the verification;
in this embodiment, the above-mentioned selected face image of the user may be a high-pixel, high-quality face image, which may be obtained from the terminal of the user or directly obtained by taking a picture of the user, generating a preset identification code independent for each user according to the sample data, wherein the identification code can be an identification code consisting of numbers, letters and images, and then to connect a communication connection, either using a bluetooth connection or a wireless communication connection, then acquiring a first current face image shot by a camera of the user terminal, generating a first current identification code according to the first current face image, wherein the current identification code can be an identification code consisting of numbers, letters and images, and comparing the difference between the first current identification code and the preset identification code of the current user to identify the face of the current user, wherein the user terminal can be a mobile phone or a tablet and the like.
The working principle of the technical scheme is as follows: collecting a carefully selected face image of a user to generate sample data, and generating an independent preset identification code for each user according to the sample data; connecting the communication connection with the current user terminal; acquiring a first current face image acquired by a camera of a current user terminal, and generating a first current identification code according to the first current face image; and comparing the difference and the similarity of the preset identification code and the first current identification code to confirm whether the first current face image passes the verification.
The beneficial effects of the above technical scheme are: face identification can be accomplished to usable user terminal's camera, the fixed policy of camera among the traditional art has been broken, make face identification become more nimble and reliable, when the user needs to discern, need not to carry out face identification and then waste time on the fixed camera, can utilize the terminal to carry out face identification and then realize cominging in and going out when arriving the destination immediately, the time of discernment has been saved, furthermore, need not many people and go to waiting for discernment of lining up, disposable discernment, the work efficiency is improved, and simultaneously, great improvement user convenience and experience are felt.
In one embodiment, the acquiring a carefully chosen face image of a user to generate sample data, and generating an independent preset identification code for each user according to the sample data includes:
acquiring a first number of preset face images of each user;
preprocessing the first number of preset face images;
detecting whether the first number of preprocessed preset face images meet standard conditions serving as sample data;
acquiring a second number of preset face images meeting the standard condition as the selected face images, and generating the sample data according to the selected face images;
extracting a face characteristic value in any one of a second number of selected face images of each user to generate an initial identification code;
continuously correcting the initial identification code by using the remaining selected face images in the second number of selected face images of each user to generate a final preset identification code;
in this embodiment, the preprocessing may be noise reduction, filtering, smoothing, and the like, the first number may be a positive integer greater than or equal to 10, the standard conditions of the sample data are that the definition of the preset face image is greater than or equal to 95% and the resolution of the preset face image is greater than 768 × 576, and the second number may be a positive integer greater than or equal to 2.
The beneficial effects of the above technical scheme are: the quantity and the quality of two images of the selected person are guaranteed by obtaining a first number of preset face images, each preset face image is guaranteed to be optimized by preprocessing the first number of preset face images, the quality of the preset face images is guaranteed, a second number of preset face images meeting conditions in the first number of preset face images are extracted through condition screening and serve as the selected face images, the accuracy and the perfectness of the selected face images are guaranteed, the accuracy of identification codes is higher by continuously correcting initial identification codes generated by the selected face images, and meanwhile, the identification degree of the generated preset identification codes is more accurate.
In one embodiment, the switching on the communication connection with the current user terminal includes:
acquiring a connection request sent by the current user terminal;
verifying the identity information of the current user according to the connection request;
when the identity information of the current user passes verification, acquiring the current geographical position of the current user on the electronic map;
confirming whether the current geographic position is within a preset geographic position range or not;
when the current geographic position is not within the preset geographic position range, feeding back a prompt of incapability of connecting and reasons to the current user terminal;
when the current geographic position is within the preset geographic position range, confirming the current connection state of the current user terminal;
when the current connection state is 'connectable', the communication connection is realized with the current user terminal aiming at the connection request sent by the current user terminal;
when the current connection state is 'not connectable', confirming the connection state of the current user terminal once every preset time length until 'connectable' is confirmed;
when the connection with the current user terminal is successful, acquiring the connection state in real time, and sending an error prompt when the connection state is abnormal;
in this embodiment, the step of verifying the identity information of the current user includes: the method comprises the steps of obtaining a user name and a password registered by a current user, then confirming whether the user name and the password registered by the current user are correct, if so, passing the verification, if not, reusing voice verification, sending a prompt of obtaining verification voice to the user, after obtaining the verification voice of the current user, confirming whether the verification voice is correct, if so, passing the verification of identity information of the current user, if not, failing to pass the verification of the identity information of the current user, wherein the preset geographic position range can be a region of a destination square circle 50m, the reason of the failure in connection is failure caused by exceeding the preset range, and when the connection state is abnormal, analyzing the abnormal reason and transmitting the abnormal reason to a user terminal so that the user can know the failure reason.
The beneficial effects of the above technical scheme are: the method has the advantages that the identity information of the current user is verified to ensure that the current user is registered in real name, the screening range of the user can be initially reduced, the working efficiency is improved, whether the geographical position of the current user on the electronic map is within the preset geographical position range is judged by obtaining the geographical position of the current user, so that the user can know the precondition that the user can recognize the face at any time, the experience of the user is further improved, the user can be ensured to be normally connected with the user terminal at any time by obtaining the real-time connection state with the user terminal when the connection state is abnormal, the face image obtained by the user terminal can be accurately and infallibly received, and the accuracy and the safety are improved.
In one embodiment, as shown in fig. 2, the comparing the difference between the preset identification code and the first current identification code to determine whether the first current face image passes the verification includes:
step S201, analyzing the components of the preset identification code and the first current identification code to obtain a first analysis result and a second analysis result;
step S202, comparing the first analysis result with the second analysis result to obtain a comparison similarity;
step S203, when the contrast similarity is larger than or equal to a preset similarity, confirming that the first current face image passes verification;
step S204, when the contrast similarity is smaller than the preset similarity, determining that the first current face image does not pass the verification;
the method further comprises the following steps:
when the difference value between the contrast similarity and the preset similarity is within a preset range, sending a prompt for re-acquiring a second current face image to the current user terminal;
when the second current face image is acquired, generating a second current identification code according to the second current face image;
confirming whether the second face image can pass the verification or not by using the second current identification code;
when the second current identification code passes verification, associating the preset identification code with the second current identification code, and storing the preset identification code and the second current identification code in a preset identification code library;
in this embodiment, since there is a little error between the first current identification code generated from the first face image acquired by the camera of the user terminal and the preset identification code, for example, the user stores the facial image of the user in advance, the user terminal acquires the face image of the user, and at this time, the current identification code generated by the face image of the user and the preset identification code generated by the facial image of the user inevitably generate a little error, but both face images are of one person, so that in order to avoid the situation of face missing recognition or recognition error, when the difference between the similarity of the first current identification code and the preset identification code of the current user is within the preset range and the preset similarity, and face recognition is carried out on the current user again, the preset range can be 3% -5%, and the preset similarity is 95%.
The beneficial effects of the above technical scheme are: compared with the prior art that the contrast similarity is obtained by comparing the preset identification code with the first current identification code and then compared with the preset similarity, the contrast accuracy is higher by using the obtained face image and the face image stored in advance, and a choice is provided, when the difference value between the contrast similarity and the preset similarity is in a preset range, the second current face image of the user is obtained again to perform face recognition again, the occurrence of wrong recognition or recognition error is avoided, the accuracy is improved, and finally the identification code of the current user can be updated in real time by associating and storing the preset identification code and the second current identification code so as to deal with the current face images which are not used by various current users, so that the recognition accuracy is improved and the user experience is further improved.
In one embodiment, the verifying the identity information of the current user according to the connection request includes:
step A1, acquiring a user name and a password registered by the current user according to the connection request;
step A2, analyzing the password to obtain a third analysis result, and comparing the similarity sim (a, b) of the third analysis result and a preset result:
Figure BDA0002557975300000131
wherein a represents the third analysis result, b represents the preset result, N represents the total number of the password numbers in the third analysis result and the preset result, and aiExpressed as a weight value of the ith password number in the third parsing result, biA weight value expressed as the ith password number in the preset result, agExpressed as the weight value of the g-th password number in the third analysis result, bgA weight value expressed as a g-th password number in the preset result;
step A3, comparing the similarity with a preset similarity:
Figure BDA0002557975300000132
step A4, when G is passed, confirming that the identity information of the current user is safe and can be connected, and when G is failed, confirming that the identity information of the current user is unsafe and rejecting the connection request.
The beneficial effects of the above technical scheme are: the user name and the password of the current user are acquired for analysis to acquire a third analysis result, and the similarity between the third analysis result and the preset result is calculated according to the weighted value of the number of the password words in the third analysis result, so that the identity of the user is more accurately and safely verified, and the reliability of subsequent connection with the user terminal is ensured.
The embodiment also discloses an intelligent face recognition integrated management system, as shown in fig. 3, the system includes:
the acquisition module 301 is configured to acquire a carefully selected face image of a user to generate sample data, and generate an independent preset identification code for each user according to the sample data;
a connection module 302, configured to connect a communication connection with a current user terminal;
an obtaining module 303, configured to obtain a first current face image acquired by a camera of a current user terminal, and generate a first current identification code according to the first current face image;
a comparing module 304, configured to compare similarities and differences between the preset identification code of the current user and the first current identification code to determine whether the first current face image passes verification.
The working principle and the advantageous effects of the above technical solution have been explained in the method claims, and are not described herein again.
In one embodiment, the acquisition module includes:
the first acquisition submodule is used for acquiring a first number of preset face images of each user;
the preprocessing submodule is used for preprocessing the first number of preset face images;
the detection submodule is used for detecting whether the preprocessed first number of preset face images meet standard conditions serving as sample data;
the second acquisition sub-module is used for acquiring a second number of preset face images meeting the standard condition as the selected face images and generating the sample data according to the selected face images;
the extraction submodule is used for extracting a face characteristic value in any one of the second quantity of carefully selected face images of each user to generate an initial identification code;
and the correction submodule is used for continuously correcting the initial identification code by utilizing the remaining selected face images in the second number of selected face images of each user to generate a final preset identification code.
In one embodiment, the switch-on module includes:
a third obtaining submodule, configured to obtain a connection request sent by the current user terminal;
the verification submodule is used for verifying the identity information of the current user according to the connection request;
the fourth obtaining sub-module is used for obtaining the current geographic position of the current user on the electronic map when the identity information of the current user passes verification;
the first confirming submodule is used for confirming whether the current geographic position is within a preset geographic position range or not;
the feedback submodule is used for feeding back a prompt and reasons of connection incapability to the current user terminal when the current geographic position is not within the preset geographic position range;
the second confirming submodule is used for confirming the current connection state of the current user terminal when the current geographic position is within the preset geographic position range;
a connection sub-module, configured to implement communication connection with the current user terminal in response to a connection request sent by the current user terminal when the current connection state is "connectable";
a third confirming submodule, configured to confirm the connection state of the current user terminal every preset time period until "connection is possible" is confirmed when the current connection state is "connectible";
and the fifth obtaining submodule is used for obtaining the connection state in real time when the connection with the current user terminal is successful, and sending out an error prompt when the connection state is abnormal.
In one embodiment, the comparison module includes:
the analysis submodule is used for analyzing the components of the preset identification code and the first current identification code to obtain a first analysis result and a second analysis result;
the comparison submodule is used for comparing the first analysis result with the second analysis result to obtain the comparison similarity;
the fourth confirming submodule is used for confirming that the first current face image passes the verification when the contrast similarity is larger than or equal to the preset similarity, and confirming that the first current face image does not pass the verification when the contrast similarity is smaller than the preset similarity;
as shown in fig. 4, the system further includes:
a prompt module 401, configured to send a prompt to the current user terminal to reacquire a second current face image when a difference between the contrast similarity and the preset similarity is within a preset range;
a generating module 402, configured to generate a second current identification code according to the second current face image when the second current face image is acquired;
a confirming module 403, configured to confirm whether the second face image can pass verification by using the second current identification code;
a storage module 404, configured to associate the preset identification code with the second current identification code when the second current identification code passes verification, and store the preset identification code and the second current identification code in a preset identification code library.
11. In one embodiment, the step of verifying, by the verification sub-module, the identity information of the current user according to the connection request is as follows:
step A1, acquiring a user name and a password registered by the current user according to the connection request;
step A2, analyzing the password to obtain a third analysis result, and comparing the similarity sim (a, b) of the third analysis result and a preset result:
Figure BDA0002557975300000161
wherein a represents the third analysis result, b represents the preset result, N represents the total number of the password numbers in the third analysis result and the preset result, and aiExpressed as a weight value of the ith password number in the third parsing result, biExpressed as the ith password numberThe weight value of the preset result, agExpressed as the weight value of the g-th password number in the third analysis result, bgA weight value expressed as a g-th password number in the preset result;
step A3, comparing the similarity with a preset similarity:
Figure BDA0002557975300000162
step A4, when G is passed, confirming that the identity information of the current user is safe and can be connected, and when G is failed, confirming that the identity information of the current user is unsafe and rejecting the connection request.
It will be understood by those skilled in the art that the first and second terms of the present invention refer to different stages of application.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. An intelligent face recognition integrated management method is characterized by comprising the following steps:
collecting a carefully selected face image of a user to generate sample data, and generating an independent preset identification code for each user according to the sample data;
connecting the communication connection with the current user terminal;
acquiring a first current face image acquired by a camera of a current user terminal, and generating a first current identification code according to the first current face image;
comparing the difference and the similarity between the preset identification code of the current user and a first current identification code to confirm whether the first current face image passes the verification;
the collecting of the carefully chosen face images of the users to generate sample data, and generating an independent preset identification code for each user according to the sample data comprises the following steps:
acquiring a first number of preset face images of each user;
preprocessing the first number of preset face images;
detecting whether the first number of preprocessed preset face images meet standard conditions serving as sample data;
acquiring a second number of preset face images meeting the standard condition as the selected face images, and generating the sample data according to the selected face images;
extracting a face characteristic value in any one of a second number of selected face images of each user to generate an initial identification code;
and continuously correcting the initial identification code by using the remaining selected face images in the second number of selected face images of each user to generate a final preset identification code.
2. The integrated management method for intelligent face recognition according to claim 1, wherein the connecting the communication connection with the current user terminal comprises:
acquiring a connection request sent by the current user terminal;
verifying the identity information of the current user according to the connection request;
when the identity information of the current user passes verification, acquiring the current geographical position of the current user on the electronic map;
confirming whether the current geographic position is within a preset geographic position range or not;
when the current geographic position is not within the preset geographic position range, feeding back a prompt of incapability of connecting and reasons to the current user terminal;
when the current geographic position is within the preset geographic position range, confirming the current connection state of the current user terminal;
when the current connection state is 'connectable', the communication connection is realized with the current user terminal aiming at the connection request sent by the current user terminal;
when the current connection state is 'not connectable', confirming the connection state of the current user terminal once every preset time length until 'connectable' is confirmed;
and when the connection with the current user terminal is successful, acquiring the connection state in real time, and sending an error prompt when the connection state is abnormal.
3. The intelligent face recognition integrated management method according to claim 1, wherein the comparing the difference between the preset recognition code and the first current recognition code to determine whether the first current face image passes the verification comprises:
analyzing the composition of the preset identification code and the first current identification code to obtain a first analysis result and a second analysis result;
comparing the first analysis result with the second analysis result to obtain a comparison similarity;
when the contrast similarity is larger than or equal to a preset similarity, confirming that the first current face image passes verification;
when the contrast similarity is smaller than the preset similarity, confirming that the first current face image does not pass the verification;
the method further comprises the following steps:
when the difference value between the contrast similarity and the preset similarity is within a preset range, sending a prompt for re-acquiring a second current face image to the current user terminal;
when the second current face image is acquired, generating a second current identification code according to the second current face image;
confirming whether the second current face image can pass the verification by using the second current identification code;
and when the second current identification code passes verification, associating the preset identification code with the second current identification code, and storing the preset identification code and the second current identification code in a preset identification code library.
4. The integrated management method for intelligent face recognition according to claim 3, wherein the verifying the identity information of the current user according to the connection request comprises:
step A1, acquiring a user name and a password registered by the current user according to the connection request;
step A2, analyzing the password to obtain a third analysis result, and comparing the similarity of the third analysis result with a preset result
Figure 961899DEST_PATH_IMAGE001
Figure 728998DEST_PATH_IMAGE002
Wherein a represents the third analysis result, b represents the preset result, N represents the total number of the password numbers in the third analysis result and the preset result, and aiExpressed as a weight value of the ith password number in the third parsing result, biA weight value expressed as the ith password number in the preset result, agExpressed as the weight value of the g-th password number in the third analysis result, bgA weight value expressed as a g-th password number in the preset result;
step A3, comparing the similarity with a preset similarity:
Figure 647276DEST_PATH_IMAGE003
step A4, when G is passed, confirming that the identity information of the current user is safe and can be connected, and when G is failed, confirming that the identity information of the current user is unsafe and rejecting the connection request.
5. An intelligent face recognition integrated management system, characterized in that, the system includes:
the system comprises an acquisition module, a display module and a display module, wherein the acquisition module is used for acquiring a carefully selected face image of a user to generate sample data and generating an independent preset identification code for each user according to the sample data;
the connection module is used for connecting the communication connection with the current user terminal;
the system comprises an acquisition module, a processing module and a display module, wherein the acquisition module is used for acquiring a first current face image acquired by a camera of a current user terminal and generating a first current identification code according to the first current face image;
the comparison module is used for comparing the difference and the similarity between the preset identification code of the current user and a first current identification code so as to confirm whether the first current face image passes the verification;
the collection module comprises:
the first acquisition submodule is used for acquiring a first number of preset face images of each user;
the preprocessing submodule is used for preprocessing the first number of preset face images;
the detection submodule is used for detecting whether the preprocessed first number of preset face images meet standard conditions serving as sample data;
the second acquisition sub-module is used for acquiring a second number of preset face images meeting the standard condition as the selected face images and generating the sample data according to the selected face images;
the extraction submodule is used for extracting a face characteristic value in any one of the second quantity of carefully selected face images of each user to generate an initial identification code;
and the correction submodule is used for continuously correcting the initial identification code by utilizing the remaining selected face images in the second number of selected face images of each user to generate a final preset identification code.
6. The integrated management system for intelligent face recognition according to claim 5, wherein the switch-on module comprises:
a third obtaining submodule, configured to obtain a connection request sent by the current user terminal;
the verification submodule is used for verifying the identity information of the current user according to the connection request;
the fourth obtaining sub-module is used for obtaining the current geographic position of the current user on the electronic map when the identity information of the current user passes verification;
the first confirming submodule is used for confirming whether the current geographic position is within a preset geographic position range or not;
the feedback submodule is used for feeding back a prompt and reasons of connection incapability to the current user terminal when the current geographic position is not within the preset geographic position range;
the second confirming submodule is used for confirming the current connection state of the current user terminal when the current geographic position is within the preset geographic position range;
a connection sub-module, configured to implement communication connection with the current user terminal in response to a connection request sent by the current user terminal when the current connection state is "connectable";
a third confirming submodule, configured to confirm the connection state of the current user terminal every preset time period until "connection is possible" is confirmed when the current connection state is "connectible";
and the fifth obtaining submodule is used for obtaining the connection state in real time when the connection with the current user terminal is successful, and sending out an error prompt when the connection state is abnormal.
7. The integrated management system for intelligent face recognition according to claim 5, wherein the comparison module comprises:
the analysis submodule is used for analyzing the components of the preset identification code and the first current identification code to obtain a first analysis result and a second analysis result;
the comparison submodule is used for comparing the first analysis result with the second analysis result to obtain the comparison similarity;
the fourth confirming submodule is used for confirming that the first current face image passes the verification when the contrast similarity is larger than or equal to the preset similarity, and confirming that the first current face image does not pass the verification when the contrast similarity is smaller than the preset similarity;
the system further comprises:
the prompting module is used for sending a prompt for reacquiring a second current face image to the current user terminal when the difference value between the contrast similarity and the preset similarity is within a preset range;
the generating module is used for generating a second current identification code according to the second current face image when the second current face image is acquired;
the confirming module is used for confirming whether the second current face image can pass the verification by utilizing the second current identification code;
and the storage module is used for associating the preset identification code with the second current identification code and storing the preset identification code and the second current identification code into a preset identification code library when the second current identification code passes verification.
8. The intelligent integrated management system for face recognition according to claim 6, wherein the verification sub-module verifies the identity information of the current user according to the connection request by:
step A1, acquiring a user name and a password registered by the current user according to the connection request;
step (ii) ofA2, analyzing the password to obtain a third analysis result, and comparing the similarity of the third analysis result with a preset result
Figure 751498DEST_PATH_IMAGE001
Figure 314197DEST_PATH_IMAGE002
Wherein a represents the third analysis result, b represents the preset result, N represents the total number of the password numbers in the third analysis result and the preset result, and aiExpressed as a weight value of the ith password number in the third parsing result, biA weight value expressed as the ith password number in the preset result, agExpressed as the weight value of the g-th password number in the third analysis result, bgA weight value expressed as a g-th password number in the preset result;
step A3, comparing the similarity with a preset similarity:
Figure 642411DEST_PATH_IMAGE003
step A4, when G is passed, confirming that the identity information of the current user is safe and can be connected, and when G is failed, confirming that the identity information of the current user is unsafe and rejecting the connection request.
CN202010599192.8A 2020-06-28 2020-06-28 Intelligent face recognition integrated management method and system Active CN111914637B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010599192.8A CN111914637B (en) 2020-06-28 2020-06-28 Intelligent face recognition integrated management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010599192.8A CN111914637B (en) 2020-06-28 2020-06-28 Intelligent face recognition integrated management method and system

Publications (2)

Publication Number Publication Date
CN111914637A CN111914637A (en) 2020-11-10
CN111914637B true CN111914637B (en) 2021-05-04

Family

ID=73226728

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010599192.8A Active CN111914637B (en) 2020-06-28 2020-06-28 Intelligent face recognition integrated management method and system

Country Status (1)

Country Link
CN (1) CN111914637B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103021038A (en) * 2012-12-03 2013-04-03 福州开普软件信息技术有限公司 Campus classroom attendance checking-in system and method for realizing attendance checking-in by using system
CN103729903A (en) * 2013-12-26 2014-04-16 乐视致新电子科技(天津)有限公司 Authentication system and method using handset as validation terminal
CN104183029A (en) * 2014-09-02 2014-12-03 济南大学 Portable quick crowd attendance method
CN104239851A (en) * 2014-07-25 2014-12-24 重庆科技学院 Intelligent cell inspection system based on behavior analysis and control method thereof
CN104537389A (en) * 2014-12-29 2015-04-22 生迪光电科技股份有限公司 Human face recognition method and terminal equipment
CN105139470A (en) * 2015-09-30 2015-12-09 杭州海康威视数字技术股份有限公司 Checking-in method, device and system based on face recognition
CN105227307A (en) * 2014-06-03 2016-01-06 阿里巴巴集团控股有限公司 Auth method and system and server data processing method and server
CN105469455A (en) * 2014-09-12 2016-04-06 航天信息股份有限公司 Human face identification attendance check management method based on mobile terminal and human face identification attendance check management system based on mobile terminal
CN106296112A (en) * 2016-07-28 2017-01-04 广州猫眼网络科技有限公司 Attendance checking system based on recognition of face, method and device thereof
CN106411856A (en) * 2016-09-06 2017-02-15 北京交通大学 Authentication method and apparatus based on face recognition of mobile terminal
CN107403476A (en) * 2017-06-22 2017-11-28 黄健 Mobile phone terminal dynamic facial identifies attendance checking system
CN109903433A (en) * 2019-01-31 2019-06-18 武汉天喻聚联网络有限公司 A kind of access control system and access control method based on recognition of face
CN109951437A (en) * 2019-01-14 2019-06-28 平安科技(深圳)有限公司 Safety certifying method, device and server based on recognition of face
CN110136286A (en) * 2019-04-16 2019-08-16 平安科技(深圳)有限公司 Work attendance method, device, computer equipment and storage medium based on mobile terminal

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103021038A (en) * 2012-12-03 2013-04-03 福州开普软件信息技术有限公司 Campus classroom attendance checking-in system and method for realizing attendance checking-in by using system
CN103729903A (en) * 2013-12-26 2014-04-16 乐视致新电子科技(天津)有限公司 Authentication system and method using handset as validation terminal
CN105227307A (en) * 2014-06-03 2016-01-06 阿里巴巴集团控股有限公司 Auth method and system and server data processing method and server
CN104239851A (en) * 2014-07-25 2014-12-24 重庆科技学院 Intelligent cell inspection system based on behavior analysis and control method thereof
CN104183029A (en) * 2014-09-02 2014-12-03 济南大学 Portable quick crowd attendance method
CN105469455A (en) * 2014-09-12 2016-04-06 航天信息股份有限公司 Human face identification attendance check management method based on mobile terminal and human face identification attendance check management system based on mobile terminal
CN104537389A (en) * 2014-12-29 2015-04-22 生迪光电科技股份有限公司 Human face recognition method and terminal equipment
CN105139470A (en) * 2015-09-30 2015-12-09 杭州海康威视数字技术股份有限公司 Checking-in method, device and system based on face recognition
CN106296112A (en) * 2016-07-28 2017-01-04 广州猫眼网络科技有限公司 Attendance checking system based on recognition of face, method and device thereof
CN106411856A (en) * 2016-09-06 2017-02-15 北京交通大学 Authentication method and apparatus based on face recognition of mobile terminal
CN107403476A (en) * 2017-06-22 2017-11-28 黄健 Mobile phone terminal dynamic facial identifies attendance checking system
CN109951437A (en) * 2019-01-14 2019-06-28 平安科技(深圳)有限公司 Safety certifying method, device and server based on recognition of face
CN109903433A (en) * 2019-01-31 2019-06-18 武汉天喻聚联网络有限公司 A kind of access control system and access control method based on recognition of face
CN110136286A (en) * 2019-04-16 2019-08-16 平安科技(深圳)有限公司 Work attendance method, device, computer equipment and storage medium based on mobile terminal

Also Published As

Publication number Publication date
CN111914637A (en) 2020-11-10

Similar Documents

Publication Publication Date Title
JP2007199984A (en) Communication terminal device
JP2003317100A (en) Information terminal device, authentication system, and registering and authenticating method
JP2014067171A (en) Dictionary updating system for person authentication, dictionary updating device for person authentication, dictionary updating program for person authentication and system for person authentication
US20090165119A1 (en) Method, apparatus and computer program product for providing power control security features
CN106067196B (en) A method of realizing intelligent Checking on Work Attendance
CN108846968A (en) A kind of information processing method and its equipment, storage medium, electronic equipment
CN109635625B (en) Intelligent identity verification method, equipment, storage medium and device
CN112199530B (en) Multi-dimensional face library picture automatic updating method, system, equipment and medium
KR100705164B1 (en) System and method for user registration using portable device
KR20180006016A (en) method for searching missing child basedon face recognition AND missing child search system using the same
CN109493159A (en) Method, apparatus, computer equipment and the storage medium of booking authentication processing
CN110136286B (en) Attendance checking method and device based on mobile terminal, computer equipment and storage medium
KR20050120339A (en) Identity confirmation apparatus using mobile terminal's camera and the method of the same
CN111914637B (en) Intelligent face recognition integrated management method and system
US10936706B2 (en) Biometric authentication
WO2021082548A1 (en) Living body testing method and apparatus, server and facial recognition device
JP2005063342A (en) Card user verification system, card user verification method, and program of the same
KR20140078242A (en) System and method for attendance and absence management using biometrics and location sensing in terminal
KR20170040258A (en) Identity verification
CN109766844B (en) Mobile terminal identity authentication and memory method based on brooch equipment
US20200019689A1 (en) Biometric recognition method
JP7209472B2 (en) Information processing system, information processing method, and program
CN110335379A (en) Intelligent door lock control method based on recognition of face
KR20100138155A (en) System and method for searching for missing child
CN113170045B (en) Solid-state imaging device, solid-state imaging method, and electronic apparatus

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 224000 6007, 6008, 6009, South Building, Yancheng International Venture Capital Center, No. 5, Renmin Road South, Yannan High tech Zone, Yancheng City, Jiangsu Province (CND)

Patentee after: Purida Technology Group Co.,Ltd.

Address before: Room 6017, North building, Yancheng international venture capital center, No.5 Renmin South Road, Xindu street, Chengnan New District, Yancheng City, Jiangsu Province, 224000

Patentee before: Prada Construction Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230727

Address after: Room 110-102, Wuyou Science and Technology Park Building, No. 9 Gongyuan Road, Gougang Village, Wuyou Street, Chengnan New District, Yancheng City, Jiangsu Province, 224000

Patentee after: Jiangsu Suhua Technology Co.,Ltd.

Address before: 224000 6007, 6008, 6009, South Building, Yancheng International Venture Capital Center, No. 5, Renmin Road South, Yannan High tech Zone, Yancheng City, Jiangsu Province (CND)

Patentee before: Purida Technology Group Co.,Ltd.