JP7256512B2 - Personal identification system, personal identification method and program - Google Patents

Personal identification system, personal identification method and program Download PDF

Info

Publication number
JP7256512B2
JP7256512B2 JP2018093836A JP2018093836A JP7256512B2 JP 7256512 B2 JP7256512 B2 JP 7256512B2 JP 2018093836 A JP2018093836 A JP 2018093836A JP 2018093836 A JP2018093836 A JP 2018093836A JP 7256512 B2 JP7256512 B2 JP 7256512B2
Authority
JP
Japan
Prior art keywords
image
normalized
unit
pixel
synthesizing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018093836A
Other languages
Japanese (ja)
Other versions
JP2019200522A (en
Inventor
公則 佐藤
睦 渡邊
雅之 鹿嶋
伸也 福元
貴幸 西田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kagoshima University NUC
Original Assignee
Kagoshima University NUC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kagoshima University NUC filed Critical Kagoshima University NUC
Priority to JP2018093836A priority Critical patent/JP7256512B2/en
Publication of JP2019200522A publication Critical patent/JP2019200522A/en
Application granted granted Critical
Publication of JP7256512B2 publication Critical patent/JP7256512B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Collating Specific Patterns (AREA)

Description

本発明は、個人識別システム、個人識別方法及びプログラムに関する。 The present invention relates to an individual identification system, an individual identification method and a program.

入室管理又は電子機器の使用制限には、PIN(Personal Identification Number)コードの暗証番号による認証システム、IC(Integrated Circuit)カードによる認証システムが用いられるのが一般的である。これらの認証システムでは、一度、ログインに成功した後では、なりすましや入れ替わり(例えば、コンピュータ端末のキーボードを操作する人が途中で入れ替わること)を検出するのは困難である。そのため、正規にログインした後でも、継続的な本人認証(継続認証)を行うことが求められている(例えば、特許文献1参照)。 An authentication system using a PIN (Personal Identification Number) code and an authentication system using an IC (Integrated Circuit) card are generally used for room entry management or usage restrictions on electronic devices. With these authentication systems, it is difficult to detect spoofing or a change of person (for example, a person who operates the keyboard of a computer terminal changes in the middle) after a successful login. Therefore, there is a demand for continuous personal authentication (continuous authentication) even after regular login (see Patent Document 1, for example).

継続認証の方法は、新たなパスワード入力などの特別な操作を、認証対象者に要求することのない方法、すなわち認証対象者が意識することなく認証を行うことができる方法であることが望ましい。 The continuous authentication method should preferably be a method that does not require the person to be authenticated to perform special operations such as entering a new password, that is, a method that allows the person to be authenticated without being aware of it.

特開2017-142614号公報JP 2017-142614 A

しかしながら、上記特許文献1に開示された情報処理装置では、上述のような自然な継続認証のために、キーボードに加速度センサや圧力センサなどの特別な設備を設ける必要があった。 However, in the information processing apparatus disclosed in Patent Literature 1, the keyboard needs to be provided with special equipment such as an acceleration sensor and a pressure sensor for natural continuous authentication as described above.

本発明は、特別な設備を設けることなく、自然に継続認証を行うことができる個人識別システム、個人識別方法及びプログラムを提供することを目的とする。 SUMMARY OF THE INVENTION It is an object of the present invention to provide a personal identification system, a personal identification method, and a program that enable continuous authentication to be performed naturally without providing special equipment.

上記目的を達成するために、本発明の第1の観点に係る個人識別システムは、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部と、
前記画像センサで撮像された複数の画像同士を合成するか、当該複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部と、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部と、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部と、
を備え
前記画像センサは、前記手全体を被写体とする画像として、各画素の値が前記画像センサと前記被写体との距離を示す距離画像を撮像し、
前記画像合成部は、各画素の値をその画素が取り得る最大値で除算する加工を前記画像センサで撮像された複数の画像に対して行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する。
In order to achieve the above object, the personal identification system according to the first aspect of the present invention includes:
an imaging unit that captures an image of an entire hand that performs an operation input to an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
Synthesizing a plurality of images captured by the image sensor or synthesizing a plurality of images obtained by processing the plurality of images to generate a synthetic image showing how the hand movement spreads during the predetermined period of time. an image synthesizing unit to generate;
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
with
The image sensor captures a distance image in which the value of each pixel indicates the distance between the image sensor and the subject as an image of the entire hand as a subject;
The image synthesizing unit performs a process of dividing the value of each pixel by the maximum value that the pixel can take on a plurality of images captured by the image sensor,
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated degree of similarity exceeds the threshold, the person is authenticated.

本発明の第2の観点に係る個人識別システムは、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部と、
前記画像センサで撮像された複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部と、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部と、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部と、
を備え、
前記画像センサは、
前記手全体を被写体とする画像として、可視光による画像を撮像し、
前記画像合成部は、
前記画像センサで撮像された複数の画像を、手の領域とそれ以外の領域とを区別する二値画像に変換し、前記二値画像の各画素の値をその画素が取り得る最大値で除算する加工を行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する。
A personal identification system according to a second aspect of the present invention includes:
an imaging unit that captures an image of an entire hand that performs an operation input to an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
an image synthesizing unit for synthesizing a plurality of images obtained by processing a plurality of images captured by the image sensor to generate a synthetic image showing how the movement of the hand spreads during the predetermined time period;
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
with
The image sensor is
Capturing an image with visible light as an image of the entire hand as a subject,
The image synthesizing unit
A plurality of images captured by the image sensor are converted into a binary image that distinguishes the hand region from other regions, and the value of each pixel of the binary image is divided by the maximum value that the pixel can take. and
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated degree of similarity exceeds the threshold, the person is authenticated.

前記認証部は、
前記正規化画像の各画素と、前記テンプレート画像の各画素との値の差の二乗和か、前記正規化画像の各画素と、前記テンプレート画像の各画素との値の差の絶対値和か、前記正規化画像の各画素と、前記テンプレート画像の各画素との値の正規化相互相関か、前記正規化画像の各画素と、前記テンプレート画像の各画素との値の零平均正規化相互相関か、のいずれかを、前記類似度として算出する、
こととしてもよい。
The authentication unit
Is the sum of the squares of the difference in value between each pixel of the normalized image and each pixel of the template image, or the sum of the absolute values of the difference between each pixel of the normalized image and each pixel of the template image ? , a normalized cross-correlation of the values of each pixel of the normalized image and each pixel of the template image, or a zero-mean normalized cross-correlation of the values of each pixel of the normalized image and each pixel of the template image. Calculate either the correlation or as the similarity,
You can do it.

本発明の第の観点に係る個人識別方法は、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像ステップと、
前記撮像ステップで撮像された複数の画像同士を合成するか、当該複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成ステップと、
前記画像合成ステップで合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化ステップと、
前記正規化ステップで生成された前記正規化画像に基づいて、本人認証を行う認証ステップと、
を含み、
前記画像センサは、前記手全体を被写体とする画像として、各画素の値が前記画像センサと前記被写体との距離を示す距離画像を撮像し、
前記画像合成ステップでは、各画素の値をその画素が取り得る最大値で除算する加工を前記画像センサで撮像された複数の画像に対して行い、
前記認証ステップでは、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する。
本発明の第4の観点に係る個人識別方法は、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像ステップと、
前記撮像ステップで撮像された複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成ステップと、
前記画像合成ステップで合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化ステップと、
前記正規化ステップで生成された前記正規化画像に基づいて、本人認証を行う認証ステップと、
を含み、
前記画像センサは、
前記手全体を被写体とする画像として、可視光による画像を撮像し、
前記画像合成ステップでは、
前記画像センサで撮像された複数の画像を、手の領域とそれ以外の領域とを区別する二値画像へ変換し、前記二値画像の各画素の値をその画素が取り得る最大値で除算する加工を行い、
前記認証ステップでは、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する。
A personal identification method according to a third aspect of the present invention includes:
an imaging step of capturing an image of an entire hand that performs an operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
Synthesizing a plurality of images captured in the imaging step or synthesizing a plurality of images obtained by processing the plurality of images to generate a synthetic image showing how the movement of the hand spreads during the predetermined period of time. an image synthesizing step to generate;
a normalization step of normalizing the synthesized image synthesized in the image synthesizing step with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication step of performing personal authentication based on the normalized image generated in the normalization step;
including
The image sensor captures a distance image in which the value of each pixel indicates the distance between the image sensor and the subject as an image of the entire hand as a subject;
In the image synthesizing step, a plurality of images captured by the image sensor are processed by dividing the value of each pixel by the maximum value that the pixel can take,
In said authentication step,
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated degree of similarity exceeds the threshold, the person is authenticated.
A personal identification method according to a fourth aspect of the present invention includes:
an imaging step of capturing an image of an entire hand that performs an operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
an image synthesizing step of synthesizing a plurality of images obtained by processing the plurality of images captured in the imaging step to generate a synthetic image showing how the hand movement spreads during the predetermined time;
a normalization step of normalizing the synthesized image synthesized in the image synthesizing step with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication step of performing personal authentication based on the normalized image generated in the normalization step;
including
The image sensor is
Capturing an image with visible light as an image of the entire hand as a subject,
In the image synthesizing step,
A plurality of images captured by the image sensor are converted into a binary image that distinguishes the hand region from other regions, and the value of each pixel of the binary image is divided by the maximum value that the pixel can take. and
In said authentication step,
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated degree of similarity exceeds the threshold, the person is authenticated.

本発明の第の観点に係るプログラムは、
コンピュータを、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部、
前記画像センサで撮像された複数の画像同士を合成するか、当該複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部、
として機能させ
前記画像センサは、前記手全体を被写体とする画像として、各画素の値が前記画像センサと前記被写体との距離を示す距離画像を撮像し、
前記画像合成部は、各画素の値をその画素が取り得る最大値で除算する加工を前記画像センサで撮像された複数の画像に対して行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する。
本発明の第の観点に係るプログラムは、
コンピュータを、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部、
前記画像センサで撮像された複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部、
として機能させ、
前記画像センサは、
前記手全体を被写体とする画像として、可視光による画像を撮像し、
前記画像合成部は、
前記画像センサで撮像された複数の画像を、手の領域とそれ以外の領域とを区別する二値画像に変換し、前記二値画像の各画素の値をその画素が取り得る最大値で除算する加工を行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する。
A program according to a fifth aspect of the present invention comprises
the computer,
An imaging unit that captures an image of the entire hand that performs operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
Synthesizing a plurality of images captured by the image sensor or synthesizing a plurality of images obtained by processing the plurality of images to generate a synthetic image showing how the hand movement spreads during the predetermined period of time. an image synthesizing unit to generate,
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
function as
The image sensor captures a distance image in which the value of each pixel indicates the distance between the image sensor and the subject as an image of the entire hand as a subject;
The image synthesizing unit performs a process of dividing the value of each pixel by the maximum value that the pixel can take on a plurality of images captured by the image sensor,
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated degree of similarity exceeds the threshold, the person is authenticated.
A program according to a sixth aspect of the present invention comprises
the computer,
An imaging unit that captures an image of the entire hand that performs operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
an image synthesizing unit for synthesizing a plurality of images obtained by processing a plurality of images captured by the image sensor to generate a synthetic image showing how the movement of the hand spreads during the predetermined time period;
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
function as
The image sensor is
Capturing an image with visible light as an image of the entire hand as a subject,
The image synthesizing unit
A plurality of images captured by the image sensor are converted into a binary image that distinguishes the hand region from other regions, and the value of each pixel of the binary image is divided by the maximum value that the pixel can take. and
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated degree of similarity exceeds the threshold, the person is authenticated.

本発明によれば、電子装置に対して操作入力を行う手の動きを、複数の操作入力を行う一定時間連続撮像して、その間の手の動きの広がり具合を示す正規化画像を生成する。複数の操作入力を行う時の手の動きの広がり具合は、人によって異なり模倣できないものであるため、正規化画像から個人を特定することができる。このようにすれば、カメラで手の動きを撮像するだけで、特別な設備を設けることなく、自然に継続認証を行うことができる。 According to the present invention, the motion of a hand that performs an operation input on an electronic device is continuously imaged for a certain period of time during which a plurality of operation inputs are performed, and a normalized image is generated that indicates the spread of the hand motion during that time. Since the spread of hand movements when performing a plurality of operation inputs differs from person to person and cannot be imitated, an individual can be identified from the normalized image. In this way, continuous authentication can be naturally performed simply by imaging the movement of the hand with the camera, without providing special equipment.

本発明の実施の形態1に係る個人識別システムの構成を示すブロック図である。1 is a block diagram showing the configuration of a personal identification system according to Embodiment 1 of the present invention; FIG. 画像センサの取り付け位置の一例を示す図である。It is a figure which shows an example of the attachment position of an image sensor. 図1の個人識別システムのデータフローを示す図である。Figure 2 shows the data flow of the personal identification system of Figure 1; (A)~(D)は、正規化画像の一例を示す図である。(A) to (D) are diagrams showing examples of normalized images. 情報処理装置のハードウエア構成を示す図である。It is a figure which shows the hardware constitutions of an information processing apparatus. 情報処理装置におけるテンプレート画像作成処理の流れを示すフローチャートである。4 is a flowchart showing the flow of template image creation processing in the information processing apparatus; 情報処理装置の継続認証処理の流れを示すフローチャートである。7 is a flowchart showing the flow of continuous authentication processing of the information processing device; 撮影された距離画像の一例を示す図である。It is a figure which shows an example of the distance image image|photographed. (A)は、画像に片手だけ写っている画像の一例を示す図である。(B)は、画像に両手が写っている画像の一例を示す図である。(A) is a diagram showing an example of an image in which only one hand is shown. (B) is a diagram showing an example of an image in which both hands are shown. 合成画像の一例を示す図である。It is a figure which shows an example of a synthetic image. 正規化画像の一例を示す図である。FIG. 4 is a diagram showing an example of a normalized image; FIG. 上下反転された正規化画像の一例を示す図である。FIG. 10 is a diagram showing an example of a normalized image that is inverted upside down; 類似度として画素値の差の二乗和を用いたときの判定の評価結果を示すグラフである。FIG. 11 is a graph showing evaluation results of determination when the sum of squares of pixel value differences is used as the degree of similarity; FIG. 類似度として画素値の差の絶対値和を用いたときの判定の評価結果を示すグラフである。FIG. 11 is a graph showing evaluation results of determination when the sum of absolute values of differences in pixel values is used as similarity. FIG. 類似度として画素値の正規化相互相関を用いたときの判定の評価結果を示すグラフである。10 is a graph showing evaluation results of determination when normalized cross-correlation of pixel values is used as similarity. 類似度として画素値の零平均正規化相互相関を用いたときの判定の評価結果を示すグラフである。FIG. 10 is a graph showing evaluation results of determination when zero-mean normalized cross-correlation of pixel values is used as similarity; FIG. 本発明の実施の形態2に係る個人識別システムの継続認証処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the continuous authentication process of the personal identification system which concerns on Embodiment 2 of this invention. (A)及び(B)は、電子機器がスマートフォンである場合の正規化画像の一例を示す図である。(A) and (B) are diagrams showing an example of a normalized image when the electronic device is a smartphone.

以下、本発明の実施の形態について図面を参照して詳細に説明する。全図において、同一又は相当する構成要素には、同一の符号が付されている。本実施の形態に係る個人識別システム1は、継続して個人認証を行うシステムである。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. In all figures, the same reference numerals are attached to the same or corresponding components. The personal identification system 1 according to this embodiment is a system that continuously performs personal authentication.

実施の形態1.
まず、本発明の実施の形態1について説明する。図1に示すように、本実施の形態に係る個人識別システム1は、画像センサ2と、情報処理装置3と、を備える。
Embodiment 1.
First, Embodiment 1 of the present invention will be described. As shown in FIG. 1, a personal identification system 1 according to this embodiment includes an image sensor 2 and an information processing device 3 .

画像センサ2は、例えば図2に示すように、セキュリティ保護対象であるコンピュータ端末4のディスプレイ5の中央上部に取り付けられている。画像センサ2の撮像視野は、コンピュータ端末4のキーボード6全体を捉えており、その位置は固定されている。 The image sensor 2 is attached to the central upper part of the display 5 of the computer terminal 4 to be secured, as shown in FIG. 2, for example. The field of view of the image sensor 2 captures the entire keyboard 6 of the computer terminal 4, and its position is fixed.

本実施の形態では、画像センサ2は、電子機器としてのコンピュータ端末4のキーボード6を操作する手(両手)を被写体とする画像を撮像する。画像センサ2は、距離画像を撮像するカメラである。距離画像は、各画素の値が、画像センサ2から被写体までの距離を示す画像である。距離画像では、通常、距離が近い方が、輝度値が高くなる。 In this embodiment, the image sensor 2 captures an image of hands (both hands) operating a keyboard 6 of a computer terminal 4 as an electronic device. The image sensor 2 is a camera that captures a distance image. A distance image is an image in which the value of each pixel indicates the distance from the image sensor 2 to the subject. In the distance image, normally, the closer the distance, the higher the luminance value.

このような距離画像を撮像する撮像原理としては、2台のカメラの視差を利用する方式、1台のプロジェクタと1台のカメラとの視差を利用する方式、1台のプロジェクタと2台のカメラとの視差を利用する方式がある。プロジェクタからは、被写体に様々なパターンが投影され、そのパターンをカメラで計測することにより、距離が計測される。また、光源から赤外線等の光を照射し、物体で反射して戻るまでの時間差や受光位置等に基づいて距離を計測する方式も採用することができる。 As imaging principles for capturing such a distance image, there are a method using parallax between two cameras, a method using parallax between one projector and one camera, and a method using one projector and two cameras. There is a method using the parallax between Various patterns are projected onto the object from the projector, and the distance is measured by measuring the patterns with the camera. A method of measuring the distance based on the time difference between when light such as infrared light is emitted from a light source and reflected by an object and returned, the light receiving position, or the like can also be adopted.

情報処理装置3は、画像センサ2で撮像された画像に基づいて、個人認証を行うコンピュータである。情報処理装置3は、撮像部10と、画像合成部11と、正規化部12と、認証部13と、記憶部20,21と、を備える。 The information processing device 3 is a computer that performs personal authentication based on the image captured by the image sensor 2 . The information processing device 3 includes an imaging unit 10 , an image synthesizing unit 11 , a normalizing unit 12 , an authenticating unit 13 , and storage units 20 and 21 .

撮像部10は、画像センサ2を制御する。具体的には、撮像部10は、画像センサ2に対して、撮像開始指示を出力し、一定時間T(図3参照)経過後、撮像終了指示を出力する。一定時間Tは、コンピュータ端末4のキーボード6に対して手により複数の文字入力が行われる時間であり、例えば5分間とする。画像センサ2は、撮像開始指示を入力すると、連続撮像を開始し、撮像終了指示を入力すると、連続撮像を終了する。画像センサ2は、一定のサンプリング間隔で連続撮像を行い、撮像された画像をそれぞれ撮像部10に送る。 The imaging unit 10 controls the image sensor 2 . Specifically, the imaging unit 10 outputs an imaging start instruction to the image sensor 2, and outputs an imaging end instruction after a certain period of time T (see FIG. 3) has elapsed. The fixed time T is the time during which a plurality of characters are manually input to the keyboard 6 of the computer terminal 4, and is set to 5 minutes, for example. The image sensor 2 starts continuous imaging when an imaging start instruction is input, and ends continuous imaging when an imaging end instruction is input. The image sensor 2 continuously captures images at regular sampling intervals, and sends the captured images to the imaging unit 10 .

すなわち、撮像部10は、画像センサ2を制御して、コンピュータ端末4のキーボード6に対して操作入力を行う手全体を被写体とする画像を、その手により複数の操作入力が行われる一定時間T(図3参照)連続して撮像する。例えば、図3に示すように、一定時間Tにおけるサンプリング時間t、t、t、t、t、t、…、tN-1、tで、画像センサ2が撮像を行い、画像G、G、G、G、G、G、…、GN-1、Gが生成される。生成された画像G(n=1~N)は、情報処理装置3の撮像部10に送られた後、記憶部20に記憶される。 That is, the imaging unit 10 controls the image sensor 2 to capture an image of the entire hand that performs operation input on the keyboard 6 of the computer terminal 4 as a subject for a certain period of time T during which a plurality of operation inputs are performed with that hand. (Refer to FIG. 3) Images are taken continuously. For example, as shown in FIG. 3, the image sensor 2 captures images at sampling times t 1 , t 2 , t 3 , t 4 , t 5 , t 6 , . to generate images G 1 , G 2 , G 3 , G 4 , G 5 , G 6 , . The generated images G n (n=1 to N) are sent to the imaging unit 10 of the information processing device 3 and then stored in the storage unit 20 .

なお、一定時間Tは5分には限られず、5分より短くてもよいし、5分を超える時間であってもよい。一定時間Tとしては、生成される画像に手の動きの広がり具合に個人個人の特徴が表れている時間とするのが望ましい。また、撮像のサンプリング間隔も任意に決定することができる。 Note that the fixed time T is not limited to 5 minutes, and may be shorter than 5 minutes or longer than 5 minutes. It is desirable that the fixed time T be a time during which an individual's characteristics appear in the degree of spread of the hand movement in the generated image. Also, the sampling interval for imaging can be arbitrarily determined.

画像合成部11は、撮像部10により撮像された複数の画像G(n=1~N)の加工により得られた画像G’(n=1~N)を合成し、一定時間Tにおける手の動きの広がり具合を示す合成画像SGを生成する。具体的には、図3に示すように、画像合成部11は、まず、画像G(n=1~N)の各画素を、輝度の最大値である255で除算することにより、画像G’(n=1~N)を生成する。そして、画像合成部11は、画像G’(n=1~N)を足し合わせて合成画像SGを生成する。これにより、合成画像SGは、キーボード6に対して複数の操作入力を行った手の動きを合成した画像となる。生成された合成画像SGは、記憶部20に記憶される。 The image synthesizing unit 11 synthesizes an image G n ′ (n=1 to N) obtained by processing a plurality of images G n (n=1 to N) captured by the imaging unit 10, and in a certain time T A synthetic image SG is generated showing how the movement of the hand spreads. Specifically, as shown in FIG. 3, the image synthesizing unit 11 first divides each pixel of the image G n (n=1 to N) by 255, which is the maximum luminance value, so that the image G n ′ (n=1 to N) are generated. Then, the image synthesizing unit 11 adds the images G n ′ (n=1 to N) to generate a synthetic image SG. As a result, the synthesized image SG is an image obtained by synthesizing the motions of the hands that have performed a plurality of input operations on the keyboard 6 . The generated synthetic image SG is stored in the storage unit 20 .

正規化部12は、画像合成部11で合成された合成画像SGを正規化して正規化画像SG’を生成する。具体的には、正規化部12は、記憶部20から合成画像SGを読み出す。そして、正規化部12は、合成画像SGにおいて輝度が最大となっている画素の輝度値を探索する。そして、正規化部12は、探索された輝度値に基づいて、輝度の最大値が255となるように合成画像SGを正規化して、正規化画像SG’を得る。 The normalization unit 12 normalizes the synthesized image SG synthesized by the image synthesizing unit 11 to generate a normalized image SG'. Specifically, the normalization unit 12 reads out the synthetic image SG from the storage unit 20 . Then, the normalization unit 12 searches for the luminance value of the pixel having the maximum luminance in the synthesized image SG. Then, the normalization unit 12 normalizes the synthesized image SG so that the maximum luminance value is 255 based on the searched luminance value, and obtains a normalized image SG'.

認証部13は、正規化部12で生成された正規化画像SG’に基づいて、本人認証を行う。図4(A)~図4(D)には、それぞれ異なる人の手の動きの広がり具合を示す正規化画像SG’が示されている。それぞれの正規化画像SG’は、模倣が困難なタイピング時の癖を表す画像であり、人によって異なる。このため、この正規化画像SG’に基づいて、本人認証を行うことができる。記憶部21には、予め、個人と対応付けられた手の動きの広がり具合を示すテンプレート画像TGが記憶されている。認証部13は、正規化画像SG’と、テンプレート画像TGとを比較するテンプレートマッチングを行い、正規化画像SG’とテンプレート画像TGとの類似度Rを算出する。認証部13は、算出された類似度Rに基づいて、本人認証を行う。 The authentication unit 13 performs personal authentication based on the normalized image SG′ generated by the normalization unit 12 . FIGS. 4(A) to 4(D) show normalized images SG' showing how different people's hand movements spread. Each normalized image SG' is an image representing a typing habit that is difficult to imitate, and differs from person to person. Therefore, personal authentication can be performed based on this normalized image SG'. The storage unit 21 stores in advance a template image TG indicating the degree of spread of hand movement associated with an individual. The authentication unit 13 performs template matching to compare the normalized image SG' and the template image TG, and calculates the similarity R between the normalized image SG' and the template image TG. The authentication unit 13 performs personal authentication based on the calculated similarity R. FIG.

図5は、図1の情報処理装置3のハードウエア構成を示す。図5に示すように、個人識別システム1の情報処理装置3は、制御部31、主記憶部32、外部記憶部33、操作部34、表示部35及び入出力部36を備える。主記憶部32、外部記憶部33、操作部34、表示部35、入出力部36は、いずれも内部バス30を介して制御部31に接続されている。なお、情報処理装置3は、コンピュータ端末4に組み込まれていてもよい。 FIG. 5 shows the hardware configuration of the information processing device 3 of FIG. As shown in FIG. 5 , the information processing device 3 of the personal identification system 1 includes a control section 31 , main storage section 32 , external storage section 33 , operation section 34 , display section 35 and input/output section 36 . The main storage section 32 , the external storage section 33 , the operation section 34 , the display section 35 and the input/output section 36 are all connected to the control section 31 via the internal bus 30 . Note that the information processing device 3 may be incorporated in the computer terminal 4 .

制御部31は、CPU(Central Processing Unit)等から構成されている。このCPUが、外部記憶部33に記憶されているプログラム39を実行することにより、図1に示す個人識別システム1の各構成要素が実現される。本実施の形態では、制御部31により、画像合成部11、正規化部12及び認証部13が構成される。 The control unit 31 is composed of a CPU (Central Processing Unit) and the like. Each component of the personal identification system 1 shown in FIG. 1 is realized by the CPU executing the program 39 stored in the external storage unit 33 . In this embodiment, the control unit 31 constitutes the image synthesizing unit 11 , the normalizing unit 12 and the authenticating unit 13 .

主記憶部32は、RAM(Random-Access Memory)等から構成されている。主記憶部32には、外部記憶部33に記憶されているプログラム39がロードされる。この他、主記憶部32は、制御部31の作業領域(データの一時記憶領域)として用いられる。 The main storage unit 32 is composed of a RAM (Random-Access Memory) and the like. A program 39 stored in the external storage unit 33 is loaded into the main storage unit 32 . In addition, the main storage unit 32 is used as a work area (temporary storage area for data) for the control unit 31 .

外部記憶部33は、フラッシュメモリ、ハードディスク、DVD(登録商標)-RAM(Digital Versatile Disc Random-Access Memory)、DVD(登録商標)-RW(Digital Versatile Disc ReWritable)等の不揮発性メモリから構成される。外部記憶部33には、制御部31に実行させるためのプログラム39があらかじめ記憶されている。また、外部記憶部33は、制御部31の指示に従って、このプログラム39の実行の際に用いられるデータを制御部31に供給し、制御部31から供給されたデータを記憶する。図1の記憶部20,21は、外部記憶部33に対応する。 The external storage unit 33 is composed of a non-volatile memory such as a flash memory, a hard disk, a DVD (registered trademark) -RAM (Digital Versatile Disc Random-Access Memory), and a DVD (registered trademark) -RW (Digital Versatile Disc ReWritable). . A program 39 to be executed by the control unit 31 is stored in advance in the external storage unit 33 . The external storage unit 33 also supplies the control unit 31 with data used in executing the program 39 according to instructions from the control unit 31 and stores the data supplied from the control unit 31 . Storage units 20 and 21 in FIG. 1 correspond to external storage unit 33 .

操作部34は、キーボード及びマウスなどのポインティングデバイス等と、キーボード及びポインティングデバイス等を内部バス30に接続するインターフェイス装置から構成されている。操作部34を介して、操作者が操作した内容に関する情報が制御部31に入力される。なお、操作部34は、キーボード6であってもよい。 The operating unit 34 includes a pointing device such as a keyboard and mouse, and an interface device that connects the keyboard, pointing device, and the like to the internal bus 30 . Information about the content of the operator's operation is input to the control unit 31 via the operation unit 34 . Note that the operation unit 34 may be the keyboard 6 .

表示部35は、CRT(Cathode Ray Tube)、LCD(Liquid Crystal Display)又は有機EL(ElectroLuminescence)などから構成される。操作者が操作情報を入力する場合は、表示部35には、操作用の画面が表示される。なお、表示部35は、ディスプレイ5であってもよい。 The display unit 35 is composed of a CRT (Cathode Ray Tube), an LCD (Liquid Crystal Display), an organic EL (ElectroLuminescence), or the like. When the operator inputs operation information, the display unit 35 displays an operation screen. Note that the display unit 35 may be the display 5 .

入出力部36は、各種デバイスとのデータ入出力を行うインターフェイスである。入出力部36は、画像センサ2と接続され、制御部31から出力された指令データを画像センサ2に出力するとともに、画像センサ2から撮像画像データを入力する。本実施の形態では、制御部31及び入出力部36で、撮像部10が構成される。 The input/output unit 36 is an interface that performs data input/output with various devices. The input/output unit 36 is connected to the image sensor 2 , outputs command data output from the control unit 31 to the image sensor 2 , and inputs captured image data from the image sensor 2 . In this embodiment, the control unit 31 and the input/output unit 36 constitute the imaging unit 10 .

情報処理装置3の各種構成要素は、プログラム39が、制御部31、主記憶部32、外部記憶部33、操作部34、表示部35及び入出力部36などをハードウエア資源として用いて実行されることによってその機能を発揮する。 Various components of the information processing device 3 are executed by a program 39 using the control unit 31, the main storage unit 32, the external storage unit 33, the operation unit 34, the display unit 35, the input/output unit 36, etc. as hardware resources. By doing so, it demonstrates its function.

次に、本実施の形態に係る個人識別システム1の動作について説明する。個人識別システム1では、まず、テンプレート画像の生成処理が行われた後、継続認証処理が行われる。 Next, the operation of the personal identification system 1 according to this embodiment will be described. In the personal identification system 1, first, the template image generation process is performed, and then the continuous authentication process is performed.

まず、テンプレート画像の生成処理について説明する。図6に示すように、まず、撮像部10は、画像センサ2を用いてコンピュータ端末4のキーボード6に対して文字入力を行う手全体を被写体とする画像を、手により複数の文字が入力される一定時間T連続して撮像し、複数の距離画像G(n=1~N)を取得する(ステップS1)。 First, the process of generating a template image will be described. As shown in FIG. 6, first, the imaging unit 10 captures an image of the entire hand, which is the object for inputting characters on the keyboard 6 of the computer terminal 4, using the image sensor 2. A plurality of range images G n (n=1 to N) are obtained by continuously capturing images for a certain period of time T (step S1).

続いて、画像合成部11は、取得した複数の距離画像G(n=1~N)の各画素の輝度値を、255で除算して距離画像G’(n=1~N)を生成する(ステップS2)。 Subsequently, the image synthesizing unit 11 divides the brightness value of each pixel of the plurality of acquired range images G n (n=1 to N) by 255 to generate range images G n ′ (n=1 to N). Generate (step S2).

続いて、画像合成部11は、ステップS2で距離画像G(n=1~N)を255で除算することにより得られた複数の距離画像G’(n=1~N)を足し合わせて合成画像SGを生成する(ステップS3)。 Subsequently, in step S2, the image synthesizing unit 11 adds a plurality of distance images G n ' (n=1 to N) obtained by dividing the distance images G n (n=1 to N) by 255. to generate a composite image SG (step S3).

続いて、正規化部12は、合成画像SGの手領域の輝度の最大値を探索する(ステップS4)。正規化部12は、合成画像SGにおける手の領域の中で輝度値が最大となる部分を探索し、その輝度値を求める。このときの輝度値を255で割った数値をXとする。 Subsequently, the normalization unit 12 searches for the maximum luminance value of the hand region of the synthesized image SG (step S4). The normalization unit 12 searches for a portion having the maximum luminance value in the hand region in the synthesized image SG, and obtains the luminance value thereof. Let X be a numerical value obtained by dividing the luminance value at this time by 255.

続いて、正規化部12は、探索された最大値で、合成画像SGを正規化して最大の輝度値が255となるような正規化画像SG’を生成する(ステップS5)。正規化部12は、合成画像SGの各画素値をXで除算する。正規化画像SG’は、手の動きの広がり具合を示す画像であるため、手の領域の輝度の最大値で正規化を行うのが適切である。 Subsequently, the normalization unit 12 normalizes the synthesized image SG with the found maximum value to generate a normalized image SG' having a maximum luminance value of 255 (step S5). The normalization unit 12 divides each pixel value of the synthesized image SG by X. Since the normalized image SG' is an image showing how the hand movement spreads, it is appropriate to perform normalization using the maximum luminance value of the hand region.

続いて、正規化部12は、この正規化画像SG’を上下反転する(ステップS6)。この正規化画像SG’は、図4(A)~図4(D)に例示されるような画像となる。正規化部12は、この正規化画像SG’を、テンプレート画像TGとして、記憶部21に記憶する(ステップS7)。これにより、テンプレート画像TGの生成処理が終了する。 Subsequently, the normalization unit 12 vertically inverts the normalized image SG' (step S6). This normalized image SG' is an image as illustrated in FIGS. 4(A) to 4(D). The normalization unit 12 stores this normalized image SG' in the storage unit 21 as the template image TG (step S7). This completes the process of generating the template image TG.

続いて、継続認証の処理について説明する。図7に示すように、まず、撮像部10は、画像センサ2を用いてコンピュータ端末4のキーボード6に対して操作入力を行う手全体を被写体とする画像を、その手により複数の操作入力が行われる一定時間T連続して撮像し、複数の距離画像G(n=1~N)を取得する(ステップS10;撮像ステップ)。図8には、このときに取得された距離画像G(n=1~N)の一例が示されている。図8に示すように、距離画像G(n=1~N)では、キーボード6を操作する手が他の部分と識別可能に表示されている。 Next, the continuous authentication process will be described. As shown in FIG. 7, first, the imaging unit 10 uses the image sensor 2 to capture an image of the entire hand that performs operation input on the keyboard 6 of the computer terminal 4 as a subject. A plurality of distance images G n (n=1 to N) are obtained by continuously capturing images for a predetermined time period T (step S10; image capturing step). FIG. 8 shows an example of the distance image G n (n=1 to N) acquired at this time. As shown in FIG. 8, in the distance image G n (n=1 to N), the hand operating the keyboard 6 is displayed so as to be identifiable from other parts.

続いて、画像合成部11は、取得した複数の距離画像G(n=1~N)の各画素の輝度値を255で除算して、距離画像G’(n=1~N)を生成する(ステップS11)。距離画像G’(n=1~N)の各画素の輝度値は、距離画像G(n=1~N)の各画素の255分の1となる。 Subsequently, the image synthesizing unit 11 divides the brightness value of each pixel of the acquired plurality of distance images G n (n=1 to N) by 255 to obtain the distance images G n ′ (n=1 to N). Generate (step S11). The brightness value of each pixel of the distance image G n ′ (n=1 to N) is 1/255 of that of each pixel of the distance image G n (n=1 to N).

続いて、画像合成部11は、距離画像G(n=1~N)に被写体として含まれている手の本数を取得する(ステップS12)。画像合成部11は、手の本数が2本であるか否かを判定する(ステップS13)。手の本数が2本でなければ(ステップS13;No)、情報処理装置3は、ステップS10に戻る。図9(A)には、手が1本である距離画像が示されている。この場合には、ステップS13における判定が否定され、情報処理装置3は、ステップS10に戻る。 Subsequently, the image synthesizing unit 11 obtains the number of hands included as subjects in the distance image G n (n=1 to N) (step S12). The image synthesizing unit 11 determines whether or not the number of hands is two (step S13). If the number of hands is not two (step S13; No), the information processing device 3 returns to step S10. FIG. 9A shows a distance image with one hand. In this case, the determination in step S13 is negative, and the information processing device 3 returns to step S10.

一方、図9(B)に示すように、手の本数が2本であれば(ステップS13;Yes)、画像合成部11は、ステップS11で255が除算された複数の距離画像G’(n=1~N)を足し合わせて合成画像SGを生成する(ステップS14;画像合成ステップ)。図10には、合成画像SGの一例が示されている。 On the other hand, as shown in FIG. 9B, if the number of hands is two (step S13; Yes), the image synthesizing unit 11 generates a plurality of distance images G n '( n=1 to N) are added together to generate a synthesized image SG (step S14; image synthesizing step). FIG. 10 shows an example of the synthetic image SG.

続いて、正規化部12は、合成画像SGにおける手領域の輝度の最大値を探索する(ステップS15)。このときの輝度値を255で割った数値をXとする。続いて、正規化部12は、探索された最大値で、合成画像SGを正規化して正規化画像SG’を生成する(ステップS16;正規化ステップ)。具体的には、正規化部12は、合成画像SGの各画素値をXで除算する。図11には、正規化画像SG’の一例が示されている。正規化部12は、この正規化画像SG’を上下反転する(ステップS17)。図12には、このように上下反転された画像が示されている。 Subsequently, the normalization unit 12 searches for the maximum luminance value of the hand region in the synthesized image SG (step S15). Let X be a numerical value obtained by dividing the luminance value at this time by 255. Subsequently, the normalization unit 12 normalizes the synthetic image SG with the found maximum value to generate a normalized image SG' (step S16; normalization step). Specifically, the normalization unit 12 divides each pixel value of the synthesized image SG by X. FIG. 11 shows an example of the normalized image SG'. The normalization unit 12 vertically inverts the normalized image SG' (step S17). FIG. 12 shows an image flipped upside down in this way.

続いて、認証部13は、テンプレートマッチングを行う(ステップS18)。ここでは、ステップS17で生成された正規化画像SG’と、記憶部20に記憶されたテンプレート画像TGとのテンプレートマッチングを行って、両者の類似度Rを算出する。 Subsequently, the authentication unit 13 performs template matching (step S18). Here, template matching is performed between the normalized image SG' generated in step S17 and the template image TG stored in the storage unit 20, and the degree of similarity R between the two is calculated.

類似度Rは、以下の式で示されるRssd、Rsad、Rncc、Rznccのいずれかを採用することができる。ここで、I(i,j)は、正規化画像SG’の各画素(i,j)の輝度値を示し、T(i,j)は、テンプレート画像TGの各画素(i,j)の輝度値を示す。i,jは、各画素の横軸の位置及び縦軸の位置を示す。

Figure 0007256512000001


上記式(1)のRssdは、正規化画像SG’とテンプレート画像TGとの各画素の輝度値の差の二乗和(SSD:Sum of Squares Difference)を示す。Rssdは、0に近づけば近づくほど(低ければ低いほど)、類似度Rが高いということになる。認証部13が、類似度Rとして二乗和Rssdを算出する場合には、計算量を少なくすることができるという特徴がある。
Figure 0007256512000002



上記式(2)のRsadは、正規化画像SG’とテンプレート画像TGとの各画素の輝度値の差の絶対値和を示す。Rsadは、0に近づけば近づくほど(低ければ低いほど)、類似度Rが高いということになる。認証部13が、類似度Rとして絶対値Rsad(SAD:Sum of Absolute Difference)を算出する場合には、外れ値(ノイズ等の原因より統計的に見て誤差成分の大きい画素の輝度値)の影響を受けにくいという利点がある。
Figure 0007256512000003




上記式(3)のRnccは、正規化画像SG’とテンプレート画像TGとの各画素の輝度値の正規化相互相関を示す。認証部13が、類似度Rとして正規化相互相関Rnccを算出する場合には、正規化画像SG’が撮像された時の周囲の明るさと、テンプレート画像TGが撮像された時の周囲の明るさとの違いによる影響を受けにくいという利点がある。
Figure 0007256512000004



上記式(4)のRznccは、正規化画像SG’とテンプレート画像TGとの各画素の輝度値の零平均正規化相互相関を示す。認証部13が、類似度Rとして、零平均正規化相互相関Rznccを算出する場合には、正規化相互相関Rnccよりも、正規化画像SG’が撮像された時の周囲の明るさと、テンプレート画像TGが撮像された時の周囲の明るさとの違いによる影響を受けにくいという利点がある。 As the degree of similarity R, any one of R ssd , R sad , R ncc and R zncc represented by the following formulas can be adopted. Here, I(i, j) indicates the brightness value of each pixel (i, j) of the normalized image SG′, and T(i, j) indicates the brightness value of each pixel (i, j) of the template image TG. Indicates luminance value. i and j indicate the position of each pixel on the horizontal axis and the position on the vertical axis.
Figure 0007256512000001


R ssd in the above formula (1) represents the sum of squares (SSD: Sum of Squares Difference) of the difference in luminance value of each pixel between the normalized image SG′ and the template image TG. The closer R ssd is to 0 (the lower it is), the higher the similarity R is. When the authenticating unit 13 calculates the sum of squares R ssd as the degree of similarity R, the amount of calculation can be reduced.
Figure 0007256512000002



R sad in the above equation (2) indicates the sum of absolute values of differences in luminance values of pixels between the normalized image SG′ and the template image TG. The closer R sad is to 0 (the lower it is), the higher the similarity R is. When the authentication unit 13 calculates the absolute value R sad (SAD: Sum of Absolute Difference) as the degree of similarity R, outliers (brightness values of pixels with statistically large error components due to causes such as noise) has the advantage of being less susceptible to
Figure 0007256512000003




R ncc in the above equation (3) represents the normalized cross-correlation of the luminance value of each pixel between the normalized image SG′ and the template image TG. When the authentication unit 13 calculates the normalized cross-correlation R ncc as the degree of similarity R, the ambient brightness when the normalized image SG′ was captured and the ambient brightness when the template image TG was captured There is an advantage that it is less susceptible to the difference between the
Figure 0007256512000004



R zncc in the above equation (4) represents the zero-mean normalized cross-correlation of the brightness values of each pixel between the normalized image SG′ and the template image TG. When the authenticating unit 13 calculates the zero-mean normalized cross-correlation R zncc as the similarity R, the brightness of the surroundings when the normalized image SG′ was captured and the normalized cross-correlation R ncc This has the advantage of being less susceptible to the difference in ambient brightness when the template image TG was captured.

続いて、認証部13は、算出された類似度Rが閾値を上回るか否かにより、本人認証を行う(ステップS19;認証ステップ)。具体的には、上述のようにして求められた類似度Rが閾値より高ければ、本人であると認証し、コンピュータ端末4の使用を続行可能とする。一方、類似度Rが閾値より低ければ、別人であるとして、例えばコンピュータ端末4の使用を不可とする。 Subsequently, the authentication unit 13 performs personal authentication depending on whether the calculated degree of similarity R exceeds a threshold (step S19; authentication step). Specifically, if the degree of similarity R obtained as described above is higher than the threshold value, the identity of the person is authenticated, and use of the computer terminal 4 is allowed to continue. On the other hand, if the degree of similarity R is lower than the threshold, it is assumed that the person is a different person, and use of the computer terminal 4, for example, is prohibited.

図13には、正規化画像SG’とテンプレート画像TGとの画素値の差の二乗和Rssdを類似度Rとした場合のグラフが示されている。図13に示すように、正規化画像SG’とテンプレート画像TGとが同一人物のものである場合には、二乗和Rssdの値は、0近傍となり、異なる人物である場合には、0より大きくなっている。したがって、このグラフにおける同一人物の領域(点線)と、異なる人物の領域(実線)との間を閾値とすれば、本人認証を高精度に行うことができる。 FIG. 13 shows a graph where the similarity R is the sum of squares Rssd of the pixel value differences between the normalized image SG′ and the template image TG. As shown in FIG. 13, when the normalized image SG′ and the template image TG are of the same person, the value of the sum of squares R ssd is close to 0. It's getting bigger. Therefore, if a threshold value is set between the area of the same person (dotted line) and the area of a different person (solid line) in this graph, the person can be authenticated with high accuracy.

図14には、正規化画像SG’とテンプレート画像TGとの画素値の差の絶対値和Rsadを類似度Rとした場合のグラフが示されている。図14に示すように、正規化画像SG’とテンプレート画像TGとが同一人物のものである場合には、絶対値和Rsadの値は、0近傍となり、異なる人物である場合には、0より大きくなっている。したがって、このグラフにおける同一人物の領域(点線)と、異なる人物の領域(実線)との間を閾値とすれば、本人認証を高精度に行うことができる。 FIG. 14 shows a graph in which the similarity R is defined as the sum of absolute values R sad of the pixel value differences between the normalized image SG′ and the template image TG. As shown in FIG. 14, when the normalized image SG′ and the template image TG are of the same person, the value of the absolute value sum R sad is close to 0, and when they are of different persons, the value is 0 getting bigger. Therefore, if a threshold value is set between the area of the same person (dotted line) and the area of a different person (solid line) in this graph, the person can be authenticated with high accuracy.

図15には、正規化画像SG’とテンプレート画像TGとの各画素の輝度値の正規化相互相関Rnccを類似度Rとした場合のグラフが示されている。縦軸がRnccである。図15に示すように、正規化画像SG’とテンプレート画像TGとが同一人物のものである場合には、正規化相互相関Rnccの値は、1近傍となり、異なる人物である場合には、1より小さくなっている。したがって、このグラフにおける同一人物の領域(点線)と、異なる人物の領域(実線)との間を閾値とすれば、本人認証を高精度に行うことができる。 FIG. 15 shows a graph where the similarity R is the normalized cross-correlation Rncc of the brightness values of the pixels of the normalized image SG′ and the template image TG. The vertical axis is Rncc . As shown in FIG. 15, when the normalized image SG′ and the template image TG are of the same person, the value of the normalized cross-correlation R ncc is close to 1, and when they are of different persons, is smaller than 1. Therefore, if a threshold value is set between the area of the same person (dotted line) and the area of a different person (solid line) in this graph, the person can be authenticated with high accuracy.

図16には、正規化画像SG’とテンプレート画像TGとの各画素の輝度値の差の零平均正規化相互相関Rznccを類似度Rとした場合のグラフが示されている。縦軸がRznccである。図16に示すように、正規化画像SG’とテンプレート画像TGとが同一人物のものである場合には、零平均正規化相互相関Rznccの値は、1近傍となり、異なる人物である場合には、1より小さくなっている。したがって、このグラフにおける同一人物の領域(点線)と、異なる人物の領域(実線)との間を閾値とすれば、本人認証を高精度に行うことができる。 FIG. 16 shows a graph in which the similarity R is defined as the zero-mean normalized cross-correlation R zncc of the luminance value difference of each pixel between the normalized image SG′ and the template image TG. The vertical axis is Rzncc . As shown in FIG. 16, when the normalized image SG′ and the template image TG are of the same person, the value of the zero-mean normalized cross-correlation R zncc is close to 1, and when they are of different persons, is less than 1. Therefore, if a threshold value is set between the area of the same person (dotted line) and the area of a different person (solid line) in this graph, the person can be authenticated with high accuracy.

このように、類似度Rにより、同一人物の類似度Rと、異なる人物の類似度Rとを明確に分離可能であることが明らかとなった。したがって、類似度Rを閾値と比較することにより、本人認証が可能となる。 In this way, it has been clarified that the degree of similarity R can be used to clearly separate the degree of similarity R of the same person from the degree of similarity R of a different person. Therefore, by comparing the degree of similarity R with a threshold value, personal authentication becomes possible.

実施の形態2.
次に、本発明の実施の形態2について説明する。本実施の形態に係る個人識別システム1は、画像センサ2と、情報処理装置3と、を備える点は、上記実施の形態1に係る個人識別システム1と異なる。
Embodiment 2.
Next, Embodiment 2 of the present invention will be described. A personal identification system 1 according to the present embodiment differs from the personal identification system 1 according to the first embodiment in that it includes an image sensor 2 and an information processing device 3 .

本実施の形態に係る個人識別システム1の構成は、図1に示す上記実施の形態1に係る個人識別システム1と同じである。ただし、本実施の形態では、画像センサ2は、距離画像ではなく、可視光による画像を撮像するセンサ(可視光域に感度のある2次元画像センサ)である。 The configuration of the personal identification system 1 according to this embodiment is the same as that of the personal identification system 1 according to the first embodiment shown in FIG. However, in the present embodiment, the image sensor 2 is a sensor (two-dimensional image sensor sensitive to the visible light range) that captures an image using visible light, not a distance image.

図17に示すように、本実施の形態では、画像の取得(ステップS10)と、画像の除算(ステップS11)との間に、画像合成部11は、画像の二値化を行う(ステップS30)。具体的には、画像合成部11は、撮像部10で撮像された画像を、手の領域とそれ以外の領域とを区別する二値画像に変換する。この二値画像は、手の領域の輝度が高く、その他の領域の輝度が低い画像となる。 As shown in FIG. 17, in the present embodiment, between image acquisition (step S10) and image division (step S11), the image synthesizing unit 11 binarizes the image (step S30 ). Specifically, the image synthesizing unit 11 converts the image captured by the imaging unit 10 into a binary image that distinguishes between the hand area and other areas. This binary image is an image in which the luminance of the hand area is high and the luminance of the other areas is low.

図17における他の処理は、上記実施の形態1と同様である。その後、撮像部10は、二値画像の各画素の値を255で除算(ステップS11)、画像合成部11は、除算された二値画像を足し合わせて合成画像SGを生成する(ステップS14)。そして、認証部13は、生成された合成画像SGに基づいて、正規化画像SG’を生成する(ステップS17)。テンプレートマッチングは、この正規化画像SG’を用いて行われる。 Other processes in FIG. 17 are the same as those in the first embodiment. After that, the imaging unit 10 divides the value of each pixel of the binary image by 255 (step S11), and the image synthesizing unit 11 adds the divided binary images to generate a synthesized image SG (step S14). ). Then, the authentication unit 13 generates a normalized image SG' based on the generated synthesized image SG (step S17). Template matching is performed using this normalized image SG'.

