WO2020115890A1 - 情報処理システム、情報処理装置、情報処理方法、およびプログラム - Google Patents
情報処理システム、情報処理装置、情報処理方法、およびプログラム Download PDFInfo
- Publication number
- WO2020115890A1 WO2020115890A1 PCT/JP2018/045054 JP2018045054W WO2020115890A1 WO 2020115890 A1 WO2020115890 A1 WO 2020115890A1 JP 2018045054 W JP2018045054 W JP 2018045054W WO 2020115890 A1 WO2020115890 A1 WO 2020115890A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information
- person
- image
- characteristic information
- registered
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/25—Determination of region of interest [ROI] or a volume of interest [VOI]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/52—Surveillance or monitoring of activities, e.g. for recognising suspicious objects
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/52—Surveillance or monitoring of activities, e.g. for recognising suspicious objects
- G06V20/53—Recognition of crowd images, e.g. recognition of crowd congestion
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/168—Feature extraction; Face representation
- G06V40/171—Local features and components; Facial parts ; Occluding parts, e.g. glasses; Geometrical relationships
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/172—Classification, e.g. identification
Definitions
- the present invention relates to an information processing system, an information processing apparatus, an information processing method, and a program, and particularly to an information processing system, an information processing apparatus, an information processing method, and a program that perform image recognition processing.
- Patent Document 1 describes an example of a walk-through type face image authentication device.
- the face image recognition device described in Patent Document 1 specifies an authentication candidate person for a plurality of faces (characters) included in a plurality of face area images captured at different times, and makes the authentication candidate person and the face image similar to each other.
- the threshold for authentication is determined using an index indicating the degree of accuracy.
- the index used here is (first-rank hit ratio, which is the ratio of frames having the highest degree of similarity). The higher the first-rank hit rate, the lower the authentication threshold value. Then, even if there is a frame in which the degree of similarity with another person temporarily becomes high due to a change in facial expression, face orientation, etc., the authentication threshold value will not become low if the first-rank hit rate is low.
- the person recognition device described in Patent Document 2 detects the face of a passerby from the first image captured by the first camera and the second image captured by the second camera.
- the first camera is installed in a state in which it is easily recognized by a passerby
- the second camera is installed in a state in which it is difficult for a passerby to recognize it. Then, the passerby is classified based on both detection results, the authentication threshold value used for the face matching process is adjusted based on the classification result, and the output process content based on the authentication result is determined.
- Patent Document 3 detects a walking state of a person from a person image sequence obtained by a distant frame or a different camera, and include it in different image sequences based on the walking state. It is determined whether the persons to be displayed are the same. This makes it possible to track a person.
- Patent Document 4 describes that the step length, height, weight, or walking state (step length, gait) of the person to be authenticated is detected and collated with the authentication information to perform personal authentication.
- Patent Document 5 describes a gate management system that controls the unlocking and locking of the gate by performing authentication processing based on the gait (step, posture, arm swing, etc.) of a person passing through the gate.
- an object of the present invention is to provide a new method for tracking a person using image processing.
- the first aspect relates to an information processing device.
- a first information processing apparatus is Collating means for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage means; If the first characteristic information cannot be extracted from the person, or if the collation result by the collating unit does not match, the second characteristic information extracted from the person is used as the second registered characteristic information.
- a registration means for storing in the storage means The collation unit collates the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage unit, and thereby the second image is obtained from the second image.
- the person corresponding to the registered characteristic information of is specified.
- the second information processing apparatus Collating means for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage means; Registration means for storing second characteristic information extracted from the person in the storage means as second registered characteristic information, The collation unit collates the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage unit, thereby performing the second registration from the second image.
- the collation unit when the first characteristic information cannot be extracted from the person included in the first image, or the first characteristic information extracted from the person included in the first image and the first characteristic information When the comparison result with the first registered characteristic information does not match, the first characteristic information extracted from the person identified from the second image, and the first registered characteristic information stored in the storage unit. And match.
- the second aspect relates to an information processing method executed by at least one computer.
- the first information processing method according to the second aspect is The information processing device
- the first feature information extracted from the person included in the first image is compared with the first registered feature information stored in the storage device, If the first characteristic information cannot be extracted from the person or if the matching results do not match, the second characteristic information extracted from the person is stored in the storage device as second registered characteristic information.
- the second image is converted into the second registered characteristic information. This includes identifying the corresponding person.
- the second information processing method is The information processing device
- the first feature information extracted from the person included in the first image is compared with the first registered feature information stored in the storage device, Storing second characteristic information extracted from the person in the storage device as second registered characteristic information, Corresponding to the second registered feature information from the second image by collating the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage device. Identify the person, When the first characteristic information cannot be extracted from the person included in the first image, or the first characteristic information and the first registered characteristic extracted from the person included in the first image If the result of collation with the information does not match, the first characteristic information extracted from the person identified from the second image is collated with the first registered characteristic information stored in the storage device. Including that.
- the present invention may be a program that causes at least one computer to execute the method of the second aspect, or a computer-readable recording medium that records such a program. May be.
- the recording medium includes a non-transitory tangible medium.
- the computer program includes a computer program code which, when executed by a computer, causes the computer to execute the information processing method on the information processing device.
- the various constituent elements of the present invention do not necessarily have to exist independently, and a plurality of constituent elements are formed as one member, and one constituent element is formed by a plurality of members. May be present, a certain component may be a part of another component, a part of a certain component may overlap a part of another component, and the like.
- the order of description does not limit the order of executing the plurality of procedures. Therefore, when executing the method and computer program of the present invention, the order of the plurality of procedures can be changed within a range that does not hinder the contents.
- the plurality of procedures of the method and computer program of the present invention are not limited to being executed at different timings. For this reason, another procedure may occur during execution of a certain procedure, the execution timing of a certain procedure may partially or completely overlap the execution timing of another procedure, and the like.
- FIG. 3 It is a functional block diagram which shows the logical structure of the information processing apparatus which concerns on the 1st Embodiment of this invention. It is a figure which shows an example of the data structure of the 2nd memory
- FIG. 6 is a flowchart showing an example of a procedure after step S135 in FIG. 5 in the operation of the information processing apparatus according to the second embodiment of the present invention. It is a functional block diagram which shows logically the structure of the information processing apparatus which concerns on the 3rd Embodiment of this invention.
- FIG. 9 is a diagram for explaining the timing of information output of the output unit of the information processing device of FIG. 7.
- FIG. 8 is a diagram showing an example of a data structure of a second storage section of the storage device of FIG. 7. It is a flowchart which shows an example of operation
- FIG. 1 is a functional block diagram showing a logical configuration of an information processing device 100 according to the embodiment of the present invention.
- the information processing apparatus 100 tracks a person who is not authenticated by a captured image within a predetermined area.
- the information processing device 100 includes a matching unit 102 and a registration unit 104.
- the information processing device 100 further includes a storage device 110.
- the storage device 110 includes a first storage unit 111 (for example, a face feature information database) and a second storage unit 112.
- the storage device 110 may be realized by a plurality of physical storage media or a plurality of databases.
- the first storage unit 111 and the second storage unit 112 may be included in physically the same device, or may be included in devices that are physically different from each other.
- the first storage unit 111 and the second storage unit 112 may be integrated with the main body of the information processing device 100 or may be separate bodies.
- the matching unit 102 matches the first characteristic information extracted from the person included in the first image 20 with the first registered characteristic information stored in the storage device 110.
- the registration unit 104 cannot extract the first characteristic information from the person, or when the matching result by the matching unit 102 does not match, the second characteristic information extracted from the person is registered as the second registered characteristic.
- the information is stored in the storage device 110 as information.
- the registration unit 104 registers the second characteristic information of the person in the storage device 110.
- the collation unit 102 collates the second feature information extracted from the person included in the second image 22 with the second registered feature information stored in the storage device 110, and thereby the second image 22 is extracted from the second image 22.
- the person corresponding to the registered characteristic information of is specified.
- the matching process using the first registered characteristic information is also referred to as “individual identification process”
- the matching process using the second registered characteristic information is also referred to as “person identification process”.
- the first feature information is feature information that can identify a person, and in the present embodiment, it is face feature information, and is also referred to as face feature information hereinafter.
- the first registration feature information stored in the first storage unit 111 will also be referred to as face registration feature information hereinafter.
- the first feature information may be other biometric information, such as an iris, an auricle, a vein, a fingerprint, a gait, or the like.
- the first storage unit 111 may store a plurality of types of biometric information for each person. In this case, the matching unit 102 may perform matching processing by combining a plurality of types of biometric information.
- the second characteristic information is the characteristic information of the person including the area other than the face, and is also referred to as “human area characteristic information” hereinafter. Further, the second registered characteristic information registered in the second storage unit 112 will also be referred to as registered person area characteristic information hereinafter.
- the human area characteristic information is characteristic information indicating appearance characteristics, such as a back profile or clothes, of a person whose face cannot be recognized by the matching unit 102.
- the human area characteristic information includes height, shoulder width, ratio of body parts, clothes (shape, color, material, etc.), hairstyle (including hair color), ornaments (hat, glasses, accessories, etc.), personal belongings (bag, umbrella) , Canes, etc.) and the like.
- the human area feature information may include information such as the likelihood of the feature information.
- the image pickup means is a camera including an image pickup element such as a lens and a CCD (Charge Coupled Device) image sensor, and is preferably a network camera such as an IP (Internet Protocol) camera.
- the network camera has, for example, a wireless LAN (Local Area Network) communication function, and is connected to the information processing apparatus 100 via a communication network, that is, a relay device (not shown) such as a router. These cameras may be so-called surveillance cameras.
- the image pickup means may include a mechanism that follows the movement of a specific person to control the orientation of the camera body or mens, zoom control, focus adjustment, and the like.
- the camera and the information processing device 100 may be directly connected, or may be indirectly connected via a communication network or the like as described above.
- the image data captured by the camera may be directly transmitted to the information processing device 100, and the information processing device 100 may sequentially receive the image data.
- a storage device (not shown) that can be accessed by both the camera and the information processing device 100 may be provided.
- the image data captured by the camera may be stored in the storage device, and the information processing apparatus 100 may read and acquire the image data from the storage device.
- the image data here may be at least one of a still image and a moving image.
- the data format, file format, file size, image size, image resolution, moving image frame rate, etc. are not particularly limited, and the specifications, standards, performance, etc. of the camera and the information processing apparatus 100, or the processing capability and accuracy of image analysis. Various types can be adopted according to the above. Then, at least one frame of this image data becomes at least one of the first image 20 and the second image 22.
- acquisition means that the device itself acquires data or information stored in another device or a storage medium (active acquisition), and outputs to the device itself from another device. Inputting data or information (passive acquisition) to be performed. Examples of active acquisition include requesting or inquiring another device to receive the reply, and accessing and reading the other device or a storage medium. Examples of passive acquisition include receiving information to be distributed (or transmitted, push notification, etc.). Furthermore, “acquisition” may mean selecting and acquiring from the received data or information, or selecting and receiving the distributed data or information.
- the image transmission timing from the camera to the information processing apparatus 100 may be real-time streaming distribution, for example, or images may be transmitted for a predetermined period at predetermined intervals.
- the timing may be appropriately selected based on the memory capacity, the communication capacity, the image processing capacity of the camera or the information processing apparatus 100, the communication status between the camera and the information processing apparatus 100, or the timing may be changed according to the situation change. May be done.
- the first image 20 is captured at the first timing
- the second image 22 is captured after the first timing
- the second image 22 captured “after the first timing” may be a plurality of images captured at different timings.
- the individual identification processing and the person identification processing by the matching unit 102 are sequentially executed for each image. That is, the second image 22 after the person identifying process is subjected to the individual identifying process as the first image 20 at the next timing, and further the person identifying process is performed on the second image 22 captured at the subsequent timing. Good.
- the first storage unit 111 of the information processing device 100 stores the facial feature information of the individual to be authenticated.
- the first storage unit 111 stores the face feature information of the employee.
- the person with that face may be a person who is not an employee. Can be estimated.
- Various matching methods can be used in the matching process, and the matching method is not limited to a specific method.
- the individual identification process in the collation unit 102 can be performed by any of the following procedures, but is not limited thereto.
- A1 First, a human area is detected, and a face area in the detected human area is specified. Then, the specified face area is authenticated.
- A2) First, a face area is detected, and the detected face area is authenticated. Then, the person area including the face area is specified. In this case, if the authentication is successful, the person area may be omitted.
- A3 The human area and the face area are detected, and the detected face area is authenticated.
- the registration unit 104 cannot identify the face region from the person included in the first image 20, and determines the person region that cannot be subjected to the matching process.
- the human area feature information based on the information may be stored in the second storage unit 112. For example, even if the suspicious person has grasped the position of the surveillance camera and cannot obtain the facial feature information as a result of acting while avoiding the camera, the person area feature information is stored in the second storage unit 112. ..
- the matching result by the matching unit 102 does not match the information indicating that the first feature information (face feature information) or the second feature information (human region feature information) matches the stored feature information. It includes at least one of the information indicating the fact (mismatch). Further, the information indicating the disagreement with the face feature information may include a case where the face feature information cannot be extracted from the person included in the first image 20 described above.
- FIG. 2 is a diagram showing an example of the data structure of the second storage unit 112.
- the second storage unit 112 stores the date and time information and the human area characteristic information in association with each other.
- the date and time information is the time at which the first image 20 was captured, the time at which the first image 20 was acquired, the time at which face authentication processing was performed based on the first image 20, the time at which the result of the face authentication processing was acquired, and the human region feature information was saved It is at least one of the times.
- the second storage unit 112 in FIG. 2 stores the human area feature information in association with the date/time information, but the date/time information is not always necessary and may not be included.
- the second storage unit 112 stores the human-region characteristic information of the person for whom the face authentication could not be performed in the individual identification processing by the matching unit 102, and the human-region characteristic information of the person for whom the face authentication was possible. Is not remembered. Therefore, in the present embodiment, it is premised that the person composition included in the first image 20 does not change in the second image 22. A case where there is a change from the person composition detected by the camera 10 will be described in another embodiment.
- FIG. 3 is a flowchart showing an example of the operation of the information processing device 100 of this embodiment.
- the camera 10 transmits the first image obtained by capturing a predetermined area to the information processing apparatus 100 (step S101). For example, it is assumed that three persons A, B, and C are shown in the first image.
- the matching unit 102 extracts the face characteristic information from the person included in the first image 20 received from the camera 10 (step S111). Here, three persons (person A, person B, person C) are detected, and the characteristic information of each face is extracted. Then, the matching unit 102 executes the matching process (personal identification process) with the extracted feature information of each face with the registered feature information of the face stored in the first storage unit 111 (step S113).
- step S115 the registered characteristic information of the matching face is included in the first storage unit 111 (YES in step S115). Therefore, the person A has already been identified, and the process is terminated without performing the processes of step S117 and thereafter.
- the process proceeds to step S117, and the person B and the person B are stored in the second storage unit 112.
- the person area characteristic information and the date and time information corresponding to the person area C are stored. That is, the person B and the person C are the following tracking target persons.
- the matching unit 102 receives the second image 22 from the camera 10, detects the human region from the received second image 22, and extracts the human region characteristic information (step S119).
- the matching unit 102 performs a matching process (person identifying process) between the person area characteristic information extracted from the second image 22 and the registered person area characteristic information stored in the second storage unit 112 (step S121). ).
- step S123 when the registered person area characteristic information that matches the extracted person area characteristic information is included in the second storage unit 112 (YES in step S123), it corresponds to the registered person area characteristic information in the second image 22.
- the person B and the person C are specified (step S125). Then, this process ends. In this way, the person B and the person C can be tracked in the second image 22.
- step S123 Regard the person (the person A in this case) whose registered person area characteristic information that matches the extracted person area characteristic information does not exist in the second storage unit 112 (NO in step S123), it is assumed that it is reflected in the second image 22. Does not become a tracking target, and the process ends by bypassing step S125.
- step S119 and subsequent steps may be repeatedly executed each time the second image 22 is received. That is, in each of the second images 22, the person B and the person C corresponding to the person area characteristic information stored in the second storage unit 112 are continuously tracked.
- the registration unit 104 sets the person area feature information as the undetermined person information for the person whose individual cannot be specified for the first image 20 by the matching unit 102. 2 It is stored in the storage unit 112. Then, the matching unit 102 matches the person area characteristic information extracted from the second image 22 with the registered person area characteristic information stored in the second storage unit 112, and specifies a matching person. According to this configuration, with respect to the undetermined person in the first image 20, the person can be specified based on the person area characteristic information in the second image 22 captured at the timing after the first image 20, and You can keep track of confirmed persons.
- an unauthenticated person (that is, a person to be careful of) can be tracked in the predetermined area after the first timing, and the person area characteristic information of the person is undetermined. It can be stored in the second storage unit 112 as a person. For example, when a suspicious person or the like who cannot be authenticated has fallen into a predetermined area, the person can be continuously tracked.
- the information processing apparatus 100 of the present embodiment is the same as that of the above-described embodiment of FIG. 1 except that after the person included in the second image 22 is specified, the matching process is performed using the face feature information extracted from the person. It is the same as the information processing device 100.
- the information processing apparatus 100 of this embodiment has the same configuration as the information processing apparatus 100 of the above embodiment of FIG. 1, and therefore will be described below with reference to FIG.
- the collation unit 102 collates the facial feature information extracted from the person identified from the second image 22 with the registered facial feature information stored in the first storage unit 111 of the storage device 110.
- FIG. 4 is a diagram showing an example of the data structure of the second storage unit 112 of this embodiment.
- the second storage unit 112 further includes a confirmation flag in addition to the date and time information and the human area characteristic information of the second storage unit 112 of FIG.
- the confirmation flag is a flag indicating that the individual can be identified or not identified by the face authentication processing by the matching unit 102.
- the confirmed flag can be “1” and the unconfirmed can be “0”. it can.
- it may be “0” for the confirmed and “1” for the unconfirmed.
- the flag may be set only for confirmed and null may be set for unconfirmed.
- the flag may be set before the confirmation, that is, only the unconfirmed, and may be set to NULL after the confirmation.
- the second storage unit 112 may store the execution date and time of the face authentication processing that specifies an individual in association with the person area feature information.
- the registration unit 104 when a match is found in the collation processing of the face feature information extracted from the person specified in the second image 22, the registration unit 104 causes the person stored in the second storage unit 112.
- the confirmation flag associated with the registered person region characteristic information corresponding to is set from 0 to 1.
- the information processing apparatus 100 when the matching result of the face feature information extracted from the person identified from the second image 22 and the face feature information stored in the first storage unit 111 is a match, A deletion unit (not shown) that deletes the registered person region characteristic information of the person from the second storage unit 112 may be provided.
- the data structure of the second storage unit 112 is assumed to be that of FIG. 2 of the above embodiment.
- FIG. 5 is a flowchart showing an example of the operation of the information processing device 100 of this embodiment.
- the flowchart of FIG. 5A includes steps S131 to S133 after step S125 of the flowchart of FIG.
- the matching unit 102 extracts facial feature information from the person identified from the second image 22 in step S125 (step S131), and the extracted facial feature information is stored in the first storage unit 111 of the storage device 110.
- a matching process personal identification process
- a matching process with the registered feature information of the face to be performed is performed (step S133), and this process ends.
- the matching unit 102 identifies the person corresponding to the second registered characteristic information (registered person area characteristic information) from the second image 22 (step S119 to FIG. 3).
- Step S125 a process of collating the first characteristic information (face characteristic information) extracted from the identified person with the first registered characteristic information (face registered characteristic information) (FIG. 5(a)). 5) is repeated (YES in step S135 of FIG. 5B) (return to step S119 of FIG. 3).
- the person C does not have a face in the first image 20 in the individual identification process in step S113 of FIG.
- face recognition has failed.
- the face identification succeeds in the individual identification processing in step S133 of FIG. 5A, and the individual can be identified.
- the matching processing can be repeated by the matching unit 102 for the plurality of second images 22 that are repeatedly imaged within a predetermined time or until a predetermined time.
- FIG. 6A the example in which the second storage unit 112 of FIG. 4 is used (FIG. 6A) as the processing for the person area characteristic information in which the face authentication is successful by the collation unit 102 and the individual is specified, and the information processing apparatus 100 is An example (FIG. 6B) having a deletion unit and using the second storage unit 112 of FIG. 2 will be described.
- step S133 When the face feature information extracted from the person identified in step S133 matches any of the face feature information stored in the first storage unit 111 (YES in step S135), the registration unit 204 determines that In the second storage unit 112 of No. 4, 1 is set to the confirmation flag associated with the person area characteristic information corresponding to the person who has been face-recognized (step S137). Then, this process ends.
- step S135 it is assumed that the individual can be identified for the person C (YES in step S135), and 1 is set to the confirmation flag associated with the person area characteristic information corresponding to the person C (step S137).
- step S137 is bypassed. Then, this processing is finished. That is, the confirmation flag associated with the human area feature information in the second storage unit 112 in FIG. 4 remains 0.
- step S137 is bypassed, and this processing ends. Therefore, the confirmation flag associated with the person area characteristic information of the person B remains 0.
- the deletion unit deletes the human area characteristic information corresponding to the person who has been face-recognized from the second storage unit 112 in FIG.
- step S135 the matching face characteristic information is included in the first storage unit 111 (YES in step S135), and the deletion unit corresponds to the person C from the second storage unit 112 in FIG.
- the human area characteristic information is deleted (step S137).
- step S133 when there is no match between the face feature information extracted from the person identified in step S133 and the face feature information stored in the first storage unit 111 (NO in step S135), the process skips step S139. Then, this processing is finished. That is, the human area characteristic information remains stored in the second storage unit 112.
- step S139 is bypassed and the present process ends.
- step S139 is bypassed and the present process ends.
- the collation unit 102 extracts the face feature information extracted from the person identified from the second image 22, and the face registration feature information stored in the first storage unit 111.
- face identification is successful in the second image 22 captured at a timing after the first image 20, and an individual can be identified.
- information indicating whether or not face recognition has been successfully performed is stored in the second storage unit 112 in association with the person area feature information, or the person area feature information for which face recognition has been performed is stored in the second storage unit 112. Therefore, by referring to the second storage unit 112, it is possible to acquire the human-region characteristic information about the person who cannot be face-authenticated within the predetermined time or by the predetermined time.
- FIG. 7 is a functional block diagram logically showing the configuration of the information processing apparatus 100 of this embodiment.
- the information processing apparatus 100 according to the present embodiment is the same as the above-described embodiment except that it has an output unit 120 in addition to the configuration of the information processing apparatus 100 according to the above-described embodiment in FIG. 1.
- the registration unit 104 causes the second storage unit 112 to store the human area feature information together with the time information. Then, the output unit 120 outputs the information regarding the registered person area characteristic information stored in the second storage unit 112 according to a predetermined condition.
- the output unit 120 changes the face from the person identified by the comparison with the registered person region characteristic information from the second image 22 even if the reference time or more has elapsed from the time indicated by the time information. If the characteristic information cannot be extracted, or if the result of collation with the characteristic information of the face extracted from the person identified by the collation with the registered person region characteristic information from the second image 22 does not match, the registration is performed. Outputs information related to human area feature information.
- the time information corresponds to the date and time information of the second storage unit 112 in FIG. 2 or FIG. 4, and the time when the human area characteristic information is stored in the second storage unit 112, and the image of the image to be collated (or (Memorization) time, the time when the image to be collated is received, the collation processing execution time, and the time when the collation result is stored in the second storage unit 112.
- the output unit 120 outputs the information regarding the registered person region characteristic information stored in the second storage unit 112 at the reference timing.
- the person corresponding to the registered person region characteristic information remaining in the second storage unit 112 at the reference timing could not identify the individual until that timing. Become an undetermined person. Therefore, the output unit 120 can cause the operator to recognize an undetermined person by displaying information related to the registered person area characteristic information, for example, an image of a person area corresponding to the registered person area characteristic information.
- the reference timing is, for example, a predetermined time or a shooting timing with a camera at the last or a predetermined position.
- the output unit 120 displays, for example, a captured image on the display and a mark indicating whether or not the person has been authenticated by being superimposed on each person. For example, a mark such as "OK” is displayed for the authenticated person, and a mark such as "NG” is displayed for the unauthenticated person. The "OK” mark may be displayed only for the authenticated person, or the "NG” mark may be displayed only for the unauthenticated person.
- an image for example, enclosing the human area with a rectangular frame of different colors
- the human area of an unauthenticated person may be highlighted.
- the output form of the output unit 120 is not only screen display, but also outputs an alert sound from a speaker, sends a message to a predetermined destination or terminal, blinks or lights an LED (Light Emitting Diode) indicator, etc. Information may be printed out on a printer. Further, the output unit 120 may output a locking/unlocking control signal to a locking device of a door at a doorway of a predetermined area or an opening/closing control signal to a driving device such as a gate, an automatic door, or a shutter. That is, when the human area characteristic information of an unauthenticated person remains in the second storage unit 112 after the elapse of the reference time or at the reference timing, the person corresponding to the person area characteristic information cannot enter or leave the area. As described above, a control signal for locking the door or closing the gate may be output to each device.
- the output unit 120 outputs to the camera a control signal for increasing the image quality and resolution of a captured image including the human area of an unauthenticated person, and a control signal for causing the human area to follow or zoom in. Good.
- the information regarding the registered person area characteristic information may include an image of the person area corresponding to the registered person area characteristic information. Further, the registered person area characteristic information may include information indicating whether or not the user has been authenticated, the time when the image was captured, the time when the face authentication was performed, and the like. When there are a plurality of areas to be monitored, the area identification information may be included. When a plurality of cameras 10 are used, the identification information of the camera 10 that has captured the image including the human area of the registered person area characteristic information may be included.
- FIG. 8 is a diagram for explaining the timing of information output of the output unit 120.
- FIG. 8C will be described in an embodiment described later.
- the output unit 120 alerts the human region characteristic information that has been continuously stored in the second storage unit 112 for a reference time or longer since the time of the first storage of the human region characteristic information. Is being output. In this example, it is possible to monitor whether or not face recognition has been performed for each person within the reference time.
- the output unit 120 outputs the human-region characteristic information stored in the second storage unit 112, with respect to the human-region characteristic information remaining at a certain reference timing, for example, a predetermined time. Is outputting an alert.
- the registration unit 104 stores the human-region characteristic information together with the time information in the second storage unit 112, and the output unit 120 passes the reference time or more from the time indicated by the time information. Also, information regarding the registered person area characteristic information of the person whose face is not authenticated is output. According to the present embodiment, the same effect as that of the above-described embodiment can be obtained, and further, information about a person who has not been authenticated within a certain area for a predetermined time or more or by a predetermined time can be notified.
- the output unit 120 outputs the information regarding the registered person region characteristic information stored in the second storage unit 112 at the reference timing. According to this embodiment, it is possible to notify information about a person who has not been authenticated at every predetermined time.
- the information processing apparatus 100 stores the human area characteristic information of all the persons extracted from the first image in the second storage unit 112, and can perform the face authentication processing while tracking with the registered person area characteristic information.
- the information processing apparatus 100 is the same as the information processing apparatus 100 described in the above embodiment, except that the face authentication process is repeated.
- the information processing apparatus 100 of this embodiment has the same configuration as the information processing apparatus 100 of the above embodiment of FIG. 1, and therefore will be described below with reference to FIG. It should be noted that this embodiment may have the same configuration as the information processing apparatus 100 according to the other embodiments, and can be combined within a consistent range.
- the present embodiment differs from the above embodiments in the following points.
- the registration unit 104 stores the human area characteristic information extracted from the person included in the first image 20 in the second storage unit 112 as the registered human area characteristic information.
- the collation unit 102 collates the person area characteristic information extracted from the person included in the second image 22 with the registered person area characteristic information stored in the second storage unit 112, so that the registered person area is extracted from the second image 22.
- the person corresponding to the characteristic information is specified.
- the collation unit 102 is unable to extract the facial feature information from the person included in the first image 20, or the facial feature information and the first registered characteristic information extracted from the person included in the first image 20.
- the comparison result with (face registration feature information) does not match, the face feature information extracted from the person identified from the second image 22 and the face registration feature information stored in the first storage unit 111 To match.
- the registration unit 104 associates the information indicating the comparison result of the face feature information extracted from the person included in the first image 20 with the face feature information with the registered person region feature information, and stores the information in the second storage. It may be stored in the unit 112. Alternatively, the registration unit 104 may store the information indicating that the facial feature information could not be extracted from the person included in the first image 20 in the second storage unit 112 in association with the registered person region feature information. Good.
- FIG. 9 is a diagram showing an example of the data structure of the second storage unit 112 of this embodiment.
- the second storage unit 112 stores date and time information, human area feature information, and a matching result flag in association with each other.
- the date and time information includes the time at which the first image 20 was captured, the time at which the first image 20 was acquired, the time at which the authentication process was performed based on the first image 20, the time at which the result of the authentication process was acquired, and the time at which the registered person region characteristic information was saved. At least one of the above.
- the matching result flag is information indicating the matching result of the facial feature information by the matching unit 102.
- the information indicating the matching result includes at least one of information indicating that the registered feature information of the face matches and information indicating that the registered feature information of the face does not match.
- the matching result flag may be set only when there is a match, and when there is no matching face characteristic information, NULL may be set.
- the matching result flag may be set to "0" when they match and to "1" when they do not match.
- the collation result flag may be set in the case of disagreement, and NULL may be set in the case of coincidence.
- the matching unit 102 is identified from the second image 22 when the information indicating the matching result indicates that the matching result with the facial feature information extracted from the person included in the first image 20 does not match.
- the facial feature information extracted from the person is compared with the registered facial feature information stored in the first storage unit 111.
- the collation unit 102 is identified from the second image 22 when the information associated with the registered person region characteristic information indicates that the face characteristic information could not be extracted from the person included in the first image 20.
- the facial feature information extracted from the person is compared with the registered facial feature information stored in the first storage unit 111.
- the information processing apparatus 100 according to the present embodiment may include the same output unit 120 as the information processing apparatus 100 according to the above embodiment in FIG. 7.
- FIG. 10 is a flowchart showing an example of the operation of the information processing device 100 of this embodiment.
- the same step numbers are assigned to the same processing procedures as those in the above embodiment.
- the camera 10 transmits the first image 20 obtained by capturing a predetermined area to the information processing apparatus 100 (step S101).
- the first image 20 includes three persons A, B, and C.
- the matching unit 102 extracts the face characteristic information from the person included in the first image 20 received from the camera 10 (step S111). Here, three persons (person A, person B, person C) are detected, and the characteristic information of each face is extracted. Then, the matching unit 102 executes the matching process (personal identification process) with the extracted feature information of each face with the registered feature information of the face stored in the first storage unit 111 (step S113).
- the registration unit 104 sets “1” as information indicating that the matching result flag of the person A matches, and associates the person area characteristic information with the date and time information.
- the collation result flag is stored in the second storage unit 112 (step S201).
- the registration unit 104 sets “0” as the information indicating the mismatch in the matching result flags of the person B and the person C, and associates the matching result flag with the person region characteristic information and the date/time information to set the matching result flag. (Step S201).
- the matching unit 102 receives the second image 22 from the camera 10, detects the human region from the received second image 22, and extracts the human region characteristic information (step S119).
- the matching unit 102 performs a matching process (person identifying process) between the person area characteristic information extracted from the second image 22 and the registered person area characteristic information stored in the second storage unit 112 (step S121). ). Then, when the registered person area characteristic information that matches the extracted person area characteristic information is included in the second storage unit 112 (YES in step S123), it corresponds to the registered person area characteristic information in the second image 22. A person is specified (step S125). In this example, the three persons A, B, and C stored in the second storage unit 112 are specified.
- the collation unit 102 refers to the second storage unit 112, and when the collation result flag indicating that the collation result based on the feature information of the faces of the respective persons is not “1” (NO in step S203), the step is performed. It proceeds to S205. If the collation result is a match, that is, if the collation result flag is "1" (YES in step S203), steps S205 to S209 are bypassed and the present process is terminated.
- the collation result flag of the person A is 1, the process ends for the person A. Since the matching result flag is 0 for the person B and the person C, the process proceeds to step S205.
- the matching unit 102 extracts the face characteristic information from each of the specified persons (step S205).
- the feature information of each face of the two persons (person B, person C) is extracted.
- the matching unit 102 executes the matching process (personal identification process) with the registered feature information of the face stored in the first storage unit 111, with respect to the extracted feature information of each face (step S207).
- the first storage unit 111 includes the matching face feature information. That is, since the person C has already been personally identified, the registration unit 104 sets “1” as information indicating that the matching result flag of the person C matches, and the person region characteristic information and the date and time corresponding to the person C are set. The collation result flag is stored in association with the information (step S209), and this processing ends.
- the registration unit 104 sets “0” as the information indicating the mismatch in the matching result flag of the person B, and stores the person area feature information corresponding to the person B, the date and time information, and the matching result flag in association with each other (step S209). , This process ends.
- both the human-region characteristic information stored in the second storage unit 112 and the human-region characteristic information already stored in the second storage unit 112 in step S201 may be stored in association with each other.
- the human-region characteristic information in the second storage unit 112 may be overwritten with the human-region characteristic information specified in step S207, or the human-region characteristic information already stored in the second storage unit 112 in step S201. Only the remaining collation result flag may be updated.
- step S119 is repeatedly executed each time the second image 22 is transmitted from the camera 10.
- the second image 22 when a new person D that is not included in the first image 20 is detected in the second image 22, that is, the person area characteristic information that matches the person area characteristic information extracted from the second image 22 is detected. If not stored in the second storage unit 112 (NO in step S123), the second image 22 is set as the first image 20, the process returns to step S111, and the process is repeated as a new person D for the person area characteristic information. May be.
- step S209 steps S131 to S133 in FIG. 5A, step S135 in FIG. 5B, and steps S135 to S137 in FIG. 6A, or You may perform step S135-step S139 of FIG.6(b).
- the human area feature information extracted from the person included in the first image 20 by the registration unit 104 is associated with the information indicating the matching result of the face authentication by the matching unit 102. It is stored in the second storage unit 112. In the second image 22 captured at a timing after the first image 20, it is possible to track by identifying each person corresponding to the human area characteristic information stored in the second storage unit 112. Then, the collation unit 102 performs the face authentication process on the persons who are not identified by the face authentication among the persons identified in the second image 22.
- the same effect as that of the above-described embodiment is obtained, and while the person included in the image is tracked by the human area feature information, the person who is not face-authenticated is subjected to the face authentication to identify the individual. You can do it.
- the registration unit 104 stores the human area characteristic information in the second storage unit 112 in association with the matching result of face authentication for all the persons included in each image. According to this configuration, even when a person enters and leaves the predetermined area, the tracking of each person and the individual identification processing can be continuously performed. Furthermore, it is also possible to count and confirm the total number of persons existing in a predetermined area, and to confirm the person who entered or left the area together with time information.
- the information processing apparatus 100 according to the present embodiment is different from the above-described embodiment in that an unauthenticated person is found between the start point and the end point of a predetermined route by using captured images of a plurality of cameras installed along the route.
- the present embodiment is the same as any one of the above-described first to third embodiments except that the above-mentioned configuration is provided.
- the information processing apparatus 100 according to this embodiment will be described with reference to FIG. 1, since the case where the information processing apparatus 100 has the same configuration as the information processing apparatus 100 in FIG. 1 will be described.
- the information processing apparatus 100 processes images generated by each of the plurality of cameras 10 installed along the route.
- a route is a route that includes at least two different points (for example, a start point and an end point), and a person passes between these two points.
- a route may be, for example, a route that is taken from the entrance of a facility, building, or area to the exit of the facility, or from the entrance of a site to the entrance of the building. It may be an approach between the areas, a passage for moving from one area to another area, or from the entrance at the ticket gate of one station to the exit at the ticket gate of another station It may be a route. Further, the route that a person takes between the two points may be different for each person.
- the plurality of cameras installed along the path includes at least two cameras, a first camera installed at a start point where a person enters the path and a second camera installed at an end point where a person exits the path.
- the first image 20 is an image captured by the first camera.
- the second image 22 is an image captured by a second camera located after the first camera in the direction along the route. Further, the second image 22 is captured at a timing after the first timing at which the first image 20 is captured. The direction along the route may be different for each person.
- the matching unit 102 matches the face characteristic information extracted from the person included in the first image 20 with the registered face characteristic information stored in the first storage unit 111 of the storage device 110.
- the registration unit 104 cannot extract the face characteristic information from the person, or when the matching result by the matching unit 102 does not match, the person area characteristic information extracted from the person is stored as the registered person area characteristic information. It is stored in the second storage unit 112 of the device 110.
- the collation unit 102 collates the person area characteristic information extracted from the person included in the second image 22 with the registered person area characteristic information stored in the second storage unit 112, and thereby the registered person is extracted from the second image 22. A person corresponding to the area feature information is specified.
- the plurality of second cameras are installed at a predetermined interval or a predetermined position between the start point and the end point of the route along the route.
- the collation unit 102 performs the collation process on the second image 22 captured by the plurality of second cameras with the human region feature information stored in the second storage unit 112, thereby performing the human region feature information. Identify the person corresponding to.
- the second storage unit 112 of this embodiment may have the data structure shown in FIG. 2 or 4.
- the information processing device 100 of this embodiment may include the same output unit 120 as that of the third embodiment of FIG. 7.
- the output unit 120 of the present embodiment and the output unit 120 of the third embodiment differ in output conditions in the following points.
- the output unit 120 of the present embodiment may include a configuration in which the same conditions as those of the output unit 120 of the third embodiment are used in combination.
- the output condition of the output unit 120 is specified by the matching unit 102 using an image generated by the second camera installed at the last (end point) or a predetermined position in the direction along the route among the plurality of second cameras.
- the matching process performed by the matching unit 102 does not match the feature information of any face with respect to the selected person.
- the output unit 120 for the plurality of second cameras, regarding the human region specified by the matching unit 102 from the image generated by the second camera installed at the last (end point) or a predetermined position in the direction along the route, When the comparison result with the face registration characteristic information is not matched, the information about the human area characteristic information extracted from the person is output.
- the registration unit 104 stores the human-region characteristic information in the second storage unit 112 together with the time information
- the output unit 120 stores the human area feature information in the second storage unit 112 even after the reference time has elapsed from the time indicated by the time information.
- Information about the human area feature information that does not match the registered feature information of the face to be output may be output.
- the matching result is not a match, it means that the facial feature information cannot be extracted from the person specified from the second image 22, or the face extracted from the person specified from the second image 22 is not detected. This includes a case where the matching result of the feature information and the registered feature information of the face does not match.
- the output unit 120 of the present embodiment may also output an opening/closing control signal to, for example, a gate driving device provided at both ends or in the middle of the path. Good. That is, with respect to the person specified by the matching unit 102 using the image generated by the second camera installed at the predetermined location on the route, the matching unit 102 did not match any face characteristic information in the matching process.
- a control signal for closing the gate provided on the way or at the entrance/exit of the person may be output to the gate drive device so that the person cannot pass the way.
- the output unit 120 outputs information regarding the person area feature information that remains in the second storage unit 112 when a person who enters from the entrance exits from the exit.
- FIG. 11 is a flowchart showing an example of the operation of the information processing device 100 of this embodiment.
- the first image also referred to as the first camera 10a
- the first image 20 installed at the entrance of the route transmits the first image 20 obtained by capturing a predetermined area to the information processing apparatus 100 (step S101).
- the first image 20 includes three persons A, B, and C.
- the matching unit 102 extracts the face characteristic information from the person included in the first image 20 received from the first camera 10a (step S111). Here, three persons (person A, person B, person C) are detected, and the characteristic information of each face is extracted. Then, the matching unit 102 executes the matching process (personal identification process) with the extracted feature information of each face with the registered feature information of the face stored in the first storage unit 111 (step S113).
- step S115 the registered characteristic information of the matching face is included in the first storage unit 111 (YES in step S115). Therefore, the person A has already been identified, and the process is terminated without performing the processes of step S117 and thereafter.
- the process proceeds to step S117, and the person B and the person B are stored in the second storage unit 112. The personal area characteristic information of C and the date and time information are stored respectively.
- the second image 22 captured from the second camera (also referred to as the second camera 10b) located after the first camera 10a in the direction along the route is displayed. It is transmitted to the information processing device 100 (step S103).
- the matching unit 102 receives the second image 22 from the second camera 10b, detects the human region from the received second image 22, and extracts the human region characteristic information (step S119).
- the matching unit 102 performs matching processing (person identification processing) between the person area characteristic information extracted from the second image 22 and the registered person area characteristic information stored in the second storage unit 112 (step S121). ). Then, when the registered person area characteristic information that matches the extracted person area characteristic information is included in the second storage unit 112 (YES in step S123), it corresponds to the registered person area characteristic information in the second image 22. The person B and the person C are specified (step S125). Then, this process ends. In this way, the person B and the person C can be tracked in the second image 22.
- matching processing person identification processing
- step S123 With respect to the person (the person A in this case) whose registered person area characteristic information that matches the extracted person area characteristic information does not exist in the second storage unit 112 (NO in step S123), the person does not become the tracking target and the step S125 is performed. Bypasses and ends this processing.
- step S119 and subsequent steps may be repeatedly executed each time the second image 22 is received. That is, in each of the second images 22, the person B and the person C corresponding to the person area characteristic information stored in the second storage unit 112 are continuously tracked.
- the registration unit 104 causes the second storage unit 112 to store the human-region characteristic information of the human region for which the face authentication processing has not been performed as information about the undetermined person. Then, after the first timing, the person stored in the second storage unit 112 by the collation unit 102 with respect to the second image 22 captured by the second camera 10b located after the first camera 10a in the direction along the route. A person who matches the area feature information is specified.
- the human area characteristic information of a person whose individual cannot be identified by face authentication is stored in the second storage unit 112 as an undetermined person between the time of entering the route and the time of leaving the route. be able to.
- the face characteristic information is not stored in the first storage unit 111, or when a person or the like who is not originally allowed to pass through tries to pass through the passage, the person area characteristic information of the person is stored in the second storage unit 112. Can be stored and tracked.
- the registration unit 104 stores the human-region characteristic information in the second storage unit 112 together with the time information of the timing of the first storage, and the output unit 120 continues the reference time or more and stores the second storage. Information regarding the human-region characteristic information that has been continuously stored in the unit 112 is output.
- the output unit 120 causes the matching unit 102 to use the image generated by the second camera, which is the last one or a predetermined position in the direction along the route, of the plurality of second cameras.
- the output unit 120 causes the matching unit 102 to use the image generated by the second camera, which is the last one or a predetermined position in the direction along the route, of the plurality of second cameras.
- the first storage unit 111 stores registered feature information of the face of a person who is allowed to pass, and is stored in the first storage unit 111 at the exit of a passage for which passage is required. It becomes possible to notify a person whose matching result with the registered facial feature information does not match, that is, a person who is not permitted to pass.
- the information processing apparatus 100 is extracted from the person included in the first image 20 captured by the first camera among the plurality of cameras installed along the route regardless of the face authentication matching result.
- the stored human region characteristic information is stored in the second storage unit 112, and the second storage unit 112 stores the second image 22 captured by the second camera located after the first camera in the direction along the route.
- a person is specified and tracked using the human area feature information.
- the information processing apparatus 100 is located after the first image 20 captured by the first camera of the plurality of cameras installed along the route and the first camera in the direction along the route.
- the configuration is the same as that of the information processing apparatus 100 of the above-described fourth embodiment except that the processing is performed using the second image 22 captured by the second camera.
- the matching unit 102 is configured to store face feature information extracted from a person included in the first image 20 captured by the first camera of the plurality of cameras installed along the route and the first storage unit 111. The stored face feature information to be stored is collated.
- the registration unit 104 stores the human area feature information extracted from the person in the second storage unit 112 (FIG. 9).
- the matching unit 102 includes the human region characteristic information extracted from the person included in the second image 22 generated by each of the plurality of second cameras located after the first camera in the direction along the route, and the second storage unit. The person is tracked by identifying the person from the second image 22 by collating with the registered person area characteristic information stored in 112.
- the collation unit 102 is unable to extract the face feature information from the person included in the first image 20, or the face feature information and the face registration feature extracted from the person included in the first image 20. If the comparison result with the information does not match, the face feature information extracted from the person identified from the second image 22 and the face registration feature information stored in the first storage unit 111 are compared.
- FIG. 12 is a flowchart showing an example of the operation of the information processing device 100 of this embodiment.
- the second storage unit 112 will be described as having the data structure of FIG. 9, but the collation result flag is not necessarily required, and the second storage unit 112 may include at least the human area feature information. ..
- the first camera 10a installed at the entrance of the route transmits the first image 20 obtained by capturing a predetermined area to the information processing apparatus 100 (step S101).
- the first image 20 includes three persons A, B, and C.
- the matching unit 102 detects the first camera 10a3 persons (person A, person B, person C) among the plurality of cameras 10 and extracts the feature information of each face. Then, the matching unit 102 executes the matching process (personal identification process) with the extracted feature information of each face with the registered feature information of the face stored in the first storage unit 111 (step S113).
- the registration unit 104 sets “1” as information indicating that the matching result flag of the person A matches, and associates the person area characteristic information with the date and time information.
- the collation result flag is stored in the second storage unit 112 (step S201).
- the registration unit 104 sets “0” as the information indicating the mismatch in the matching result flags of the person B and the person C, and associates the matching result flag with the person region characteristic information and the date/time information to set the matching result flag. (Step S201).
- the matching unit 102 receives the second image 22 from the second camera 10b, detects the human region from the received second image 22, and extracts the human region characteristic information (step S119).
- the matching unit 102 performs a matching process (person identifying process) between the person area characteristic information extracted from the second image 22 and the registered person area characteristic information stored in the second storage unit 112 (step S121). ). Then, when the registered person area characteristic information that matches the extracted person area characteristic information is included in the second storage unit 112 (YES in step S123), it corresponds to the registered person area characteristic information in the second image 22.
- the person B and the person C are specified (step S125). In this example, the three persons A, B, and C stored in the second storage unit 112 are specified.
- the collation unit 102 refers to the second storage unit 112, and when the collation result flag indicating that the collation result based on the feature information of the faces of the respective persons is not “1” (NO in step S203), the step is performed. It proceeds to S205. If the collation result is a match, that is, if the collation result flag is "1" (YES in step S203), steps S205 to S209 are bypassed and the present process is terminated.
- the collation result flag of the person A is 1, the process ends for the person A. Since the matching result flag is 0 for the person B and the person C, the process proceeds to step S205.
- the matching unit 102 extracts the face characteristic information from each of the specified persons (step S205).
- the feature information of each face of the two persons (person B, person C) is extracted.
- the matching unit 102 executes the matching process (personal identification process) with the registered feature information of the face stored in the first storage unit 111, with respect to the extracted feature information of each face (step S207).
- the first storage unit 111 includes the matching face feature information. That is, since the person C has already been personally identified, the registration unit 104 sets “1” as information indicating that the matching result flag of the person C matches, and the person region characteristic information and the date and time corresponding to the person C are set. The collation result flag is stored in association with the information (step S209), and this processing ends.
- the registration unit 104 sets “0” as the information indicating the mismatch in the matching result flag of the person B, and stores the person area feature information corresponding to the person B, the date and time information, and the matching result flag in association with each other (step S209). , This process ends.
- both the human-region characteristic information stored in the second storage unit 112 and the human-region characteristic information already stored in the second storage unit 112 in step S201 may be stored in association with each other.
- the human-region characteristic information in the second storage unit 112 may be overwritten with the human-region characteristic information specified in step S207, or the human-region characteristic information already stored in the second storage unit 112 in step S201. Only the remaining collation result flag may be updated.
- step S119 is repeatedly executed each time the second image 22 is transmitted from the camera 10.
- the second image 22 when a new person D that is not included in the first image 20 is detected in the second image 22, that is, the person area characteristic information that matches the person area characteristic information extracted from the second image 22 is detected. If not stored in the second storage unit 112 (NO in step S123), the second image 22 is set as the first image 20, the process returns to step S111, and the process is repeated as a new person D for the person area characteristic information. May be.
- step S209 steps S131 to S133 in FIG. 5A, step S135 in FIG. 5B, and steps S135 to S137 in FIG. 6A, or You may perform step S135-step S139 of FIG.6(b).
- the second image is captured in the second storage unit 112 using the second image 22 captured at the timing after the first image 20 is captured.
- a person can be specified and tracked using the obtained human area feature information.
- the output unit 120 described with reference to FIG. 7 may be provided. Specifically, in the output unit 120, the first storage unit 111 stores the person specified by the matching unit 102 in the image of the camera installed at the end of the route or at the predetermined position among the plurality of cameras. If it does not match the registered face feature information, the information about the person area feature information of the person is output.
- FIG. 13 is a diagram showing an example of the configuration of a computer 80 that realizes the information processing apparatus of each of the above-described embodiments.
- the computer 80 includes a CPU (Central Processing Unit) 82, a memory 84, a program 90 that implements the components of the information processing apparatuses of FIGS. 1 and 7 loaded in the memory 84, a storage 85 that stores the program 90, an I An I/O (Input/Output) 86 and a network connection interface (communication I/F 87) are provided.
- a CPU Central Processing Unit
- the CPU 82, the memory 84, the storage 85, the I/O 86, and the communication I/F 87 are connected to each other via the bus 89, and the CPU 82 controls the entire information processing apparatus.
- the method of connecting the CPU 82 and the like to each other is not limited to bus connection.
- the memory 84 is a memory such as a RAM (Random Access Memory) or a ROM (Read Only Memory).
- the storage 85 is a storage device such as a hard disk, SSD (Solid State Drive), or memory card.
- the storage 85 may be a memory such as RAM or ROM.
- the storage 85 may be provided inside the computer 80, or may be provided outside the computer 80 and connected to the computer 80 by wire or wirelessly if the computer 80 is accessible. Alternatively, it may be detachably attached to the computer 80.
- Each function of each unit of the information processing apparatus of each embodiment can be realized by the CPU 82 reading the program 90 stored in the storage 85 into the memory 84 and executing the program 90.
- the I/O 86 controls input/output of data and control signals between the computer 80 and other input/output devices.
- the other input/output device includes, for example, an input device (not shown) such as a keyboard, a touch panel, a mouse, and a microphone connected to the computer 80, an output device (not shown) such as a display, a printer, and a speaker. These input/output devices and the interface of the computer 80 are included. Further, the I/O 86 may control the input/output of data to/from a reading/writing device (not shown) of another recording medium.
- the communication I/F 87 is a network connection interface for communicating between the computer 80 and an external device.
- the communication I/F 87 may be a network interface for connecting to a wired line or a network interface for connecting to a wireless line.
- the computer 80 that realizes the information processing apparatus is connected to at least one camera 10 via the network by the communication I/F 87.
- Each component of the information processing apparatus of each embodiment is realized by an arbitrary combination of hardware and software of the computer 80 in this figure. It will be understood by those skilled in the art that there are various modified examples of the method and device for realizing the same.
- the functional block diagram showing the information processing apparatus of each of the above-described embodiments does not show a configuration in hardware units but a block in logical functional units.
- the information processing device may be composed of a plurality of computers 80 or may be realized by a virtual server.
- the computer 80 may be installed in a location to be monitored (for example, in a facility) using the present system, or may be provided in the form of cloud computing. You may connect the camera in a facility to a network and transmit a picked-up image to the computer 80 which comprises the server on a cloud. Further, the computer 80 in the facility and the computer 80 on the cloud may be combined so that the respective functions of the respective units of the information processing apparatus are dispersed and executed by the both.
- the computer 80 that performs image analysis processing may be selected from the computer 80 in the facility and the computer 80 on the cloud according to the situation. For example, if the computer 80 in the facility normally performs the authentication process and the highly accurate analysis process is desired, the computer 80 on the cloud may perform the authentication process.
- the information processing apparatus further includes a specific person midway information database in which characteristic information of the specific person is stored, and a person who does not match in the matching process using the face characteristic information stored in the first storage unit 111.
- the matching unit 102 may perform the matching process using the specific person feature information database.
- the first storage unit 111 stores characteristic information of an employee's face
- a specific person characteristic information database stores a VIP (Very Important Person), or a person with a criminal record or a black person as a caution person.
- the characteristic information of the face of a specific person such as a person on the list that is particularly desired to be found may be stored.
- the output unit 120 may output information regarding the specific person when the specific person is detected.
- the matching unit 102 in the matching process with the first registration feature information (face registration feature information) or the second registration feature information (registered person region feature information), matches the match result a predetermined number of times or more. May be a match. The predetermined number of times may be set for each feature information.
- the information processing apparatus 100 can display a menu screen for accepting a predetermined number of settings to accept an operation from an operator and set the operation.
- Example 1 In the present embodiment, an example will be described in which an unauthenticated person is found in a predetermined area for a predetermined time or more, or by a predetermined time. This example is an example using the configuration of the information processing apparatus 100 of the first embodiment.
- FIG. 14 is a diagram showing an example of a screen in which a video (not shown) of the computer 80 is displayed, which is an image of the camera 10 capturing an image of a predetermined area.
- FIG. 15 is a diagram showing changes in the data stored in the second storage unit 112. Note that in FIG. 15, the data content is schematically shown. For example, the human area feature information corresponding to the human area of the person C is shown as “C” in the “person detection” item.
- Fig. 14(a) is a video screen at the first time (9:10). It is assumed that the collation unit 102 has detected the human areas of the three persons A, B, and C. Then, the matching unit 102 performs matching processing with the face characteristic information stored in the first storage unit 111, and the matching face characteristic information is found for the person A and the person B, and the person has been authenticated. , Suppose that the characteristic information of the matching face is not found and the face is not authenticated.
- the second storage unit 112 stores person area characteristic information of a person area for which face authentication has not been performed, and shooting date/time information of an image in which the person area characteristic information is extracted. ..
- the human area characteristic information of the person C whose face has not been authenticated is stored.
- FIG. 14B is a video screen at the second time (9:20) after the first time.
- the collation unit 102 has already completed the collation process, and the authenticated person A and person B are superimposed and displayed with the “OK” mark by the output unit 120 in association with the person area on the screen. Further, regarding the persons C and D who could not be authenticated, the output unit 120 displays the “NG” mark in a superimposed manner in association with the person area on the screen.
- the second storage unit 112 in FIG. 15B further stores person area characteristic information (D) of the newly detected person area of the person D.
- FIG. 14(c) is a video screen at the third time (9:25) after the second time. Since the collation unit 102 has also succeeded in face recognition for the person D, the output unit 120 also superimposes and displays the “OK” mark on the person D on the screen. Since face authentication could not be performed for the person C, the output unit 120 superimposes and displays the “NG” mark in association with the person area on the screen. Then, since the face authentication has been performed on the person D, the record of the person area characteristic information corresponding to the person area of the person D is deleted from the second storage unit 112 by the deleting unit (not shown) as illustrated in FIG. 15C. Has been done.
- FIG. 16 is a diagram showing an example of another data structure of the second storage unit 112.
- the example of FIG. 16 shows an example using the configuration of the information processing apparatus 100 of the fourth embodiment.
- the human area characteristic information, the shooting date/time information of the image in which the human area characteristic information is extracted, and the result of face authentication in the human area corresponding to the human area characteristic information (when authenticated) Is “completed”, “not yet” if the authentication cannot be performed, and date and time information when the matching process is performed when the face is authenticated.
- the face authentication is schematically described as “completed” and “not yet”, but in reality, the flag may be set.
- the face authentication result of the second storage unit 112 relates to the person area characteristic information (C) of the person C who is “not yet”.
- Output information As illustrated in FIG. 14D, the output unit 120 displays an image in which the person C is closed up as an unidentified person on the display.
- Example 2 In the present embodiment, an example will be described in which a plurality of cameras installed along a route are used to find a person who could not be authenticated at least between the entrance of the route and the exit of the route.
- the present example is an example using the configuration of the information processing apparatus 100 according to the sixth embodiment.
- FIG. 17 is a diagram schematically showing the situation of a place where four cameras (10-1 to 10-4) are installed along a passage.
- a camera 10-1 and a camera 10-4 are installed at both ends of the path, and a camera 10-2 is installed above the camera 10-1 and a camera 10-3 is installed above the camera 10-4 in the middle of the path.
- FIG. 17( a) shows a state in which time has passed, in order from FIG. 17( a ).
- the person D has entered the passage from the entrance at the time of FIG. 17A, and has passed in front of the camera 10-2 at the time of FIG. 17B. Then, at the time point of FIG. 17C, it is passing in front of the camera 10-3. Face recognition of the person D is completed shortly after entering the passage.
- the output unit 120 may combine the images captured by the cameras and may superimpose and display a mark indicating the result of face authentication on the display. Alternatively, a mark indicating the result of face recognition may be superimposed and displayed on the image of each camera.
- FIG. 18 is a diagram showing changes in the data stored in the second storage unit 112.
- the second storage unit 112 includes a plurality of tables.
- Four tables T1 to T4 in which the human region characteristic information detected in the image captured by each camera and the detected date and time information are stored, and the information of the human region characteristic information detected by each camera are integrated.
- the table T5 in which the face authentication result by the matching unit 102 and the authentication date and time are stored for each human area of the human area characteristic information is included.
- 18(a) and 18(c) in order from FIG. 18(a), the state where time has elapsed is shown.
- the person B has passed in front of the camera 10-3 at the time of FIG. 18A, the human area characteristic information is detected in the images of the cameras 10-4 and 10-3, and the table T4 is displayed. It is stored in the table T3. Then, it is stored in the table T5 that the face authentication by the collation unit 102 has not been performed.
- the person B has passed in front of the camera 10-2 at the time of FIG. 18(b), and the human area characteristic information has been detected in the image of the camera 10-2 and stored in the table T2. .. Then, it is stored in the table T5 that the face authentication by the collation unit 102 cannot be performed.
- the person B passes in front of the camera 10-1 at the time point of FIG. 18C, the human area characteristic information is detected from the image of the camera 10-1, and is stored in the table T1. Then, it is stored in the table T5 that face verification has not been performed by the matching unit 102. Therefore, the output unit 120 outputs an alert for the person B because the person B has not undergone face authentication even in the image captured by the last camera in the route.
- Example 3 an image taken by a surveillance camera in the airport is used.
- the registration unit 104 causes the second storage unit 112 to store the human area characteristic information of the person in the airport. Further, at the time of check-in, the passport information is acquired and the face is photographed by the camera, and the registration unit 104 associates the characteristic information of the face of the checked-in person with the passport information in the first storage unit 111 of the storage device 110. To remember. Then, the collation unit 102 performs face authentication processing on the video captured by each camera in the airport while tracking the person using the registered person region characteristic information. The output unit 120 raises an alert by identifying a person who has not succeeded in collation for a reference time or longer. Here, a person who has not succeeded in collation for a reference time or longer is a person who needs attention who has been unchecked in for a long time but is wandering around in the airport.
- the checked-in persons whose face characteristic information is stored in the first storage unit 111 of the storage device 110 those who have passed the security inspection are excluded from the verification target. Specifically, the face data is deleted from the first storage unit 111. Alternatively, the feature information of the face in the first storage unit 111 is flagged and excluded from the collation targets.
- Collating means for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage means; If the first characteristic information cannot be extracted from the person, or if the collation result by the collating unit does not match, the second characteristic information extracted from the person is used as the second registered characteristic information.
- Registration means for storing in the storage means, The collation unit collates the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage unit, and thereby the second image is obtained from the second image.
- Information processing apparatus for identifying a person corresponding to the registered characteristic information of. 2.
- the collating unit collates the first characteristic information extracted from the person identified from the second image with the first registered characteristic information stored in the storage unit.
- Information processing device 3. Collating means for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage means; Registration means for storing the second characteristic information extracted from the person in the storage means as second registered characteristic information, The collation unit collates the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage unit, thereby performing the second registration from the second image.
- the collation unit when the first characteristic information cannot be extracted from the person included in the first image, or the first characteristic information extracted from the person included in the first image and the first characteristic information When the comparison result with the first registered characteristic information does not match, the first characteristic information extracted from the person identified from the second image, and the first registered characteristic information stored in the storage unit.
- An information processing device that collates with. 4. 1. To 3. In the information processing device according to any one of The matching unit identifies the person corresponding to the second registered characteristic information from the second image, and the first characteristic information and the first registered characteristic extracted from the identified person. The process of collating the information is repeated until the collation results are in agreement, Information processing device. 5. 1. To 4.
- the storage means is The information processing apparatus further comprising a deleting unit that deletes the second registered characteristic information of the person. 6. 1. To 5. In the information processing device according to any one of The information processing apparatus, wherein the second image is captured by a camera different from the first image. 7. 1. To 6. In the information processing device according to any one of The first image is captured by a first camera of a plurality of cameras installed along a path, and the second image is a second image located after the first camera in a direction along the path. Information processing device imaged by the camera of. 8. 7.
- the first of the persons identified by the matching unit from the second image generated by the second camera installed at the last or a predetermined position in the direction along the path is the first
- the information processing apparatus including an output unit that outputs information related to the second characteristic information extracted from the person when the result of collation with the registered characteristic information is not matched.
- the first image is captured at a first timing and the second image is captured after the first timing.
- the registration means associates information indicating the matching result of the first characteristic information extracted from the person included in the first image with the first registered characteristic information with the second registered characteristic information.
- the collating means when the information indicating the collation result indicates that the collation results do not match, the first characteristic information extracted from the person identified from the second image, and the storage means.
- An information processing device that collates the first registered characteristic information stored by the. 11. 1. To 10. In the information processing device according to any one of The registration unit stores information indicating that the first characteristic information could not be extracted from the person included in the first image in the storage unit in association with the second registered characteristic information. The matching unit is extracted from the person identified from the second image when the information indicates that the first feature information could not be extracted from the person included in the first image. An information processing device for collating the first characteristic information with the first registered characteristic information stored in the storage means. 12. 1. To 11.
- the registration means stores the second characteristic information in the storage means together with time information, If the first characteristic information cannot be extracted from the person identified from the second image even after a reference time has elapsed from the time indicated by the time information, or if the first characteristic information is identified from the second image
- the information processing apparatus further comprising an output unit that outputs information regarding the second characteristic information when the matching result with the first characteristic information extracted from the person does not match.
- 13. 1. To 12.
- the matching unit matches the matching result when a match occurs a predetermined number of times or more in the matching process with the first registered feature information or the second registered feature information. 14. 1. To 13.
- the first feature information is face feature information
- the second feature information is feature information including an area other than a face. 15. 1. To 14. In the information processing device according to any one of The information processing apparatus further comprising an output unit that outputs information about the second registered characteristic information stored in the storage unit at a reference timing.
- Collating means for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage means; If the first characteristic information cannot be extracted from the person, or if the collation result by the collating unit does not match, the second characteristic information extracted from the person is used as the second registered characteristic information.
- Registration means for storing in the storage means, The collation unit collates the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage unit, and thereby the second image is obtained from the second image.
- Information processing system for identifying a person corresponding to the registered characteristic information of. 17. 16. In the information processing system described in The collating unit collates the first characteristic information extracted from the person identified from the second image with the first registered characteristic information stored in the storage unit.
- Collating means for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage means; Registration means for storing the second characteristic information extracted from the person in the storage means as second registered characteristic information, The collation unit collates the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage unit, thereby performing the second registration from the second image.
- the collation unit when the first characteristic information cannot be extracted from the person included in the first image, or the first characteristic information extracted from the person included in the first image and the first characteristic information When the comparison result with the first registered characteristic information does not match, the first characteristic information extracted from the person identified from the second image, and the first registered characteristic information stored in the storage unit.
- An information processing system that matches with. 19. 16. To 18. In the information processing system described in any one of The matching unit identifies the person corresponding to the second registered characteristic information from the second image, and the first characteristic information and the first registered characteristic extracted from the identified person. The process of collating the information is repeated until the collation results are in agreement, Information processing system. 20. 16. To 19.
- the storage means is The information processing system further comprising a deleting unit that deletes the second registered characteristic information of the person. 21. 16.
- the second image is captured by a camera different from that of the first image. 22. 16.
- the second image is a second image located after the first camera in a direction along the path. Information processing system imaged by the camera. 23. 22.
- the first of the persons identified by the matching unit from the second image generated by the second camera installed at the last or a predetermined position in the direction along the path is the first
- the information processing system including an output unit that outputs information regarding the second feature information extracted from the person when the result of collation with the registered feature information is not matched. 24. 16.
- the first image is captured at a first timing and the second image is captured after the first timing. 25. 16.
- the registration means associates information indicating the matching result of the first characteristic information extracted from the person included in the first image with the first registered characteristic information with the second registered characteristic information.
- the collating means when the information indicating the collation result indicates that the collation results do not match, the first characteristic information extracted from the person identified from the second image, and the storage means.
- the registration unit stores information indicating that the first characteristic information could not be extracted from the person included in the first image in the storage unit in association with the second registered characteristic information.
- the matching unit is extracted from the person identified from the second image when the information indicates that the first feature information could not be extracted from the person included in the first image.
- the registration means stores the second characteristic information in the storage means together with time information, If the first characteristic information cannot be extracted from the person identified from the second image even after a reference time has elapsed from the time indicated by the time information, or if the first characteristic information is identified from the second image
- the information processing system further comprising an output unit that outputs information regarding the second characteristic information when the matching result with the first characteristic information extracted from the person does not match. 28. 16. To 27. In the information processing system described in any one of The information processing system, wherein the matching unit matches the matching result when matching is performed a predetermined number of times or more in the matching process with the first registered characteristic information or the second registered characteristic information. 29. 16. To 28.
- the first feature information is face feature information
- the second feature information is feature information including an area other than a face. 30. 16. To 29.
- the information processing system described in any one of The information processing system further comprising an output unit that outputs information regarding the second registered characteristic information stored in the storage unit at a reference timing.
- the information processing device The first feature information extracted from the person included in the first image is compared with the first registered feature information stored in the storage device, If the first characteristic information cannot be extracted from the person or if the matching results do not match, the second characteristic information extracted from the person is stored in the storage device as second registered characteristic information. Let By collating the second characteristic information extracted from the person included in the second image with the second registered characteristic information stored in the storage device, the second image is converted into the second registered characteristic information. An information processing method for identifying a corresponding person. 32. 31. In the information processing method described in The information processing device is The first characteristic information extracted from the person identified from the second image is compared with the first registered characteristic information stored in the storage device, Information processing method. 33.
- the information processing device The first feature information extracted from the person included in the first image is compared with the first registered feature information stored in the storage device, Storing second characteristic information extracted from the person in the storage device as second registered characteristic information, Corresponding to the second registered feature information from the second image by collating the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage device. Identify the person, When the first characteristic information cannot be extracted from the person included in the first image, or the first characteristic information and the first registered characteristic extracted from the person included in the first image If the result of collation with the information does not match, the first characteristic information extracted from the person identified from the second image is collated with the first registered characteristic information stored in the storage device. Information processing method. 34. 31. To 33.
- the information processing method described in any one of The information processing device is A process of identifying a person corresponding to the second registered feature information from the second image, and collating the first feature information extracted from the identified person with the first registered feature information. The process is repeated until the matching result becomes a match, Information processing method. 35. 31. To 34.
- the second image is captured by a camera different from that of the first image. 37. 31.
- any one of The first image is captured by a first camera of a plurality of cameras installed along a path, and the second image is a second image located after the first camera in a direction along the path. Processing method imaged by the camera of. 38. 37.
- the information processing device is Of the plurality of second cameras, the first registered characteristic information about the person identified from the second image generated by the second camera installed at the last or a predetermined position in the direction along the path. An information processing method of outputting information on the second characteristic information extracted from the person when the result of collation with is not matched. 39. 31. To 38.
- the information processing method described in any one of An information processing method wherein the first image is captured at a first timing, and the second image is captured after the first timing. 40. 31. To 39.
- the information processing method described in any one of The information processing device is The storage device that associates information indicating the comparison result of the first feature information and the first registered feature information extracted from the person included in the first image with the second registered feature information. To memorize When the information indicating the matching result indicates that the matching results do not match, the first characteristic information extracted from the person identified from the second image and the first feature information stored in the storage device. An information processing method of collating the registered characteristic information of No. 1. 41. 31. To 40.
- the information processing device is Information indicating that the first characteristic information could not be extracted from the person included in the first image is stored in the storage device in association with the second registered characteristic information, First characteristic information extracted from the person identified from the second image when the information indicates that the first characteristic information could not be extracted from the person included in the first image And an information processing method in which the first registered characteristic information stored in the storage device is compared. 42. 31. To 41.
- the second characteristic information is stored together with time information, If the first characteristic information cannot be extracted from the person identified from the second image even after a reference time has elapsed from the time indicated by the time information, or if the first characteristic information is identified from the second image An information processing method, which outputs information about the second feature information when the matching result with the first feature information extracted from a person does not match. 43. 31. To 42. In the information processing method described in any one of The information processing device is An information processing method, wherein, in a matching process with the first registered characteristic information or the second registered characteristic information, if the matching results match a predetermined number of times or more, the matching results are matched. 44. 31. To 43.
- the first feature information is face feature information
- the second feature information is feature information including an area other than a face. 45. 31. To 44.
- a procedure for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage device When the first characteristic information cannot be extracted from the person, or when the collation result in the collation procedure does not match, the second characteristic information extracted from the person is used as the second registered characteristic information.
- a procedure for storing in the storage device By collating the second characteristic information extracted from the person included in the second image with the second registered characteristic information stored in the storage device, the second image is converted into the second registered characteristic information.
- a procedure for collating the first characteristic information extracted from the person included in the first image with the first registered characteristic information stored in the storage device A procedure of storing second characteristic information extracted from the person in the storage device as second registered characteristic information, Corresponding to the second registered feature information from the second image by collating the second feature information extracted from the person included in the second image with the second registered feature information stored in the storage device.
- Procedure to identify a person When the first characteristic information cannot be extracted from the person included in the first image, or the first characteristic information and the first registered characteristic extracted from the person included in the first image A procedure for collating the first characteristic information extracted from the person identified from the second image with the first registered characteristic information stored in the storage device when the result of collation with the information is inconsistent. , A program to execute. 49. 46. To 48. In the program described in any one of, A process of identifying a person corresponding to the second registered feature information from the second image, and collating the first feature information extracted from the identified person with the first registered feature information. A program for executing a process of repeating the process until the collation results match. 50. 46. To 49.
- the first image is captured by a first camera of a plurality of cameras installed along a path, and the second image is a second image located after the first camera in a direction along the path. The program that is captured by the camera. 53. 52.
- a program for executing a procedure for outputting information regarding the second characteristic information extracted from the person when the result of collation with is not matched.
- the storage device that associates information indicating the comparison result of the first feature information and the first registered feature information extracted from the person included in the first image with the second registered feature information.
- An information processing device that processes an image generated by each of a plurality of cameras installed along a route, Collating means for collating the first characteristic information extracted from the person included in the first image captured by the first camera of the plurality of cameras with the first registered characteristic information stored in the storage means.
- Collating means for collating the first characteristic information extracted from the person included in the first image captured by the first camera of the plurality of cameras with the first registered characteristic information stored in the storage means.
- the second characteristic information extracted from the person is used as the second registered characteristic information.
- Registration means for registering in the storage means The matching unit is configured to store the second characteristic information extracted from a person included in a second image captured by a second camera located after the first camera in the direction along the path and the storage unit.
- An information processing apparatus for identifying a person corresponding to the second registered feature information from the second image by collating with the stored second registered feature information.
- An information processing device that processes an image generated by each of a plurality of cameras installed along a route, Collating means for collating the first characteristic information extracted from the person included in the first image captured by the first camera of the plurality of cameras with the first registered characteristic information stored in the storage means.
- Registration means for registering the second characteristic information extracted from the person in the storage means
- the matching unit is configured to store the second characteristic information extracted from a person included in a second image captured by a second camera located after the first camera in the direction along the path and the storage unit.
- the person is specified from the second image by collating with the stored second registered characteristic information, If the collation unit cannot extract the first characteristic information from the person included in the first image, or if the first characteristic information extracted from the person included in the first image When the collation results do not match, the first characteristic information extracted from the person identified from the second image is collated with the first registered characteristic information stored in the storage unit. apparatus.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Human Computer Interaction (AREA)
- General Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Collating Specific Patterns (AREA)
Abstract
Description
第一の側面に係る第1の情報処理装置は、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合手段による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を有し、
前記照合手段は、第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する。
第一の側面に係る第2の情報処理装置は、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を有し、
前記照合手段は、第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶手段が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記照合手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する。
第二の側面に係る第1の情報処理方法は、
情報処理装置が、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合し、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させ、
第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶装置が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、ことを含む。
第二の側面に係る第2の情報処理方法は、
情報処理装置が、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合し、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させ、
第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶装置が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、ことを含む。
このコンピュータプログラムは、コンピュータにより実行されたとき、コンピュータに、情報処理装置上で、その情報処理方法を実施させるコンピュータプログラムコードを含む。
また、本明細書の各図において、本発明の本質に関わらない部分の構成については省略してあり、図示されていない。
図1は、本発明の実施の形態に係る情報処理装置100の論理的な構成を示す機能ブロック図である。情報処理装置100は、所定のエリア内で撮像画像により認証されない人物を追跡するものである。
登録部104は、人物から第1の特徴情報を抽出できなかった場合、または、照合部102による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として記憶装置110に記憶させる。言い換えると、登録部104は、当該人物の第2の特徴情報を記憶装置110に登録する。
そして、照合部102は、第2画像22に含まれる人物から抽出された第2の特徴情報と記憶装置110が記憶する第2の登録特徴情報とを照合することで第2画像22から第2の登録特徴情報に対応する人物を特定する。以下、第1の登録特徴情報を用いた照合処理を「個人特定処理」とも呼び、第2の登録特徴情報を用いた照合処理を「人物特定処理」とも呼ぶ。
(a1)はじめに人領域を検出し、検出した人領域内の顔の領域を特定する。そして、特定した顔領域の認証を行う。
(a2)はじめに顔の領域を検出し、検出した顔領域の認証を行う。そして、顔の領域を含む人領域を特定する。この場合、認証できた場合は、人領域の特定を省略してもよい。
(a3)人領域と顔の領域を検出し、検出した顔領域の認証を行う。
第2記憶部112は、日時情報と、人領域特徴情報とが対応付けて記憶されている。日時情報は、第1画像20の撮像時刻、第1画像20の取得時刻、第1画像20に基づく顔認証処理の実行時刻、前記顔認証処理の結果の取得時刻、および人領域特徴情報の保存時刻の少なくともいずれか1つである。
まず、カメラ10が所定のエリアを撮像した第1画像を情報処理装置100に送信する(ステップS101)。例えば、第1画像には、3人の人物A、人物B、人物Cが写っているものとする。
このようにして、第2画像22内において、人物Bと人物Cを追跡できる。
本実施形態の情報処理装置100は、第2画像22に含まれる人物を特定した後、当該人物から抽出される顔の特徴情報を用いた照合処理を行う点以外は図1の上記実施形態の情報処理装置100と同じである。本実施形態の情報処理装置100は、図1の上記実施形態の情報処理装置100と同じ構成を有するので、以下、図1を用いて説明する。
第2記憶部112は、図2の第2記憶部112の日時情報と人領域特徴情報に加え、確定フラグをさらに含む。確定フラグは、照合部102による顔認証処理により個人が特定できたこと、又は特定できなかったことを示すフラグであり、例えば、確定済みは「1」、未確定は「0」とすることができる。あるいは、確定済みは「0」、未確定は「1」としてもよい。さらに、例えば、確定済みのみフラグをセットし、未確定はNULLとしてもよい。または、確定する前、つまり未確定のみフラグをセットし、確定後はNULLとしてもよい。あるいは、第2記憶部112に、個人を特定した顔認証処理の実行日時を人領域特徴情報に対応付けて記憶されてもよい。
図5(a)のフローチャートは、図3のフローチャートのステップS125の後に、ステップS131~ステップS133を含む。
ステップS133で特定された人物から抽出された顔の特徴情報と、第1記憶部111が記憶する顔の登録特徴情報のいずれかが一致した場合(ステップS135のYES)、登録部204は、図4の第2記憶部112において、顔認証できた人物に対応する人領域特徴情報に紐付けられている確定フラグに1をセットする(ステップS137)。そして、本処理を終了する。
図7は、本実施形態の情報処理装置100の構成を論理的に示す機能ブロック図である。
本実施形態の情報処理装置100は、図1の上記実施形態の情報処理装置100の構成に加え、さらに、出力部120を有している点以外は、上記実施形態と同じである。
基準のタイミングとは、所定時刻、あるいは、最後又は所定位置のカメラでの撮影タイミング等である。
図8(a)の例では、人領域特徴情報の初回の記憶のタイミングの時刻から、基準時間以上継続して第2記憶部112に記憶され続けた人領域特徴情報について、出力部120はアラートを出力している。この例では、個々の人物について基準時間以内で顔認証できたか否かを監視することができる。
本実施形態の情報処理装置100は、第1画像から抽出された全ての人物の人領域特徴情報を第2記憶部112に記憶させ、登録人領域特徴情報で追跡しながら、顔認証処理ができるまで顔認証処理を繰り返す構成を有する点以外は、上記実施形態に示した情報処理装置100と同じである。本実施形態の情報処理装置100は、図1の上記実施形態の情報処理装置100と同じ構成を有するので、以下、図1を用いて説明する。なお、本実施形態はその他の実施形態の情報処理装置100と同じ構成を有してもよく、矛盾のない範囲で組み合わせることができる。
登録部104は、第1画像20に含まれる人物から抽出される人領域特徴情報を登録人領域特徴情報として第2記憶部112に記憶させる。
照合部102は、第2画像22に含まれる人物から抽出された人領域特徴情報と第2記憶部112が記憶する登録人領域特徴情報とを照合することで、第2画像22から登録人領域特徴情報に対応する人物を特定する。照合部102は、第1画像20に含まれる人物から顔の特徴情報を抽出できなかった場合、または、第1画像20に含まれる人物から抽出される顔の特徴情報と第1の登録特徴情報(顔の登録特徴情報)との照合結果が不一致だった場合、第2画像22から特定された人物から抽出される顔の特徴情報と、第1記憶部111が記憶する顔の登録特徴情報とを照合する。
第2記憶部112は、日時情報と、人領域特徴情報と、照合結果フラグとが対応付けて記憶されている。日時情報は、第1画像20の撮像時刻、第1画像20の取得時刻、第1画像20に基づく認証処理の実行時刻、前記認証処理の結果の取得時刻、および登録人領域特徴情報の保存時刻の少なくともいずれか1つである。
照合処理で、第1記憶部111に一致する顔の登録特徴情報があった場合、つまり、個人が特定できた場合、例えば、照合結果フラグには、「1」がセットされ、一致した顔の登録特徴情報がなかった場合、例えば、照合結果フラグには、「0」がセットされる。さらに、例えば、一致した場合のみ照合結果フラグをセットし、一致した顔の特徴情報がなかった場合はNULLとしてもよい。あるいは、照合結果フラグには、一致した場合に「0」がセットされ、不一致の場合に「1」がセットされてもよい。また、不一致の場合に照合結果フラグをセットし、一致の場合にNULLとしてもよい。
なお、本図において、上記実施形態と同じ処理手順については同じステップ番号を付してある。
まず、カメラ10が所定のエリアを撮像した第1画像20を情報処理装置100に送信する(ステップS101)。例えば、第1画像20には、3人の人物A、人物B、人物Cが写っているものとする。
本実施形態の情報処理装置100は、上記実施形態とは、経路に沿って設置された複数のカメラの撮像画像を用いて所定の経路の始点から終点までの間に、認証されない人物を見つけるための構成を有する点以外は上記第1から第3のいずれかの実施形態と同じである。
本実施形態の情報処理装置100は、図1の情報処理装置100と同じ構成である場合について説明するので、図1を用いて説明する。
本実施形態において、第1画像20は、第1のカメラにより撮像され画像である。第2画像22は、経路に沿う方向において第1のカメラより後に位置する第2のカメラにより撮像された画像である。また、第2画像22は、第1画像20が撮像される第1のタイミングより後のタイミングで撮像される。なお、経路に沿う方向は、人物毎に異なってもよい。
登録部104は、人物から顔の特徴情報を抽出できなかった場合、または、照合部102による照合結果が不一致だった場合、当該人物から抽出される人領域特徴情報を登録人領域特徴情報として記憶装置110の第2記憶部112に記憶させる。
そして、照合部102は、第2画像22に含まれる人物から抽出された人領域特徴情報と第2記憶部112が記憶する登録人領域特徴情報とを照合することで第2画像22から登録人領域特徴情報に対応する人物を特定する。
照合部102は、複数の第2のカメラによって撮像された第2の画像22に対して、第2記憶部112が記憶している人領域特徴情報との照合処理を行うことで人領域特徴情報に対応する人物を特定する。これにより、本実施形態の情報処理装置100では、第1のタイミングとは異なる時点又は異なる位置、または異なる複数の第2のカメラにより撮像された複数の画像間で、経路を通行している人領域(人物)をそれぞれ追跡することが可能になる。
ここで、照合結果が一致とならないとは、第2画像22から特定された人物から顔の特徴情報を抽出できなかった場合、または、第2画像22から特定された人物から抽出される顔の特徴情報と顔の登録特徴情報との照合結果が不一致だった場合を含む。
まず、経路の入り口に設置された第1のカメラ(第1カメラ10aとも呼ぶ)が所定のエリアを撮像した第1画像20を情報処理装置100に送信する(ステップS101)。例えば、第1画像20には、3人の人物A、人物B、人物Cが写っているものとする。
このようにして、第2画像22内において、人物Bと人物Cを追跡できる。
本実施形態の情報処理装置100は、顔認証の照合結果に関わらず、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像された第1画像20に含まれる人物から抽出された人領域特徴情報を第2記憶部112に記憶させ、経路に沿う方向において第1のカメラより後に位置する第2のカメラにより撮像された第2画像22において第2記憶部112が記憶した人領域特徴情報を用いて人物を特定して追跡する。
具体的には、出力部120は、複数のカメラのうち、経路の最後または所定の位置に設置されたカメラの画像において、照合部102により特定された人物について、第1記憶部111が記憶する顔の登録特徴情報と一致しなかった場合、当該人物の人領域特徴情報に関する情報を出力する。
コンピュータ80は、CPU(Central Processing Unit)82、メモリ84、メモリ84にロードされた図1および図7の各情報処理装置の構成要素を実現するプログラム90、そのプログラム90を格納するストレージ85、I/O(Input/Output)86、およびネットワーク接続用インタフェース(通信I/F87)を備える。
たとえば、情報処理装置は、さらに、特定人物の特徴情報が記憶されている特定人物途中情報データベースを含み、第1記憶部111が記憶する顔の特徴情報を用いた照合処理では一致しなかった人物に対し、照合部102は、特定人物特徴情報データベースを用いて照合処理を行ってもよい。
本実施例では、所定エリア内で、所定時間以上、又は所定時刻までに、認証されない人物を見つける例について説明する。本実施例は、第1実施形態の情報処理装置100の構成を用いた例である。
図15(b)の第2記憶部112には、新たに検出された人物Dの人領域の人領域特徴情報(D)がさらに記憶されている。
図16の例は、第4の実施形態の情報処理装置100の構成を用いた例を示している。
図16の第2記憶部112には、人領域特徴情報と、人領域特徴情報を抽出した画像の撮影日時情報と、人領域特徴情報に対応する人領域において顔認証の結果(認証された場合は「済」、認証できなかった場合は「未」)と、顔認証された場合に照合処理を実行した日時情報とが記憶されている。なお、図16では、模式的に顔認証について「済」および「未」と記載しているが、実際には、フラグがセットされてよい。
本実施例では、経路に沿って設置された複数のカメラを用いて、少なくとも経路の入口から入って出口から出るまでの間に認証できなかった人物を見つける例について説明する。本実施例は、第6の実施形態の情報処理装置100の構成を用いた例である。
図18(a)から順に、図18(b)、図18(c)と時間が経過した状態を示している。
本実施例では、空港内において、監視カメラを用いて撮影した画像を用いる。登録部104は、空港内の人物の人領域特徴情報を第2記憶部112に記憶させる。
また、チェックイン時にパスポート情報の取得と顔の撮影をカメラにより行い、登録部104は、記憶装置110の第1記憶部111は、チェックイン済みの人の顔の特徴情報をパスポート情報と紐づけて記憶する。
そして、空港内の各カメラにより撮影された映像について、照合部102が登録人領域特徴情報を用いて人物を追跡しながら、顔認証処理を実行する。基準時間以上照合に成功しない人物を特定し、出力部120はアラートを上げる。ここで、基準時間以上照合に成功しない人物とは、長時間、未チェックインなのに空港内をうろうろしている要注意人物である。
なお、本発明において利用者に関する情報を取得、利用する場合は、これを適法に行うものとする。
1. 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合手段による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理装置。
2. 1.に記載の情報処理装置において、
前記照合手段は、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、
情報処理装置。
3. 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶手段が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記照合手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。
4. 1.から3.のいずれか一つに記載の情報処理装置において、
前記照合手段は、前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す、
情報処理装置。
5. 1.から4.のいずれか一つに記載の情報処理装置において、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶手段から当該人物の前記第2の登録特徴情報を削除する削除手段をさらに備える情報処理装置。
6. 1.から5.のいずれか一つに記載の情報処理装置において、
前記第2画像は前記第1画像とは異なるカメラで撮影される、情報処理装置。
7. 1.から6.のいずれか一つに記載の情報処理装置において、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、情報処理装置。
8. 7.に記載の情報処理装置において、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から前記照合手段が特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する出力手段を備える情報処理装置。
9. 1.から8.のいずれか一つに記載の情報処理装置において、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、情報処理装置。
10. 1.から9.のいずれか一つに記載の情報処理装置において、
前記登録手段は、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。
11. 1.から10.のいずれか一つに記載の情報処理装置において、
前記登録手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。
12. 1.から11.のいずれか一つに記載の情報処理装置において、
前記登録手段は、前記記憶手段に、時刻情報とともに前記第2の特徴情報を記憶させ、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する出力手段をさらに備える情報処理装置。
13. 1.から12.のいずれか一つに記載の情報処理装置において、
前記照合手段は、前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする、情報処理装置。
14. 1.から13.のいずれか一つに記載の情報処理装置において、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報である情報処理装置。
15. 1.から14.のいずれか一つに記載の情報処理装置において、
基準のタイミングにおいて前記記憶手段に記憶されている前記第2の登録特徴情報に関する情報を出力する出力手段をさらに備える情報処理装置。
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合手段による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理システム。
17. 16.に記載の情報処理システムにおいて、
前記照合手段は、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、
情報処理システム。
18. 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶手段が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記照合手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理システム。
19. 16.から18.のいずれか一つに記載の情報処理システムにおいて、
前記照合手段は、前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す、
情報処理システム。
20. 16.から19.のいずれか一つに記載の情報処理システムにおいて、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶手段から当該人物の前記第2の登録特徴情報を削除する削除手段をさらに備える情報処理システム。
21. 16.から20.のいずれか一つに記載の情報処理システムにおいて、
前記第2画像は前記第1画像とは異なるカメラで撮影される、情報処理システム。
22. 16.から21.のいずれか一つに記載の情報処理システムにおいて、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、情報処理システム。
23. 22.に記載の情報処理システムにおいて、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から前記照合手段が特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する出力手段を備える情報処理システム。
24. 16.から23.のいずれか一つに記載の情報処理システムにおいて、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、情報処理システム。
25. 16.から24.のいずれか一つに記載の情報処理システムにおいて、
前記登録手段は、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理システム。
26. 16.から25.のいずれか一つに記載の情報処理システムにおいて、
前記登録手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理システム。
27. 16.から26.のいずれか一つに記載の情報処理システムにおいて、
前記登録手段は、前記記憶手段に、時刻情報とともに前記第2の特徴情報を記憶させ、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する出力手段をさらに備える情報処理システム。
28. 16.から27.のいずれか一つに記載の情報処理システムにおいて、
前記照合手段は、前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする、情報処理システム。
29. 16.から28.のいずれか一つに記載の情報処理システムにおいて、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報である情報処理システム。
30. 16.から29.のいずれか一つに記載の情報処理システムにおいて、
基準のタイミングにおいて前記記憶手段に記憶されている前記第2の登録特徴情報に関する情報を出力する出力手段をさらに備える情報処理システム。
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合し、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させ、
第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶装置が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理方法。
32. 31.に記載の情報処理方法において、
前記情報処理装置が、
前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、
情報処理方法。
33. 情報処理装置が、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合し、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させ、
第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶装置が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、情報処理方法。
34. 31.から33.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、
前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す、
情報処理方法。
35. 31.から34.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、さらに、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶装置から当該人物の前記第2の登録特徴情報を削除する、情報処理方法。
36. 31.から35.のいずれか一つに記載の情報処理方法において、
前記第2画像は前記第1画像とは異なるカメラで撮影される、情報処理方法。
37. 31.から36.のいずれか一つに記載の情報処理方法において、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、情報処理方法。
38. 37.に記載の情報処理方法において、
前記情報処理装置が、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する、情報処理方法。
39. 31.から38.のいずれか一つに記載の情報処理方法において、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、情報処理方法。
40. 31.から39.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、
前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させ、
前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、情報処理方法。
41. 31.から40.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させ、
前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、情報処理方法。
42. 31.から41.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、さらに、
前記記憶装置に、時刻情報とともに前記第2の特徴情報を記憶させ、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する、情報処理方法。
43. 31.から42.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、
前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする、情報処理方法。
44. 31.から43.のいずれか一つに記載の情報処理方法において、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報である情報処理方法。
45. 31.から44.のいずれか一つに記載の情報処理方法において、
前記情報処理装置が、さらに、
基準のタイミングにおいて前記記憶装置に記憶されている前記第2の登録特徴情報に関する情報を出力する、情報処理方法。
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合する手順、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合する手順における照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させる手順、
第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶装置が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する手順、を実行させるためのプログラム。
47. 46.に記載のプログラムにおいて、
コンピュータに、
前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。
48. コンピュータに、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合する手順、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させる手順、
第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶装置が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する手順、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。
49. 46.から48.のいずれか一つに記載のプログラムにおいて、
前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す手順、を実行させるためのプログラム。
50. 46.から49.のいずれか一つに記載のプログラムにおいて、
コンピュータに、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶装置から当該人物の前記第2の登録特徴情報を削除する手順、をさらに実行させるためのプログラム。
51. 46.から50.のいずれか一つに記載のプログラムにおいて、
前記第2画像は前記第1画像とは異なるカメラで撮影される、プログラム。
52. 46.から51.のいずれか一つに記載のプログラムにおいて、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、プログラム。
53. 52.に記載のプログラムにおいて、
コンピュータに、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する手順、を実行させるためのプログラム。
54. 46.から53.のいずれか一つに記載のプログラムにおいて、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、プログラム。
55. 46.から54.のいずれか一つに記載のプログラムにおいて、
コンピュータに、
前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させる手順、
前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。
56. 46.から55.のいずれか一つに記載のプログラムにおいて、
コンピュータに、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させる手順、
前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。
57. 46.から56.のいずれか一つに記載のプログラムにおいて、
コンピュータに、
前記記憶装置に、時刻情報とともに前記第2の特徴情報を記憶させる手順、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する手順、をさらに実行させるためのプログラム。
58. 46.から57.のいずれか一つに記載のプログラムにおいて、
コンピュータに、
前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする手順、を実行させるためのプログラム。
59. 46.から58.のいずれか一つに記載のプログラムにおいて、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報であるプログラム。
60. 46.から59.のいずれか一つに記載のプログラムにおいて、
コンピュータに、
基準のタイミングにおいて前記記憶装置に記憶されている前記第2の登録特徴情報に関する情報を出力する手順、をさらに実行させるためのプログラム。
前記複数のカメラのうちの第1のカメラにより撮像される第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合手段による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に登録する登録手段と、を備え、
前記照合手段は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理装置。
62. 経路に沿って設置された複数のカメラのそれぞれが生成した画像を処理する情報処理装置であって、
前記複数のカメラのうちの第1のカメラにより撮像される第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から抽出される第2の特徴情報を前記記憶手段に登録する登録手段と、を備え、
前記照合手段は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記人物を特定し、
前記照合手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。
Claims (60)
- 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合手段による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理装置。 - 請求項1に記載の情報処理装置において、
前記照合手段は、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、
情報処理装置。 - 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶手段が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記照合手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。 - 請求項1から3のいずれか一項に記載の情報処理装置において、
前記照合手段は、前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す、
情報処理装置。 - 請求項1から4のいずれか一項に記載の情報処理装置において、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶手段から当該人物の前記第2の登録特徴情報を削除する削除手段をさらに備える情報処理装置。 - 請求項1から5のいずれか一項に記載の情報処理装置において、
前記第2画像は前記第1画像とは異なるカメラで撮影される、情報処理装置。 - 請求項1から6のいずれか一項に記載の情報処理装置において、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、情報処理装置。 - 請求項7に記載の情報処理装置において、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から前記照合手段が特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する出力手段を備える情報処理装置。 - 請求項1から8のいずれか一項に記載の情報処理装置において、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、情報処理装置。 - 請求項1から9のいずれか一項に記載の情報処理装置において、
前記登録手段は、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。 - 請求項1から10のいずれか一項に記載の情報処理装置において、
前記登録手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理装置。 - 請求項1から11のいずれか一項に記載の情報処理装置において、
前記登録手段は、前記記憶手段に、時刻情報とともに前記第2の特徴情報を記憶させ、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する出力手段をさらに備える情報処理装置。 - 請求項1から12のいずれか一項に記載の情報処理装置において、
前記照合手段は、前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする、情報処理装置。 - 請求項1から13のいずれか一項に記載の情報処理装置において、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報である情報処理装置。 - 請求項1から14のいずれか一項に記載の情報処理装置において、
基準のタイミングにおいて前記記憶手段に記憶されている前記第2の登録特徴情報に関する情報を出力する出力手段をさらに備える情報処理装置。 - 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合手段による照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶手段が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理システム。 - 請求項16に記載の情報処理システムにおいて、
前記照合手段は、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、
情報処理システム。 - 第1画像に含まれる人物から抽出される第1の特徴情報と、記憶手段が記憶する第1の登録特徴情報とを照合する照合手段と、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶手段に記憶させる登録手段と、を備え、
前記照合手段は、第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶手段が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記照合手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理システム。 - 請求項16から18のいずれか一項に記載の情報処理システムにおいて、
前記照合手段は、前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す、
情報処理システム。 - 請求項16から19のいずれか一項に記載の情報処理システムにおいて、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶手段から当該人物の前記第2の登録特徴情報を削除する削除手段をさらに備える情報処理システム。 - 請求項16から20のいずれか一項に記載の情報処理システムにおいて、
前記第2画像は前記第1画像とは異なるカメラで撮影される、情報処理システム。 - 請求項16から21のいずれか一項に記載の情報処理システムにおいて、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、情報処理システム。 - 請求項22に記載の情報処理システムにおいて、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から前記照合手段が特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する出力手段を備える情報処理システム。 - 請求項16から23のいずれか一項に記載の情報処理システムにおいて、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、情報処理システム。 - 請求項16から24のいずれか一項に記載の情報処理システムにおいて、
前記登録手段は、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理システム。 - 請求項16から25のいずれか一項に記載の情報処理システムにおいて、
前記登録手段は、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶手段に記憶させ、
前記照合手段は、前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶手段が記憶する前記第1の登録特徴情報とを照合する、情報処理システム。 - 請求項16から26のいずれか一項に記載の情報処理システムにおいて、
前記登録手段は、前記記憶手段に、時刻情報とともに前記第2の特徴情報を記憶させ、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する出力手段をさらに備える情報処理システム。 - 請求項16から27のいずれか一項に記載の情報処理システムにおいて、
前記照合手段は、前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする、情報処理システム。 - 請求項16から28のいずれか一項に記載の情報処理システムにおいて、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報である情報処理システム。 - 請求項16から29のいずれか一項に記載の情報処理システムにおいて、
基準のタイミングにおいて前記記憶手段に記憶されている前記第2の登録特徴情報に関する情報を出力する出力手段をさらに備える情報処理システム。 - 情報処理装置が、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合し、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させ、
第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶装置が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する、情報処理方法。 - 請求項31に記載の情報処理方法において、
前記情報処理装置が、
前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、
情報処理方法。 - 情報処理装置が、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合し、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させ、
第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶装置が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定し、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、情報処理方法。 - 請求項31から33のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、
前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す、
情報処理方法。 - 請求項31から34のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、さらに、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶装置から当該人物の前記第2の登録特徴情報を削除する、情報処理方法。 - 請求項31から35のいずれか一項に記載の情報処理方法において、
前記第2画像は前記第1画像とは異なるカメラで撮影される、情報処理方法。 - 請求項31から36のいずれか一項に記載の情報処理方法において、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、情報処理方法。 - 請求項37に記載の情報処理方法において、
前記情報処理装置が、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する、情報処理方法。 - 請求項31から38のいずれか一項に記載の情報処理方法において、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、情報処理方法。 - 請求項31から39のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、
前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させ、
前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、情報処理方法。 - 請求項31から40のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させ、
前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する、情報処理方法。 - 請求項31から41のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、さらに、
前記記憶装置に、時刻情報とともに前記第2の特徴情報を記憶させ、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する、情報処理方法。 - 請求項31から42のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、
前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする、情報処理方法。 - 請求項31から43のいずれか一項に記載の情報処理方法において、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報である情報処理方法。 - 請求項31から44のいずれか一項に記載の情報処理方法において、
前記情報処理装置が、さらに、
基準のタイミングにおいて前記記憶装置に記憶されている前記第2の登録特徴情報に関する情報を出力する、情報処理方法。 - コンピュータに、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合する手順、
前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記照合する手順における照合結果が不一致だった場合、当該人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させる手順、
第2画像に含まれる人物から抽出された前記第2の特徴情報と前記記憶装置が記憶する前記第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する手順、を実行させるためのプログラム。 - 請求項46に記載のプログラムにおいて、
コンピュータに、
前記第2画像から特定された前記人物から抽出される前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。 - コンピュータに、
第1画像に含まれる人物から抽出される第1の特徴情報と、記憶装置が記憶する第1の登録特徴情報とを照合する手順、
前記人物から抽出される第2の特徴情報を第2の登録特徴情報として前記記憶装置に記憶させる手順、
第2画像に含まれる人物から抽出された第2の特徴情報と前記記憶装置が記憶する第2の登録特徴情報とを照合することで前記第2画像から前記第2の登録特徴情報に対応する人物を特定する手順、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との照合結果が不一致だった場合、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。 - 請求項46から48のいずれか一項に記載のプログラムにおいて、
コンピュータに、
前記第2画像から前記第2の登録特徴情報に対応する人物を特定する処理、および、特定された当該人物から抽出された前記第1の特徴情報と前記第1の登録特徴情報とを照合する処理を、前記照合結果が一致となるまで繰り返す手順、を実行させるためのプログラム。 - 請求項46から49のいずれか一項に記載のプログラムにおいて、
コンピュータに、さらに、
前記第2画像から特定された前記人物から抽出された前記第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報との照合結果が一致となった場合、前記記憶装置から当該人物の前記第2の登録特徴情報を削除する手順、を実行させるためのプログラム。 - 請求項46から50のいずれか一項に記載のプログラムにおいて、
前記第2画像は前記第1画像とは異なるカメラで撮影される、プログラム。 - 請求項46から51のいずれか一項に記載のプログラムにおいて、
前記第1画像は、経路に沿って設置された複数のカメラのうちの第1のカメラにより撮像され、前記第2画像は、前記経路に沿う方向において前記第1のカメラより後に位置する第2のカメラにより撮像される、プログラム。 - 請求項52に記載のプログラムにおいて、
コンピュータに、
複数の第2のカメラのうち、前記経路に沿う方向において最後または所定の位置に設置された前記第2のカメラが生成した前記第2画像から特定した前記人物について、前記第1の登録特徴情報との照合結果が不一致だった場合、当該人物から抽出された第2の特徴情報に関する情報を出力する手順、を実行させるためのプログラム。 - 請求項46から53のいずれか一項に記載のプログラムにおいて、
前記第1画像は第1のタイミングで撮像され、前記第2画像は、前記第1のタイミングより後に撮像される、プログラム。 - 請求項46から54のいずれか一項に記載のプログラムにおいて、
コンピュータに、
前記第1画像に含まれる人物から抽出される前記第1の特徴情報と前記第1の登録特徴情報との前記照合結果を示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させる手順、
前記照合結果を示す情報が、前記照合結果が不一致だったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。 - 請求項46から55のいずれか一項に記載のプログラムにおいて、
コンピュータに、
前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す情報を、前記第2の登録特徴情報に対応付けて前記記憶装置に記憶させる手順、
前記情報が、前記第1画像に含まれる前記人物から前記第1の特徴情報を抽出できなかったことを示す場合に、前記第2画像から特定された前記人物から抽出される第1の特徴情報と、前記記憶装置が記憶する前記第1の登録特徴情報とを照合する手順、を実行させるためのプログラム。 - 請求項46から56のいずれか一項に記載のプログラムにおいて、
コンピュータに、
前記記憶装置に、時刻情報とともに前記第2の特徴情報を記憶させる手順、
前記時刻情報が示す時刻から基準時間以上経過しても、前記第2画像から特定された前記人物から前記第1の特徴情報を抽出できなかった場合、または、前記第2画像から特定された前記人物から抽出される前記第1の特徴情報との前記照合結果が不一致だった場合、当該第2の特徴情報に関する情報を出力する手順、をさらに実行させるためのプログラム。 - 請求項46から57のいずれか一項に記載のプログラムにおいて、
コンピュータに、
前記第1の登録特徴情報又は前記第2の登録特徴情報との照合処理において、所定回数以上一致した場合に、当該照合結果を一致とする手順、を実行させるためのプログラム。 - 請求項46から58のいずれか一項に記載のプログラムにおいて、
前記第1の特徴情報は顔の特徴情報であり、前記第2の特徴情報は顔以外の領域を含む特徴情報であるプログラム。 - 請求項46から59のいずれか一項に記載のプログラムにおいて、
コンピュータに、
基準のタイミングにおいて前記記憶装置に記憶されている前記第2の登録特徴情報に関する情報を出力する手順、を実行させるためのプログラム。
Priority Applications (11)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/298,101 US11847848B2 (en) | 2018-12-07 | 2018-12-07 | Information processing apparatus, information processing method, and program |
| EP18942078.9A EP3893192B1 (en) | 2018-12-07 | 2018-12-07 | Information processing system, information processing device, information processing method, and program |
| JP2020558776A JP7196932B2 (ja) | 2018-12-07 | 2018-12-07 | 情報処理装置、情報処理方法、およびプログラム |
| PCT/JP2018/045054 WO2020115890A1 (ja) | 2018-12-07 | 2018-12-07 | 情報処理システム、情報処理装置、情報処理方法、およびプログラム |
| US18/225,616 US12236702B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,513 US12136289B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,610 US12223758B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,604 US12112565B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,613 US12087075B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/226,174 US20230368564A1 (en) | 2018-12-07 | 2023-07-25 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/226,162 US12087076B2 (en) | 2018-12-07 | 2023-07-25 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2018/045054 WO2020115890A1 (ja) | 2018-12-07 | 2018-12-07 | 情報処理システム、情報処理装置、情報処理方法、およびプログラム |
Related Child Applications (8)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US17/298,101 A-371-Of-International US11847848B2 (en) | 2018-12-07 | 2018-12-07 | Information processing apparatus, information processing method, and program |
| US18/225,513 Continuation US12136289B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,604 Continuation US12112565B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,613 Continuation US12087075B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,610 Continuation US12223758B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/225,616 Continuation US12236702B2 (en) | 2018-12-07 | 2023-07-24 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/226,174 Continuation US20230368564A1 (en) | 2018-12-07 | 2023-07-25 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US18/226,162 Continuation US12087076B2 (en) | 2018-12-07 | 2023-07-25 | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020115890A1 true WO2020115890A1 (ja) | 2020-06-11 |
Family
ID=70974223
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2018/045054 Ceased WO2020115890A1 (ja) | 2018-12-07 | 2018-12-07 | 情報処理システム、情報処理装置、情報処理方法、およびプログラム |
Country Status (4)
| Country | Link |
|---|---|
| US (8) | US11847848B2 (ja) |
| EP (1) | EP3893192B1 (ja) |
| JP (1) | JP7196932B2 (ja) |
| WO (1) | WO2020115890A1 (ja) |
Cited By (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2022173838A (ja) * | 2021-05-10 | 2022-11-22 | キヤノン株式会社 | 撮像制御装置および撮像制御方法 |
| JP2023026630A (ja) * | 2018-12-27 | 2023-02-24 | 日本電気株式会社 | 情報処理システム、情報処理装置、情報処理方法、およびプログラム |
| JP7228822B1 (ja) | 2022-07-13 | 2023-02-27 | パナソニックIpマネジメント株式会社 | 認証システムおよび認証方法 |
| WO2023152970A1 (ja) * | 2022-02-14 | 2023-08-17 | 日本電気株式会社 | 認証装置、認証方法、及び、記録媒体 |
| WO2023162041A1 (ja) * | 2022-02-22 | 2023-08-31 | 日本電気株式会社 | サーバ装置、システム、サーバ装置の制御方法及び記憶媒体 |
| JP2024012052A (ja) * | 2022-07-13 | 2024-01-25 | パナソニックIpマネジメント株式会社 | 認証システムおよび認証方法 |
| WO2024241536A1 (ja) * | 2023-05-24 | 2024-11-28 | 富士通株式会社 | 制御方法、制御プログラム、および情報処理装置 |
| JP7672469B1 (ja) | 2023-11-07 | 2025-05-07 | ソフトバンク株式会社 | システム、通信装置、プログラム、及び情報処理方法 |
| US12395713B2 (en) | 2022-07-13 | 2025-08-19 | Panasonic Intellectual Property Management Co., Ltd. | Authentication system and authentication method |
| WO2025197009A1 (ja) * | 2024-03-21 | 2025-09-25 | 日本電気株式会社 | 情報処理装置、情報処理システム、情報処理方法及び記録媒体 |
| WO2025253500A1 (ja) * | 2024-06-04 | 2025-12-11 | 日本電気株式会社 | 情報処理装置、情報処理方法、及び記録媒体 |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11393212B2 (en) * | 2018-04-20 | 2022-07-19 | Darvis, Inc. | System for tracking and visualizing objects and a method therefor |
| JP2024091181A (ja) * | 2022-12-23 | 2024-07-04 | 富士通株式会社 | 情報処理プログラム、情報処理方法および情報処理装置 |
Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11175730A (ja) * | 1997-12-05 | 1999-07-02 | Omron Corp | 人間検出追跡システム |
| WO2006013765A1 (ja) | 2004-08-03 | 2006-02-09 | Matsushita Electric Industrial Co., Ltd. | 人物判定装置及び人物検索追跡装置 |
| JP2008108243A (ja) | 2006-09-28 | 2008-05-08 | Toshiba Corp | 人物認識装置および人物認識方法 |
| JP2009104526A (ja) | 2007-10-25 | 2009-05-14 | Kenwood Corp | 認証装置、認証方法及びプログラム |
| JP2010171550A (ja) * | 2009-01-20 | 2010-08-05 | Canon Inc | 画像記録装置 |
| JP2013065119A (ja) * | 2011-09-15 | 2013-04-11 | Toshiba Corp | 顔認証装置及び顔認証方法 |
| JP2013101551A (ja) | 2011-11-09 | 2013-05-23 | Secom Co Ltd | 顔画像認証装置 |
| JP2016046639A (ja) * | 2014-08-21 | 2016-04-04 | セコム株式会社 | 認証装置 |
| JP2018077552A (ja) | 2016-11-07 | 2018-05-17 | アズビル株式会社 | ゲート管理システムおよび方法 |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6698653B1 (en) | 1999-10-28 | 2004-03-02 | Mel Diamond | Identification method, especially for airport security and the like |
| TWI278782B (en) | 2001-08-24 | 2007-04-11 | Toshiba Corp | Personal recognition apparatus |
| JP2009048347A (ja) | 2007-08-17 | 2009-03-05 | Seiko Epson Corp | 画像処理装置、画像処理方法、および、画像処理プログラム |
| JP2010219607A (ja) | 2009-03-13 | 2010-09-30 | Panasonic Corp | ターゲットフレーム抽出装置、撮像装置およびデジタルカメラ |
| US8705813B2 (en) * | 2010-06-21 | 2014-04-22 | Canon Kabushiki Kaisha | Identification device, identification method, and storage medium |
| KR101381439B1 (ko) | 2011-09-15 | 2014-04-04 | 가부시끼가이샤 도시바 | 얼굴 인식 장치 및 얼굴 인식 방법 |
| WO2013100697A1 (en) * | 2011-12-29 | 2013-07-04 | Intel Corporation | Method, apparatus, and computer-readable recording medium for authenticating a user |
| EP3118810A4 (en) | 2014-03-14 | 2017-11-08 | Kabushiki Kaisha Toshiba | Information processing method and information processing system |
| JP6470503B2 (ja) * | 2014-05-20 | 2019-02-13 | キヤノン株式会社 | 画像照合装置、画像検索システム、画像照合方法、画像検索方法およびプログラム |
| JP6128468B2 (ja) | 2015-01-08 | 2017-05-17 | パナソニックIpマネジメント株式会社 | 人物追尾システム及び人物追尾方法 |
| WO2018117704A1 (en) | 2016-12-23 | 2018-06-28 | Samsung Electronics Co., Ltd. | Electronic apparatus and operation method thereof |
| TWI604332B (zh) * | 2017-03-24 | 2017-11-01 | 緯創資通股份有限公司 | 遠距離的身份辨識方法及其系統與電腦可讀取記錄媒體 |
| US11030291B2 (en) * | 2018-09-14 | 2021-06-08 | Comcast Cable Communications, Llc | Methods and systems for user authentication |
-
2018
- 2018-12-07 JP JP2020558776A patent/JP7196932B2/ja active Active
- 2018-12-07 US US17/298,101 patent/US11847848B2/en active Active
- 2018-12-07 EP EP18942078.9A patent/EP3893192B1/en active Active
- 2018-12-07 WO PCT/JP2018/045054 patent/WO2020115890A1/ja not_active Ceased
-
2023
- 2023-07-24 US US18/225,616 patent/US12236702B2/en active Active
- 2023-07-24 US US18/225,610 patent/US12223758B2/en active Active
- 2023-07-24 US US18/225,604 patent/US12112565B2/en active Active
- 2023-07-24 US US18/225,513 patent/US12136289B2/en active Active
- 2023-07-24 US US18/225,613 patent/US12087075B2/en active Active
- 2023-07-25 US US18/226,174 patent/US20230368564A1/en not_active Abandoned
- 2023-07-25 US US18/226,162 patent/US12087076B2/en active Active
Patent Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11175730A (ja) * | 1997-12-05 | 1999-07-02 | Omron Corp | 人間検出追跡システム |
| WO2006013765A1 (ja) | 2004-08-03 | 2006-02-09 | Matsushita Electric Industrial Co., Ltd. | 人物判定装置及び人物検索追跡装置 |
| JP2008108243A (ja) | 2006-09-28 | 2008-05-08 | Toshiba Corp | 人物認識装置および人物認識方法 |
| JP2009104526A (ja) | 2007-10-25 | 2009-05-14 | Kenwood Corp | 認証装置、認証方法及びプログラム |
| JP2010171550A (ja) * | 2009-01-20 | 2010-08-05 | Canon Inc | 画像記録装置 |
| JP2013065119A (ja) * | 2011-09-15 | 2013-04-11 | Toshiba Corp | 顔認証装置及び顔認証方法 |
| JP2013101551A (ja) | 2011-11-09 | 2013-05-23 | Secom Co Ltd | 顔画像認証装置 |
| JP2016046639A (ja) * | 2014-08-21 | 2016-04-04 | セコム株式会社 | 認証装置 |
| JP2018077552A (ja) | 2016-11-07 | 2018-05-17 | アズビル株式会社 | ゲート管理システムおよび方法 |
Cited By (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP7435837B2 (ja) | 2018-12-27 | 2024-02-21 | 日本電気株式会社 | 情報処理システム、情報処理装置、情報処理方法、およびプログラム |
| JP2023026630A (ja) * | 2018-12-27 | 2023-02-24 | 日本電気株式会社 | 情報処理システム、情報処理装置、情報処理方法、およびプログラム |
| US12141232B2 (en) | 2018-12-27 | 2024-11-12 | Nec Corporation | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US11971952B2 (en) | 2018-12-27 | 2024-04-30 | Nec Corporation | Information processing apparatus, information processing method, and program |
| US11934483B2 (en) | 2018-12-27 | 2024-03-19 | Nec Corporation | Information processing apparatus, information processing method, and program |
| US11928181B2 (en) | 2018-12-27 | 2024-03-12 | Nec Corporation | Information processing apparatus, information processing method, and program |
| US12141231B2 (en) | 2018-12-27 | 2024-11-12 | Nec Corporation | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US12189713B2 (en) | 2018-12-27 | 2025-01-07 | Nec Corporation | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| US12164596B2 (en) | 2018-12-27 | 2024-12-10 | Nec Corporation | Information processing apparatus, information processing method, and non-transitory computer-readable storage medium |
| JP2022173838A (ja) * | 2021-05-10 | 2022-11-22 | キヤノン株式会社 | 撮像制御装置および撮像制御方法 |
| JP7710887B2 (ja) | 2021-05-10 | 2025-07-22 | キヤノン株式会社 | 撮像制御装置および撮像制御方法 |
| JPWO2023152970A1 (ja) * | 2022-02-14 | 2023-08-17 | ||
| WO2023152970A1 (ja) * | 2022-02-14 | 2023-08-17 | 日本電気株式会社 | 認証装置、認証方法、及び、記録媒体 |
| JP7758065B2 (ja) | 2022-02-14 | 2025-10-22 | 日本電気株式会社 | 認証装置、認証方法、及び、コンピュータプログラム |
| JPWO2023162041A1 (ja) * | 2022-02-22 | 2023-08-31 | ||
| WO2023162041A1 (ja) * | 2022-02-22 | 2023-08-31 | 日本電気株式会社 | サーバ装置、システム、サーバ装置の制御方法及び記憶媒体 |
| JP2024010872A (ja) * | 2022-07-13 | 2024-01-25 | パナソニックIpマネジメント株式会社 | 認証システムおよび認証方法 |
| JP2024012052A (ja) * | 2022-07-13 | 2024-01-25 | パナソニックIpマネジメント株式会社 | 認証システムおよび認証方法 |
| US12395713B2 (en) | 2022-07-13 | 2025-08-19 | Panasonic Intellectual Property Management Co., Ltd. | Authentication system and authentication method |
| JP7228822B1 (ja) | 2022-07-13 | 2023-02-27 | パナソニックIpマネジメント株式会社 | 認証システムおよび認証方法 |
| WO2024241536A1 (ja) * | 2023-05-24 | 2024-11-28 | 富士通株式会社 | 制御方法、制御プログラム、および情報処理装置 |
| JP7672469B1 (ja) | 2023-11-07 | 2025-05-07 | ソフトバンク株式会社 | システム、通信装置、プログラム、及び情報処理方法 |
| JP2025077896A (ja) * | 2023-11-07 | 2025-05-19 | ソフトバンク株式会社 | システム、通信装置、プログラム、及び情報処理方法 |
| WO2025197009A1 (ja) * | 2024-03-21 | 2025-09-25 | 日本電気株式会社 | 情報処理装置、情報処理システム、情報処理方法及び記録媒体 |
| WO2025253500A1 (ja) * | 2024-06-04 | 2025-12-11 | 日本電気株式会社 | 情報処理装置、情報処理方法、及び記録媒体 |
Also Published As
| Publication number | Publication date |
|---|---|
| US12112565B2 (en) | 2024-10-08 |
| US12087076B2 (en) | 2024-09-10 |
| US20220019769A1 (en) | 2022-01-20 |
| US11847848B2 (en) | 2023-12-19 |
| JPWO2020115890A1 (ja) | 2021-10-28 |
| EP3893192A1 (en) | 2021-10-13 |
| US20230368563A1 (en) | 2023-11-16 |
| US20240021006A1 (en) | 2024-01-18 |
| EP3893192A4 (en) | 2021-12-15 |
| US12087075B2 (en) | 2024-09-10 |
| US20230368559A1 (en) | 2023-11-16 |
| US12236702B2 (en) | 2025-02-25 |
| US20230368562A1 (en) | 2023-11-16 |
| JP7196932B2 (ja) | 2022-12-27 |
| US20230368564A1 (en) | 2023-11-16 |
| US12136289B2 (en) | 2024-11-05 |
| EP3893192B1 (en) | 2025-09-17 |
| US20230368560A1 (en) | 2023-11-16 |
| US12223758B2 (en) | 2025-02-11 |
| US20230368561A1 (en) | 2023-11-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7196932B2 (ja) | 情報処理装置、情報処理方法、およびプログラム | |
| US12230080B2 (en) | Information processing apparatus, information processing system, and information processing method | |
| US9875392B2 (en) | System and method for face capture and matching | |
| KR102350507B1 (ko) | 출입 제어 방법, 출입 제어 장치, 시스템 및 저장매체 | |
| JP7020567B2 (ja) | 情報処理システム、情報処理装置、情報処理方法、およびプログラム | |
| JP7251874B2 (ja) | 顔認証装置、顔認証方法、プログラム、および記録媒体 | |
| JP4521086B2 (ja) | 顔画像認識装置及び顔画像認識方法 | |
| JP7435837B2 (ja) | 情報処理システム、情報処理装置、情報処理方法、およびプログラム | |
| JP2014142838A (ja) | 入室管理システムおよび入室管理装置 | |
| JP7298729B2 (ja) | 情報処理システム、情報処理装置、情報処理方法、およびプログラム | |
| US12530440B2 (en) | Information processing device, permission determination method, and program | |
| Aparna et al. | Machine Learning based Iris Recognition Modern Voting System | |
| JP2007122493A (ja) | 認証装置および認証方法 | |
| JP7371806B2 (ja) | 情報処理装置、情報処理方法、およびプログラム | |
| JP2025027334A (ja) | 情報処理装置 | |
| JP2019159372A (ja) | 認証装置、認証システム、認証方法、コンピュータプログラム、及び記憶媒体 | |
| WO2025182522A1 (ja) | 情報処理装置、情報処理方法、及びプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 18942078 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2020558776 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2018942078 Country of ref document: EP Effective date: 20210707 |
|
| WWG | Wipo information: grant in national office |
Ref document number: 2018942078 Country of ref document: EP |