以上詳細に説明したように、上記各実施の形態によれば、コンピュータ端末4のキーボード6に対して操作入力を行う手の動きを、複数の操作入力を行う間連続撮像して、その間の手の動きの広がり具合を示す正規化画像SG’を生成する。複数の操作入力を行う時の手の動きの広がり具合は、人によって全く異なるため、手の動きの広がり具合を示す正規化画像SG’から個人を特定することができる。このようにすれば、画像センサ2で手の動きを撮像するだけで、特別な設備を設けることなく、自然に継続認証を行うことができる。 As described in detail above, according to the above-described embodiments, the motion of the hand for inputting an operation to the keyboard 6 of the computer terminal 4 is continuously imaged while a plurality of input operations are being performed, generates a normalized image SG' showing how the motion spreads. Since the spread of hand movements when performing a plurality of input operations is completely different from person to person, an individual can be identified from the normalized image SG' showing the spread of hand movements. In this way, continuous authentication can be naturally performed simply by imaging the movement of the hand with the image sensor 2 without providing special equipment.

上記各実施の形態では、キーボード6を操作する手(注目領域)の複数の画像を加算し、輝度の最大値が255となるように正規化された正規化画像SG’(FEI(Fingering Energy Image)画像という)に基づいて、継続認証を行う。正規化画像SG’では、手がほとんど動かない場所では像が白くなり、手が頻繁に動く場所では像がぼやける。この結果、正規化画像SG’は、キーボード6を操作する手の動きの広がり具合を示す画像となり、個人の特徴を示す画像となる。 In each of the above embodiments, a normalized image SG′ (FEI (Finger Energy Image ) image) to perform continuous authentication. In the normalized image SG', the image appears white where the hand hardly moves, and the image becomes blurred where the hand frequently moves. As a result, the normalized image SG' becomes an image showing the spread of the movement of the hand operating the keyboard 6, and an image showing individual characteristics.

上記各実施の形態によれば、キーボード6のタイピング時の手の動き(運指)の違いを示す手の動きの広がり具合に基づいて、個人認証が行われる。したがって、タイピングの正確性、早さ、キーを押す強さを検出する必要はない。 According to each of the embodiments described above, personal authentication is performed based on the degree of spread of hand movements, which indicates differences in hand movements (fingering) during typing on the keyboard 6 . Therefore, there is no need to detect typing accuracy, speed, or key press strength.

また、認証を行うのに、特定のキーワードやフレーズを文字入力する必要もないので、途中で作業を中断せずに、認証を行うことができる。このため、コンピュータ端末4の利便性を損なわないようにすることができる。また、指紋や虹彩などの個人の身体的特徴を用いて認証を行う必要もない。 In addition, since it is not necessary to input a specific keyword or phrase for authentication, the authentication can be performed without interrupting the work. Therefore, the convenience of the computer terminal 4 can be maintained. Also, there is no need to perform authentication using personal physical features such as fingerprints and irises.

なお、上記各実施の形態では、コンピュータ端末4のキーボード6を操作する手の動きの広がり具合に基づいて本人認証を行ったが、本発明はこれには限られない。例えば、図18(A)及び図18(B)に示すように、スマートフォンを操作する手の動きの広がり具合を示す正規化画像SG’を生成し、生成された正規化画像SG’に基づいて、本人認証を行うようにしてもよい。なお、この場合には、画像センサ2の位置と、スマートフォンの位置とが撮像の度にずれるため、複数の画像を合成する場合には、例えばスマートフォンの位置を画像間で合わせてから画像を合成する必要がある。 In each of the above-described embodiments, personal authentication is performed based on the extent of movement of the hand operating the keyboard 6 of the computer terminal 4, but the present invention is not limited to this. For example, as shown in FIGS. 18(A) and 18(B) , a normalized image SG′ is generated to show how the movement of the hand operating the smartphone spreads, and based on the generated normalized image SG′, , authentication may be performed. In this case, the position of the image sensor 2 and the position of the smartphone are shifted each time the image is captured. There is a need to.

なお、上記各実施の形態では、撮像された画像を255で除算したが、本発明はこれには限られない。撮像された画像をそのまま合成するようにしてもよい。また、上記各実施の形態では、正規化画像SG’を上下反転させたが、本発明はこれには限られない。正規化画像SG’を反転させずに、テンプレートマッチングを行うようにしてもよい。 In each of the above embodiments, the captured image is divided by 255, but the present invention is not limited to this. You may make it synthesize|combine the imaged image as it is. Also, in each of the above embodiments, the normalized image SG' is vertically inverted, but the present invention is not limited to this. Template matching may be performed without inverting the normalized image SG'.

その他、個人識別システム1のハードウエア構成やソフトウエア構成は一例であり、任意に変更および修正が可能である。 In addition, the hardware configuration and software configuration of the personal identification system 1 are examples, and can be arbitrarily changed and modified.

制御部31、主記憶部32、外部記憶部33、操作部34、表示部35、入出力部36及び内部バス30などから構成される個人識別システム1の処理を行う中心となる部分は、専用のシステムによらず、通常のコンピュータシステムを用いて実現可能である。例えば、前記の動作を実行するためのコンピュータプログラムを、コンピュータが読み取り可能な記録媒体(フレキシブルディスク、CD-ROM、DVD(登録商標)-ROM等)に格納して配布し、当該コンピュータプログラムをコンピュータにインストールすることにより、前記の処理を実行する個人識別システム1を構成してもよい。また、インターネット等の通信ネットワーク上のサーバ装置が有する記憶装置に当該コンピュータプログラムを格納しておき、通常のコンピュータシステムがダウンロード等することで個人識別システム1を構成してもよい。 The main processing part of the personal identification system 1, which is composed of the control unit 31, the main storage unit 32, the external storage unit 33, the operation unit 34, the display unit 35, the input/output unit 36, the internal bus 30, etc., is It can be realized using a normal computer system regardless of the system. For example, a computer program for executing the above operation is stored in a computer-readable recording medium (flexible disk, CD-ROM, DVD (registered trademark) -ROM, etc.) and distributed, and the computer program is stored in a computer. The personal identification system 1 that performs the above processing may be configured by installing the personal identification system 1 in the . Alternatively, the personal identification system 1 may be configured by storing the computer program in a storage device of a server device on a communication network such as the Internet, and downloading the program to a normal computer system.

個人識別システム1の機能を、OS(オペレーティングシステム)とアプリケーションプログラムの分担、またはOSとアプリケーションプログラムとの協働により実現する場合などには、アプリケーションプログラム部分のみを記録媒体や記憶装置に格納してもよい。 When the functions of the personal identification system 1 are realized by sharing the responsibility of an OS (operating system) and an application program, or by cooperation between the OS and an application program, only the application program portion is stored in a recording medium or storage device. good too.

搬送波にコンピュータプログラムを重畳し、通信ネットワークを介して配信することも可能である。たとえば、通信ネットワーク上の掲示板(BBS, Bulletin Board System)にコンピュータプログラムを掲示し、ネットワークを介してコンピュータプログラムを配信してもよい。そして、このコンピュータプログラムを起動し、OSの制御下で、他のアプリケーションプログラムと同様に実行することにより、前記の処理を実行できるように構成してもよい。 It is also possible to superimpose a computer program on a carrier wave and distribute it via a communication network. For example, the computer program may be posted on a bulletin board system (BBS, Bulletin Board System) on a communication network and distributed over the network. Then, the computer program may be configured to be started and executed in the same manner as other application programs under the control of the OS so that the above processes can be executed.

この発明は、この発明の広義の精神と範囲を逸脱することなく、様々な実施の形態及び変形が可能とされるものである。また、上述した実施の形態は、この発明を説明するためのものであり、この発明の範囲を限定するものではない。すなわち、この発明の範囲は、実施の形態ではなく、特許請求の範囲によって示される。そして、特許請求の範囲内及びそれと同等の発明の意義の範囲内で施される様々な変形が、この発明の範囲内とみなされる。 The present invention is capable of various embodiments and modifications without departing from the broader spirit and scope of the invention. Moreover, the embodiment described above is for explaining the present invention, and does not limit the scope of the present invention. That is, the scope of the present invention is indicated by the claims rather than the embodiments. Various modifications made within the scope of the claims and within the meaning of equivalent inventions are considered to be within the scope of the present invention.

本発明は、継続的な個人認証に適用することができる。 The present invention can be applied to continuous personal authentication.

1 個人識別システム、2 画像センサ、3 情報処理装置、4 コンピュータ端末、5 ディスプレイ、6 キーボード、10 撮像部、11 画像合成部、12 正規化部、13 認証部、20,21 記憶部、30 内部バス、31 制御部、32 主記憶部、33 外部記憶部、34 操作部、35 表示部、36 入出力部、39 プログラム 1 personal identification system, 2 image sensor, 3 information processing device, 4 computer terminal, 5 display, 6 keyboard, 10 imaging unit, 11 image synthesis unit, 12 normalization unit, 13 authentication unit, 20, 21 storage unit, 30 inside bus, 31 control unit, 32 main storage unit, 33 external storage unit, 34 operation unit, 35 display unit, 36 input/output unit, 39 program

Claims (7)

電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部と、
前記画像センサで撮像された複数の画像同士を合成するか、当該複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部と、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部と、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部と、
を備え、
前記画像センサは、前記手全体を被写体とする画像として、各画素の値が前記画像センサと前記被写体との距離を示す距離画像を撮像し、
前記画像合成部は、各画素の値をその画素が取り得る最大値で除算する加工を前記画像センサで撮像された複数の画像に対して行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する、
個人識別システム。
an imaging unit that captures an image of an entire hand that performs an operation input to an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
Synthesizing a plurality of images captured by the image sensor or synthesizing a plurality of images obtained by processing the plurality of images to generate a synthetic image showing how the hand movement spreads during the predetermined period of time. an image synthesizing unit to generate;
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
with
The image sensor captures a distance image in which the value of each pixel indicates the distance between the image sensor and the subject as an image of the entire hand as a subject;
The image synthesizing unit performs a process of dividing the value of each pixel by the maximum value that the pixel can take on a plurality of images captured by the image sensor,
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated similarity exceeds the threshold, the person is authenticated;
personal identification system.
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部と、
前記画像センサで撮像された複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部と、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部と、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部と、
を備え、
前記画像センサは、
前記手全体を被写体とする画像として、可視光による画像を撮像し、
前記画像合成部は、
前記画像センサで撮像された複数の画像を、手の領域とそれ以外の領域とを区別する二値画像に変換し、前記二値画像の各画素の値をその画素が取り得る最大値で除算する加工を行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する、
個人識別システム。
an imaging unit that captures an image of an entire hand that performs an operation input to an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
an image synthesizing unit for synthesizing a plurality of images obtained by processing a plurality of images captured by the image sensor to generate a synthetic image showing how the movement of the hand spreads during the predetermined time period;
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
with
The image sensor is
Capturing an image with visible light as an image of the entire hand as a subject,
The image synthesizing unit
A plurality of images captured by the image sensor are converted into a binary image that distinguishes the hand region from other regions, and the value of each pixel of the binary image is divided by the maximum value that the pixel can take. and
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated similarity exceeds the threshold, the person is authenticated;
personal identification system.
前記認証部は、
前記正規化画像の各画素と、前記テンプレート画像の各画素との値の差の二乗和か、前記正規化画像の各画素と、前記テンプレート画像の各画素との値の差の絶対値和か、前記正規化画像の各画素と、前記テンプレート画像の各画素との値の正規化相互相関か、前記正規化画像の各画素と、前記テンプレート画像の各画素との値の零平均正規化相互相関か、のいずれかを、前記類似度として算出する、
請求項1又は2に記載の個人識別システム。
The authentication unit
Is the sum of the squares of the difference in value between each pixel of the normalized image and each pixel of the template image, or the sum of the absolute values of the difference between each pixel of the normalized image and each pixel of the template image? , a normalized cross-correlation of the values of each pixel of the normalized image and each pixel of the template image, or a zero-mean normalized cross-correlation of the values of each pixel of the normalized image and each pixel of the template image. Calculate either the correlation or as the similarity,
3. Personal identification system according to claim 1 or 2.
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像ステップと、
前記撮像ステップで撮像された複数の画像同士を合成するか、当該複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成ステップと、
前記画像合成ステップで合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化ステップと、
前記正規化ステップで生成された前記正規化画像に基づいて、本人認証を行う認証ステップと、
を含み、
前記画像センサは、前記手全体を被写体とする画像として、各画素の値が前記画像センサと前記被写体との距離を示す距離画像を撮像し、
前記画像合成ステップでは、各画素の値をその画素が取り得る最大値で除算する加工を前記画像センサで撮像された複数の画像に対して行い、
前記認証ステップでは、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する、
個人識別方法。
an imaging step of capturing an image of an entire hand that performs an operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
Synthesizing a plurality of images captured in the imaging step or synthesizing a plurality of images obtained by processing the plurality of images to generate a synthetic image showing how the movement of the hand spreads during the predetermined period of time. an image synthesizing step to generate;
a normalization step of normalizing the synthesized image synthesized in the image synthesizing step with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication step of performing personal authentication based on the normalized image generated in the normalization step;
including
The image sensor captures a distance image in which the value of each pixel indicates the distance between the image sensor and the subject as an image of the entire hand as a subject;
In the image synthesizing step, a plurality of images captured by the image sensor are processed by dividing the value of each pixel by the maximum value that the pixel can take,
In said authentication step,
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated similarity exceeds the threshold, the person is authenticated;
Personal identification method.
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像ステップと、
前記撮像ステップで撮像された複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成ステップと、
前記画像合成ステップで合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化ステップと、
前記正規化ステップで生成された前記正規化画像に基づいて、本人認証を行う認証ステップと、
を含み、
前記画像センサは、
前記手全体を被写体とする画像として、可視光による画像を撮像し、
前記画像合成ステップでは、
前記画像センサで撮像された複数の画像を、手の領域とそれ以外の領域とを区別する二値画像へ変換し、前記二値画像の各画素の値をその画素が取り得る最大値で除算する加工を行い、
前記認証ステップでは、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する、
個人識別方法。
an imaging step of capturing an image of an entire hand that performs an operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
an image synthesizing step of synthesizing a plurality of images obtained by processing the plurality of images captured in the imaging step to generate a synthetic image showing how the hand movement spreads during the predetermined time;
a normalization step of normalizing the synthesized image synthesized in the image synthesizing step with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication step of performing personal authentication based on the normalized image generated in the normalization step;
including
The image sensor is
Capturing an image with visible light as an image of the entire hand as a subject,
In the image synthesizing step,
A plurality of images captured by the image sensor are converted into a binary image that distinguishes the hand region from other regions, and the value of each pixel of the binary image is divided by the maximum value that the pixel can take. and
In said authentication step,
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated similarity exceeds the threshold, the person is authenticated;
Personal identification method.
コンピュータを、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部、
前記画像センサで撮像された複数の画像同士を合成するか、当該複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部、
として機能させ、
前記画像センサは、前記手全体を被写体とする画像として、各画素の値が前記画像センサと前記被写体との距離を示す距離画像を撮像し、
前記画像合成部は、各画素の値をその画素が取り得る最大値で除算する加工を前記画像センサで撮像された複数の画像に対して行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する、
プログラム。
the computer,
An imaging unit that captures an image of the entire hand that performs operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
Synthesizing a plurality of images captured by the image sensor or synthesizing a plurality of images obtained by processing the plurality of images to generate a synthetic image showing how the hand movement spreads during the predetermined period of time. an image synthesizing unit to generate,
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
function as
The image sensor captures a distance image in which the value of each pixel indicates the distance between the image sensor and the subject as an image of the entire hand as a subject;
The image synthesizing unit performs a process of dividing the value of each pixel by the maximum value that the pixel can take on a plurality of images captured by the image sensor,
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated similarity exceeds the threshold, the person is authenticated;
program.
コンピュータを、
電子機器に対して操作入力を行う手全体を被写体とする画像を、前記手により複数の操作入力が行われる一定時間連続して画像センサにより撮像させる撮像部、
前記画像センサで撮像された複数の画像の加工により得られた複数の画像同士を合成して、前記一定時間における手の動きの広がり具合を示す合成画像を生成する画像合成部、
前記画像合成部で合成された前記合成画像を前記合成画像における画素の最大値を基準として正規化して正規化画像を生成する正規化部、
前記正規化部で生成された前記正規化画像に基づいて、本人認証を行う認証部、
として機能させ、
前記画像センサは、
前記手全体を被写体とする画像として、可視光による画像を撮像し、
前記画像合成部は、
前記画像センサで撮像された複数の画像を、手の領域とそれ以外の領域とを区別する二値画像に変換し、前記二値画像の各画素の値その画素が取り得る最大値で除算する加工を行い、
前記認証部は、
前記正規化画像と、予め記憶されたテンプレート画像とを比較するテンプレートマッチングを行うことにより、前記正規化画像と前記テンプレート画像との類似度を算出し、
算出された類似度が閾値を上回る場合、本人であると認証する、
プログラム。
the computer,
An imaging unit that captures an image of the entire hand that performs operation input on an electronic device as a subject, with an image sensor continuously for a certain period of time during which a plurality of operation inputs are performed with the hand;
an image synthesizing unit for synthesizing a plurality of images obtained by processing a plurality of images captured by the image sensor to generate a synthetic image showing how the movement of the hand spreads during the predetermined time period;
a normalization unit that normalizes the synthesized image synthesized by the image synthesizing unit with reference to the maximum value of pixels in the synthesized image to generate a normalized image;
an authentication unit that performs personal authentication based on the normalized image generated by the normalization unit;
function as
The image sensor is
Capturing an image with visible light as an image of the entire hand as a subject,
The image synthesizing unit
A plurality of images captured by the image sensor are converted into a binary image that distinguishes the hand region from other regions, and the value of each pixel of the binary image is divided by the maximum value that the pixel can take. and
The authentication unit
calculating a degree of similarity between the normalized image and the template image by performing template matching for comparing the normalized image with a pre-stored template image;
If the calculated similarity exceeds the threshold, the person is authenticated;
program.
JP2018093836A 2018-05-15 2018-05-15 Personal identification system, personal identification method and program Active JP7256512B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018093836A JP7256512B2 (en) 2018-05-15 2018-05-15 Personal identification system, personal identification method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018093836A JP7256512B2 (en) 2018-05-15 2018-05-15 Personal identification system, personal identification method and program

Publications (2)

Publication Number Publication Date
JP2019200522A JP2019200522A (en) 2019-11-21
JP7256512B2 true JP7256512B2 (en) 2023-04-12

Family

ID=68613192

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018093836A Active JP7256512B2 (en) 2018-05-15 2018-05-15 Personal identification system, personal identification method and program

Country Status (1)

Country Link
JP (1) JP7256512B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010128822A (en) 2008-11-27 2010-06-10 Fujitsu Ltd Apparatus, method and program for biometric authentication
JP2012208887A (en) 2011-03-30 2012-10-25 Denso Corp Object tracing device and object tracing system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6813456B2 (en) * 2017-08-25 2021-01-13 日本電信電話株式会社 Judgment device, judgment method, and judgment program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010128822A (en) 2008-11-27 2010-06-10 Fujitsu Ltd Apparatus, method and program for biometric authentication
JP2012208887A (en) 2011-03-30 2012-10-25 Denso Corp Object tracing device and object tracing system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
江尻 正員,ディジタル画像処理 [改訂新版] 第一版 DIGITAL IMAGE PROCESSING,第1版,日本,公益財団法人画像情報教育振興協会(CG-ARTS協会) 松阪 喜幸,2015年03月09日,p.218-220

Also Published As

Publication number Publication date
JP2019200522A (en) 2019-11-21

Similar Documents

Publication Publication Date Title
US10628670B2 (en) User terminal apparatus and iris recognition method thereof
CN106203305B (en) Face living body detection method and device
EP2842075B1 (en) Three-dimensional face recognition for mobile devices
JP5445460B2 (en) Impersonation detection system, impersonation detection method, and impersonation detection program
US10769423B2 (en) Method, system and terminal for identity authentication, and computer readable storage medium
JP6587435B2 (en) Image processing apparatus, information processing method, and program
CN108875517B (en) Video processing method, device and system and storage medium
US11756336B2 (en) Iris authentication device, iris authentication method, and recording medium
KR102364929B1 (en) Electronic device, sever, and system for tracking skin changes
JP6908843B2 (en) Image processing equipment, image processing method, and image processing program
JP2011150497A (en) Person identification device, person identification method, and software program thereof
JP7256512B2 (en) Personal identification system, personal identification method and program
CN111274602B (en) Image characteristic information replacement method, device, equipment and medium
JP6846330B2 (en) Biometric device and biometric system
JP2017004438A (en) Input device, finger-tip position detection method, and computer program for finger-tip position detection
JP7248039B2 (en) Information processing device, information processing method and program
JP5791557B2 (en) Contact operation support system, contact operation support device, and contact operation method
JP2018049566A (en) Image processing apparatus, image processing method, and program
WO2011145180A1 (en) Pointer information processing device, pointer information processing program and conference system
CN117097982B (en) Target detection method and system
KR20210067718A (en) Apparatus and method for providing feedback on golf swing motion
JP7193570B2 (en) Terminal device, method and program
KR101845419B1 (en) Method and program for analyzing photo revision
JP7056052B2 (en) Image processing program, image processing method, and image processing device
CN115222968A (en) Posture prompting method and device, storage medium and electronic equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210430

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220411

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220607

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220805

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220913

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221102

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230307

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230324

R150 Certificate of patent or registration of utility model

Ref document number: 7256512

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150