JP7317730B2 - Information processing device, information processing method and information processing program - Google Patents

Information processing device, information processing method and information processing program Download PDF

Info

Publication number
JP7317730B2
JP7317730B2 JP2020005158A JP2020005158A JP7317730B2 JP 7317730 B2 JP7317730 B2 JP 7317730B2 JP 2020005158 A JP2020005158 A JP 2020005158A JP 2020005158 A JP2020005158 A JP 2020005158A JP 7317730 B2 JP7317730 B2 JP 7317730B2
Authority
JP
Japan
Prior art keywords
tap
current value
period
information processing
unit
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
JP2020005158A
Other languages
Japanese (ja)
Other versions
JP2021114022A (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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2020005158A priority Critical patent/JP7317730B2/en
Publication of JP2021114022A publication Critical patent/JP2021114022A/en
Application granted granted Critical
Publication of JP7317730B2 publication Critical patent/JP7317730B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Position Input By Displaying (AREA)
  • User Interface Of Digital Computer (AREA)

Description

本発明は、タッチセンサを介してユーザの入力操作を受け付ける情報処理装置、情報処理方法および情報処理プログラムに関する。 The present invention relates to an information processing device, an information processing method, and an information processing program that receive a user's input operation via a touch sensor.

従来、タッチセンサを介してユーザの入力操作を受け付け、当該入力操作に応じた処理(イベント)を実行する情報処理装置が存在する。このような情報処理装置は、タッチセンサのタッチ面に対する操作体のタップ動作を検出し、1回のタップ動作によるシングルタップと、2回のタップ動作によるダブルタップとを、それぞれ異なる入力操作として受け付ける(例えば特許文献1参照)。 2. Description of the Related Art Conventionally, there is an information processing apparatus that accepts a user's input operation via a touch sensor and executes a process (event) according to the input operation. Such an information processing device detects a tap action of an operating object on a touch surface of a touch sensor, and accepts a single tap action by one tap action and a double tap action by two tap actions as different input operations. (See Patent Document 1, for example).

特開2002-323955号公報JP-A-2002-323955

前述の情報処理装置では、タップ動作が1回検出された後、2回目のタップ動作が検出される可能性のある所定時間内に2回目のタップ動作が検出されるか否かによって、シングルタップとダブルタップとを識別する判定処理が行われる。しかし、このような判定処理は、シングルタップに対応するイベントの遅延を増大させてしまう。
例えば、入力操作がダブルタップである場合、情報処理装置は、2回目のタップ動作が検出された直後にダブルタップを識別できるため、ダブルタップに対応するイベントの遅延時間は100msec程度である。一方、入力操作がシングルタップである場合、情報処理装置は、1回目のタップ操作を検出した時点から所定時間(例えば300msec程度)待機した後に、シングルタップを識別するため、シングルタップに対応するイベントの遅延時間は400msec程度である。このようなシングルタップの遅延時間は、ユーザに対して処理の遅れを認識させてしまう。
In the information processing apparatus described above, after the tap motion is detected once, the single tap is detected depending on whether or not the second tap motion is detected within a predetermined time during which the second tap motion may be detected. and a double-tap are determined. However, such determination processing increases the delay of events corresponding to single taps.
For example, when the input operation is a double-tap, the information processing device can identify the double-tap immediately after the second tap action is detected, so the event delay time corresponding to the double-tap is about 100 msec. On the other hand, when the input operation is a single tap, the information processing device waits for a predetermined time (for example, about 300 msec) from the time when the first tap operation is detected, and after that, to identify the single tap, an event corresponding to the single tap is generated. is about 400 msec. Such a single-tap delay time makes the user aware of the processing delay.

本発明は、シングルタップに対応するイベントの遅延時間を低減可能な情報処理装置、情報処理方法および情報処理プログラムを提供することを目的とする。 An object of the present invention is to provide an information processing apparatus, an information processing method, and an information processing program capable of reducing the delay time of an event corresponding to a single tap.

本発明の情報処理装置は、タッチ面に対する操作体の近接に応じた電流値を出力するタッチセンサから前記電流値を取得する電流値取得部と、前記操作体の1回のタップ動作によって前記電流値が変化している期間であるタップ期間を検出する期間検出部と、前記タップ期間に取得される前記電流値に基づいて、前記電流値の変化に関するパラメータを算出するパラメータ算出部と、前記パラメータを用いて、前記タップ動作がシングルタップであるか、ダブルタップを構成する1回目のタップ動作であるかを判定するタップ判定部と、を備えることを特徴とする。 The information processing apparatus of the present invention includes a current value acquisition unit that acquires the current value from a touch sensor that outputs a current value according to the proximity of the operating body to the touch surface, and a period detection unit that detects a tap period during which a value changes; a parameter calculation unit that calculates a parameter related to a change in the current value based on the current value acquired during the tap period; and a tap determination unit that determines whether the tap operation is a single tap or a first tap operation constituting a double tap.

本発明では、操作体がタッチ面に対してタップ動作することに伴って、タッチセンサから出力される電流値が変化する。そこで、1回のタップ動作(判定対象タップ動作)により電流値が変化する期間をタップ期間として検出し、タップ期間における電流値の変化に関するパラメータを算出し、当該パラメータに基づいて、判定対象タップ動作がシングルタップであるか、ダブルタップを構成する1回目のタップ動作であるかを判定する。
ここで、タップ期間における電流値は、判定対象タップ動作がシングルタップであるか、ダブルタップの1回目のタップ動作であるかによって、互いに異なる変化を示すため、この変化に関するパラメータを利用することで、判定対象タップ動作を好適に判定できる。また、この判定処理は、1回のタップ動作が終了した直後に行うことができるため、従来のような待機時間を設けなくてもよい。これにより、シングルタップイベントの遅延時間を従来技術よりも大幅に低減させることができる。
In the present invention, the current value output from the touch sensor changes as the operating body taps the touch surface. Therefore, the period during which the current value changes due to one tap operation (determination target tap operation) is detected as the tap period, a parameter related to the current value change in the tap period is calculated, and based on the parameter, the determination target tap operation is detected. is a single tap or the first tap operation constituting a double tap.
Here, the current value in the tap period changes differently depending on whether the tap operation to be judged is a single tap or the first tap operation of a double tap. , the determination target tap operation can be preferably determined. Moreover, since this determination process can be performed immediately after one tap operation is finished, it is not necessary to provide a waiting time unlike the conventional one. This makes it possible to significantly reduce the delay time of a single tap event compared to the prior art.

本発明の一実施形態にかかるタッチ入力装置を示すブロック図。1 is a block diagram showing a touch input device according to an embodiment of the invention; FIG. 前記実施形態のタッチセンサの電極構造を示す模式図。FIG. 2 is a schematic diagram showing the electrode structure of the touch sensor of the embodiment; 前記実施形態にかかる情報処理方法の流れを説明するフローチャート。4 is a flowchart for explaining the flow of an information processing method according to the embodiment; 前記実施形態の電流値の時間変化を示すグラフ。The graph which shows the time change of the electric current value of the said embodiment. 実施例における判定処理のタイミングを説明するタイムチャート。4 is a time chart for explaining the timing of determination processing in the embodiment; 比較例における判定処理のタイミングを説明するタイムチャート。4 is a time chart for explaining the timing of determination processing in a comparative example;

本発明の第1実施形態について図面を参照して説明する。
図1に示すように、本実施形態のタッチ入力装置1は、操作体が接触可能なタッチ面210を有するタッチセンサ2と、タッチセンサ2を介してユーザの入力操作を受け付け、当該入力操作に応じた処理(イベント)を実行する情報処理装置10とを備える。
なお、タッチ入力装置1は、例えばパーソナルコンピュータやスマートフォンなどの電子機器に用いられる。タッチセンサ2は、電子機器が有する表示部に重畳して配置されるタッチパネルを構成してもよいし、当該表示部とは別に配置されるタッチパッドを構成してもよい。
A first embodiment of the present invention will be described with reference to the drawings.
As shown in FIG. 1, the touch input device 1 of the present embodiment includes a touch sensor 2 having a touch surface 210 that can be touched by an operating object, and receives a user's input operation via the touch sensor 2, and responds to the input operation. and an information processing device 10 that executes a corresponding process (event).
Note that the touch input device 1 is used in electronic devices such as personal computers and smartphones, for example. The touch sensor 2 may constitute a touch panel that is superimposed on the display section of the electronic device, or may constitute a touch pad that is arranged separately from the display section.

〔タッチセンサ〕
本実施形態のタッチセンサ2は、タッチ検出方式として、投影型静電容量方式のうちの相互容量方式を採用しており、タッチ面210に沿って配置される電極構造を有するタッチ部21と、タッチ部21に駆動信号Saを送信する送信部22と、タッチ部21を介して駆動信号Saを受信する受信部23とを有する。
[Touch sensor]
The touch sensor 2 of the present embodiment adopts a mutual capacitance method among projected capacitive methods as a touch detection method, and includes a touch unit 21 having an electrode structure arranged along a touch surface 210, It has a transmission unit 22 that transmits the drive signal Sa to the touch unit 21 and a reception unit 23 that receives the drive signal Sa via the touch unit 21 .

図2は、タッチセンサ2の具体的構造を示す模式図である。
図2に示すように、タッチ部21は、一方向に沿って配置された複数の送信電極Tx(x=1、2、・・・n)と、当該一方向に直交する方向に沿って配置された複数の受信電極Rx(x=1、2、・・・n)とを有する。送信電極Txと受信電極Rxとが交差する電極交点Piは、タッチ面210の単位領域に対応し、各電極交点Piには静電容量Cが形成される。
FIG. 2 is a schematic diagram showing a specific structure of the touch sensor 2. As shown in FIG.
As shown in FIG. 2, the touch unit 21 has a plurality of transmission electrodes Tx (x=1, 2, . . . n) arranged along one direction and arranged along a direction orthogonal to the one direction. and a plurality of receiving electrodes Rx (x=1, 2, . . . n). An electrode intersection point Pi at which the transmission electrode Tx and the reception electrode Rx intersect corresponds to a unit area of the touch surface 210, and a capacitance C0 is formed at each electrode intersection point Pi.

送信部22は、複数の送信電極Txに対して順に、交流信号である駆動信号Saを送信する。
受信部23は、いずれかの送信電極Txに駆動信号Saが送信されている間、複数の受信電極Rxから順に駆動信号Saを受信する。これにより、受信部23は、送信電極Txから受信電極Rxへ各電極交点Piを経由して伝送された駆動信号Saを順に受信する。
The transmitter 22 sequentially transmits the drive signal Sa, which is an AC signal, to the plurality of transmission electrodes Tx.
The receiver 23 sequentially receives the drive signal Sa from the plurality of reception electrodes Rx while the drive signal Sa is being transmitted to one of the transmission electrodes Tx. As a result, the receiver 23 sequentially receives the drive signal Sa transmitted from the transmission electrode Tx to the reception electrode Rx via each electrode intersection point Pi.

ここで、指などの接地された操作体が電極交点Piに近接すると、操作体に応じた容量が静電容量Cに割り込んで結合し、電極交点Piから操作体を介して駆動信号Saの電流の一部がグランドへ流出する。これにより、受信部23が受信する駆動信号Saのレベル(電位)が減少する。
そこで、受信部23は、各電極交点Piを介して受信した駆動信号Saの電圧を検出し、駆動信号Saの検出電圧と送信部22による駆動信号Saの発振電圧との差、すなわち、駆動信号Saのレベル変化量を算出する。そして、受信部23は、電極交点Piごとに、駆動信号Saのレベル変化量に対応する出力値を示す検出信号Sdを生成し、情報処理装置10に出力する。
Here, when a grounded operation object such as a finger approaches the electrode intersection point Pi, a capacitance corresponding to the operation object interrupts and couples with the capacitance C0 , and the drive signal Sa is transmitted from the electrode intersection point Pi through the operation object. Some of the current flows out to ground. As a result, the level (potential) of the drive signal Sa received by the receiver 23 decreases.
Therefore, the receiving unit 23 detects the voltage of the driving signal Sa received via each electrode intersection point Pi, and the difference between the detected voltage of the driving signal Sa and the oscillation voltage of the driving signal Sa by the transmitting unit 22, that is, the driving signal A level change amount of Sa is calculated. Then, the receiving unit 23 generates a detection signal Sd indicating an output value corresponding to the level change amount of the drive signal Sa for each electrode intersection point Pi, and outputs the detection signal Sd to the information processing device 10 .

〔情報処理装置〕
情報処理装置10は、コンピューターにより構成され、記憶部11および制御部12等を含んで構成されている。
記憶部11は、メモリまたはハードディスク等により構成されたデータ記録装置である。記憶部11には、情報処理装置10を制御するための情報処理プログラム(ソフトウェア)、および、後述の判定モデル110が記録されている。
[Information processing device]
The information processing apparatus 10 is configured by a computer, and includes a storage section 11, a control section 12, and the like.
The storage unit 11 is a data recording device configured by a memory, hard disk, or the like. The storage unit 11 stores an information processing program (software) for controlling the information processing apparatus 10 and a judgment model 110 which will be described later.

制御部12は、CPU(Central Processing Unit)等の演算回路およびRAM(Random Access Memory)等の記録回路により構成される。制御部12は、記憶部11等に記録されている情報処理プログラムをRAMに展開し、RAMに展開されたプログラムとの協働により各種処理を実行する。そして、制御部12は、記憶部11に記録された情報処理プログラムを読み込み実行することで、電流値取得部121、タッチ検出部122、期間検出部123、パラメータ算出部124、タップ判定部125、操作判定部126、出力制御部127、および、モデル生成部128として機能する。 The control unit 12 includes an arithmetic circuit such as a CPU (Central Processing Unit) and a recording circuit such as a RAM (Random Access Memory). The control unit 12 expands the information processing program recorded in the storage unit 11 or the like into the RAM, and executes various processes in cooperation with the program expanded into the RAM. By reading and executing the information processing program recorded in the storage unit 11, the control unit 12 obtains a current value acquisition unit 121, a touch detection unit 122, a period detection unit 123, a parameter calculation unit 124, a tap determination unit 125, It functions as an operation determination unit 126 , an output control unit 127 and a model generation unit 128 .

電流値取得部121は、受信部23から出力される検出信号Sdを所定周期でサンプリングし、検出信号Sdの出力値(電流値Ia)と当該電流値Iaに対応する単位領域の座標情報とを取得する。すなわち、電流値取得部121は、タッチ面210の単位領域ごとの電流値Iaを取得する。 The current value acquiring unit 121 samples the detection signal Sd output from the receiving unit 23 at predetermined intervals, and obtains the output value (current value Ia) of the detection signal Sd and the coordinate information of the unit area corresponding to the current value Ia. get. That is, the current value acquisition unit 121 acquires the current value Ia for each unit area of the touch surface 210 .

タッチ検出部122は、電流値取得部121により電流値Iaと当該電流値Iaに対応する単位領域の座標情報とに基づいて、タッチ面210に対して操作体が接触した座標であるタッチ座標を検出する。
期間検出部123は、タッチ面210に操作体が接触した接触期間を検出し、この接触期間のうち、タップ動作の条件を満たす接触期間をタップ期間Ttとして検出する。ここで、タップ動作の条件とは、例えば、接触期間が所定時間以下であって、かつ、当該接触期間内におけるタッチ座標の移動量が所定量以下となることである。
Based on the current value Ia and the coordinate information of the unit area corresponding to the current value Ia from the current value acquisition unit 121, the touch detection unit 122 detects the touch coordinates, which are the coordinates at which the operating body touches the touch surface 210. To detect.
The period detection unit 123 detects a contact period during which the operating body touches the touch surface 210, and detects a contact period that satisfies a tap operation condition as a tap period Tt. Here, the conditions for the tap operation are, for example, that the contact period is a predetermined time or less and the amount of movement of the touch coordinates during the contact period is a predetermined amount or less.

パラメータ算出部124は、タップ期間Ttに取得される電流値Iaに基づいて、この電流値Iaの変化に関する一つ以上のパラメータ(以下、電流パラメータと称する場合がある)を算出する。なお、電流パラメータの詳細については後述する。 Based on the current value Ia obtained during the tap period Tt, the parameter calculator 124 calculates one or more parameters (hereinafter sometimes referred to as current parameters) relating to changes in the current value Ia. Details of the current parameters will be described later.

タップ判定部125は、タップ期間Ttの時間と、パラメータ算出部124により算出された電流パラメータとに基づいて、タップ動作がシングルタップであるか、ダブルタップを構成する1回目のタップ動作であるかを判定する。
なお、シングルタップとは、操作体が1回タップ動作を行う操作に対応する。ダブルタップとは、操作体が2回連続してタップ動作を行う操作に対応する。
Based on the time of the tap period Tt and the current parameter calculated by the parameter calculation unit 124, the tap determination unit 125 determines whether the tap operation is a single tap or the first tap operation constituting a double tap. judge.
Note that a single tap corresponds to an operation in which the operating body performs a tap motion once. A double-tap corresponds to an operation in which the operating body performs two consecutive tap operations.

操作判定部126は、1回目のタップ期間Tt後の所定時間(待機時間)内に2回目のタップ期間Ttが検出されるか否かに基づいて、ユーザの入力操作がシングルタップであるか、または、ダブルタップであるかを判定する。 The operation determination unit 126 determines whether the user's input operation is a single tap based on whether the second tap period Tt is detected within a predetermined time (waiting time) after the first tap period Tt. Alternatively, it is determined whether it is a double tap.

出力制御部127は、タップ判定部125または操作判定部126による判定結果に応じて、シングルタップに対応するイベント(シングルタップイベント)、または、ダブルタップに対応するイベント(ダブルタップイベント)を実行する。この出力制御部127は、ダブルタップイベントをバックグラウンドで処理することが可能である。 The output control unit 127 executes an event corresponding to a single tap (single tap event) or an event corresponding to a double tap (double tap event) according to the determination result of the tap determination unit 125 or the operation determination unit 126. . This output control unit 127 is capable of processing double tap events in the background.

モデル生成部128は、タップ期間Ttの時間と、電流パラメータと、入力操作の種類(シングルタップ、ダブルタップ)との関係性を機械学習することにより、判定モデル110を構築する。例えば、モデル生成部128は、操作判定部126により判定される入力操作の種類を正解データとして、タップ期間Ttの時間と電流パラメータとに組み合わせることで教師データを作成する。そして、モデル生成部128は、所定期間で蓄積された教師データに基づいて学習し、判定モデル110を生成する。
この判定モデル110は、操作体が行ったタップ動作の後に続けてタップ動作が行われるかを判定対象とするモデルであり、タップ動作に関するタップ期間Ttの時間および電流パラメータが入力されると、次のタップ動作が行われる可能性を示すスコアを出力する。判定モデル110が出力するスコアが高いほど、入力操作がダブルタップである可能性が高く、判定モデル110が出力するスコアが低いほど、入力操作がシングルタップである可能性が高い。
The model generator 128 builds the determination model 110 by machine learning the relationship between the time of the tap period Tt, the current parameter, and the type of input operation (single tap, double tap). For example, the model generation unit 128 creates teacher data by combining the type of input operation determined by the operation determination unit 126 with the time of the tap period Tt and the current parameter as correct data. Then, the model generation unit 128 learns based on the teacher data accumulated over a predetermined period of time, and generates the judgment model 110 .
This judgment model 110 is a model for judging whether or not a tap action is performed following a tap action performed by an operating body. Outputs a score that indicates the likelihood that a tap action will be performed. The higher the score output by the determination model 110, the higher the possibility that the input operation is a double-tap, and the lower the score output by the determination model 110, the higher the possibility that the input operation is a single-tap.

[情報処理方法]
情報処理装置10によるタップ動作の判定処理の流れについて図3のフローチャートを参照して説明する。
なお、情報処理装置10の稼働中、電流値取得部121は、受信部23から出力される検出信号Sdを所定周期でサンプリングし、検出信号Sdの出力値(電流値Ia)および電流値Iaに対応する単位領域の座標情報を取得する。
[Information processing method]
A flow of tap motion determination processing by the information processing apparatus 10 will be described with reference to the flowchart of FIG. 3 .
During operation of the information processing apparatus 10, the current value acquisition unit 121 samples the detection signal Sd output from the reception unit 23 at predetermined intervals, and the output value (current value Ia) of the detection signal Sd and the current value Ia Get the coordinate information of the corresponding unit area.

まず、期間検出部123は、操作体のタップ動作によるタップ期間Ttを検出したか否かを判定する(ステップS1)。
具体的には、図4に示すように、ノイズによる誤検出を防止するための閾値Ithが予め設定されており、期間検出部123は、特定の単位領域に対応する電流値Iaが閾値Ith以上になった時点を開始時刻tsとして検出し、当該電流値Iaが閾値Ith未満になった時刻を終了時刻teとして検出する。
そして、期間検出部123は、開始時刻tsから終了時刻teまでの接触期間が所定時間以下であり、かつ、当該接触期間内におけるタッチ座標の移動量が所定量以下である場合、タップ期間Ttを検出したと判定し、タップ期間Ttの時間を取得する。
以下、ステップS1で検出されたタップ期間Ttに対応するタップ動作を、判定対象タップ動作と称する。
First, the period detection unit 123 determines whether or not the tap period Tt due to the tap motion of the operating body has been detected (step S1).
Specifically, as shown in FIG. 4, a threshold Ith for preventing erroneous detection due to noise is set in advance. is detected as the start time ts, and the time when the current value Ia becomes less than the threshold value Ith is detected as the end time te.
If the contact period from the start time ts to the end time te is equal to or less than a predetermined time and the amount of movement of the touch coordinates during the contact period is equal to or less than a predetermined amount, the period detection unit 123 determines the tap period Tt. It determines that it has been detected, and acquires the time of the tap period Tt.
Hereinafter, the tap operation corresponding to the tap period Tt detected in step S1 will be referred to as a determination target tap operation.

なお、図4では、シングルタップのタップ動作、および、ダブルタップの1回目のタップ動作について、それぞれ、タップ期間Ttにおける特定の単位領域に対応する電流値Iaの変化を示している。
ここで、特定の単位領域に対応する電流値Iaとは、例えばタッチ座標の重心に相当する単位領域の電流値Ia、または、タッチ面210全体の単位領域におけるトータルの電流値Iaなどである。
Note that FIG. 4 shows changes in the current value Ia corresponding to a specific unit area during the tap period Tt for the single tap operation and the first double tap operation.
Here, the current value Ia corresponding to a specific unit area is, for example, the current value Ia of the unit area corresponding to the center of gravity of the touch coordinates, or the total current value Ia in the unit area of the entire touch surface 210 .

期間検出部123は、タップ期間Ttが検出された場合(ステップS1でYesの場合)、ステップS2に進み、ステップS1でNoの場合、タップ期間Ttが検出されるまでステップS1を繰り返す。 When the tap period Tt is detected (Yes in step S1), the period detector 123 proceeds to step S2, and when No in step S1, repeats step S1 until the tap period Tt is detected.

ステップS2において、パラメータ算出部124は、ステップS1で検出されたタップ期間Ttにおける電流パラメータを算出する。この電流パラメータについて、図4を参照して以下に説明する。 In step S2, the parameter calculator 124 calculates current parameters in the tap period Tt detected in step S1. This current parameter is described below with reference to FIG.

図4に示すように、一般に、ダブルタップの1回目のタップ動作では、シングルタップのタップ動作と比較して、タップ動作を行う操作体の速度が速いことにより、タップ期間Ttが短く、タッチ面210に対する接触面積が素早く増加する。
また、ダブルタップの1回目のタップ動作は、シングルタップのタップ動作と比較して、タップ期間Tt内の電流値Iaの最大値が大きくなる傾向がある。
よって、パラメータ算出部124は、タップ期間Tt内の電流値Iaの最大変化率、または、タップ期間Tt内の電流値Iaの最大値を、電流パラメータとして算出することができる。
As shown in FIG. 4, in general, in the first tap operation of double-tapping, the speed of the operating body performing the tapping operation is faster than in the tap operation of single-tapping. The contact area for 210 increases quickly.
In addition, the first tap operation of double tap tends to increase the maximum value of the current value Ia within the tap period Tt compared to the tap operation of single tap.
Therefore, the parameter calculator 124 can calculate the maximum change rate of the current value Ia within the tap period Tt or the maximum value of the current value Ia within the tap period Tt as the current parameter.

また、指などの弾性を有する操作体を用いる場合、ダブルタップの1回目のタップ動作と、シングルタップのタップ動作との間では、力加減の差異によって、タッチ面210に対する操作体指の接触面積が異なる傾向がある。
よって、パラメータ算出部124は、タップ期間Tt内の単位領域ごとの電流値Iaの分布、または、タップ期間Tt内の所定値以上の電流値Iaに対応する単位領域の数を、電流パラメータとして算出することができる。
When using an elastic operating body such as a finger, the contact area of the finger of the operating body with respect to the touch surface 210 may vary depending on the difference in force between the first double-tap operation and the single-tap operation. tend to be different.
Therefore, the parameter calculation unit 124 calculates, as a current parameter, the distribution of the current value Ia for each unit region within the tap period Tt, or the number of unit regions corresponding to the current value Ia equal to or greater than a predetermined value within the tap period Tt. can do.

さらに、ダブルタップの1回目のタップ動作では、シングルタップのタップ動作と比較して、タップ動作を行う操作体の速度が速いことにより、操作体がタッチ面210と衝突した際、タッチ面210に対する操作体の接触位置が若干ずれることがある。
そこで、パラメータ算出部124は、タップ期間Tt内の単位領域ごとの電流値Iaの分布の変化に基づいて、タップ期間Tt内のタッチ面210に対する操作体の位置ずれ量を電流パラメータとして算出することができる。なお、この位置ずれ量は、タッチ座標の変化として検出されない程度の量であってもよい。
Furthermore, in the first tap motion of the double tap, the speed of the operating body performing the tap motion is faster than in the tap motion of the single tap. The contact position of the operating body may shift slightly.
Therefore, the parameter calculation unit 124 calculates, as a current parameter, the displacement amount of the operating body with respect to the touch surface 210 within the tap period Tt, based on the change in the distribution of the current value Ia for each unit area within the tap period Tt. can be done. Note that the amount of positional deviation may be an amount that is not detected as a change in touch coordinates.

以上のような電流パラメータを算出後、タップ判定部125は、タップ期間Ttの時間と、パラメータ算出部124により算出された1以上の電流パラメータとを判定モデル110に入力し、次のタップ動作が行われる可能性を示すスコアを判定モデル110から取得する(ステップS3)。
そして、タップ判定部125は、判定モデル110から取得したスコア、すなわち次のタップ動作が行われる可能性を示すスコアが閾値th1以上であるか否かを判定する(ステップS4)。ここで、閾値th1は、判定対象タップ動作がダブルタップの1回目のタップ動作ある可能性が十分に高いことを示す下限値として予め設定される。
After calculating the current parameters as described above, the tap determination unit 125 inputs the time of the tap period Tt and one or more current parameters calculated by the parameter calculation unit 124 to the determination model 110, and the next tap operation is performed. A score indicating the possibility of being performed is obtained from the judgment model 110 (step S3).
Then, the tap determination unit 125 determines whether or not the score acquired from the determination model 110, that is, the score indicating the possibility of the next tap action being performed, is equal to or greater than the threshold th1 (step S4). Here, the threshold th1 is set in advance as a lower limit value indicating that there is a sufficiently high possibility that the tap motion to be determined is the first tap motion of the double tap.

スコアが閾値th1未満である場合(ステップS4でNoの場合)、タップ判定部125は、判定モデル110から取得したスコアが閾値th2以下であるか否かを判定する(ステップS5)。ここで、閾値th2は、閾値th1より小さい値であり、判定対象タップ動作がシングルタップのタップ動作である可能性が十分に高いことを示す上限値として予め設定される。 If the score is less than the threshold th1 (No in step S4), the tap determination unit 125 determines whether the score obtained from the determination model 110 is less than or equal to the threshold th2 (step S5). Here, the threshold th2 is a value smaller than the threshold th1, and is set in advance as an upper limit value indicating that the tap operation to be determined is highly likely to be a single-tap tap operation.

スコアが閾値th2以下である場合(ステップS5でYesの場合)、タップ判定部125は、判定対象タップ動作がシングルタップのタップ動作であると判定し、出力制御部127は、シングルタップイベントを実行する(ステップS6)。 If the score is equal to or less than the threshold th2 (Yes in step S5), the tap determination unit 125 determines that the tap motion to be determined is a single-tap tap motion, and the output control unit 127 executes the single-tap event. (step S6).

一方、スコアが閾値th1以上である場合(ステップS4でYesの場合)、タップ判定部125は、判定対象タップ動作がダブルタップの1回目のタップ動作であると判定し、出力制御部127は、ダブルタップイベントをバックグラウンドで実行する(ステップS7)。 On the other hand, if the score is equal to or greater than the threshold th1 (Yes in step S4), the tap determination unit 125 determines that the tap motion to be determined is the first tap motion of the double tap, and the output control unit 127 A double tap event is executed in the background (step S7).

ステップS7の後、または、ステップS5でNoの場合(スコアが閾値th2より大きく、かつ、閾値th1未満である場合)、操作判定部126は、タップ期間Ttの終了時刻teから所定の待機時間内に、期間検出部123がタップ期間Tt(2回目)を検出するか否かを判定する(ステップS8)。なお、ステップS8におけるタップ期間Ttの検出方法はステップS1と同様である。また、ステップS8における待機時間は、従来と同様、ダブルタップの2回目のタップ動作を検出可能である時間(例えば300msec程度)に設定される。 After step S7 or in the case of No in step S5 (when the score is greater than the threshold th2 and less than the threshold th1), the operation determination unit 126 determines whether the tap duration Tt is within a predetermined standby time from the end time te of the tap period Tt. Then, it is determined whether or not the period detector 123 detects the tap period Tt (second time) (step S8). The method of detecting the tap period Tt in step S8 is the same as in step S1. Also, the waiting time in step S8 is set to a time (for example, about 300 msec) during which the second tap operation of the double tap can be detected, as in the conventional case.

待機時間内にタップ期間Tt(2回目)が検出された場合(ステップS8;Yesの場合)、操作判定部126は、入力操作がダブルタップであると判定し、出力制御部127は、ダブルタップイベントを実行する(ステップS9)。なお、出力制御部127は、ダブルタップイベントがバックグラウンドで実行されている場合には、その実行結果を出力する。
一方、待機時間内にタップ期間Tt(2回目)が検出されない場合(ステップS8;Noの場合)、操作判定部126は、入力操作がシングルタップであると判定し、出力制御部127は、ステップS6に移行し、ダブルタップイベントを実行する。
以上により、情報処理装置10によるタップ動作の判定処理が終了する。
If the tap period Tt (second time) is detected within the standby time (step S8; Yes), the operation determination unit 126 determines that the input operation is a double tap, and the output control unit 127 determines that the input operation is a double tap. Execute the event (step S9). Note that the output control unit 127 outputs the execution result when the double tap event is being executed in the background.
On the other hand, when the tap period Tt (second time) is not detected within the standby time (step S8; No), the operation determination unit 126 determines that the input operation is a single tap, and the output control unit 127 performs step Go to S6 and execute a double tap event.
Thus, the tap motion determination process by the information processing apparatus 10 is completed.

なお、前述のステップS8での操作判定部126による判定結果(入力操作の種類)は、ステップS1で検出されたタップ期間Ttの時間と、ステップS2で算出された電流パラメータと組み合わせられることで教師データを形成する。モデル生成部128は、この教師データに基づいて、判定モデル110を更新することができる。 The determination result (type of input operation) by the operation determination unit 126 in step S8 described above is combined with the time of the tap period Tt detected in step S1 and the current parameter calculated in step S2. form the data. The model generator 128 can update the judgment model 110 based on this teacher data.

〔効果〕
本実施形態では、前述したように、操作体がタッチ面210に対してタップ動作することに伴って、タッチセンサ2から出力される検出信号Sdの電流値Iaが変化する。そこで、1回のタップ動作(判定対象タップ動作)により電流値Iaが変化する期間をタップ期間Ttとして検出し、タップ期間Ttにおける電流パラメータを算出し、当該電流パラメータに基づいて、判定対象タップ動作がシングルタップであるか、ダブルタップを構成する1回目のタップ動作であるかを判定する。
ここで、タップ期間Ttにおける電流パラメータは、判定対象タップ動作がシングルタップであるか、ダブルタップの1回目のタップ動作であるかによって、互いに異なる値を示すため、このような電流パラメータを利用することで判定対象タップ動作を好適に判定できる。また、判定対象タップ動作を判定する処理は、判定対象タップ動作が終了した直後に行うことができるため、従来のような待機時間を設けなくてもよい。これにより、シングルタップイベントの遅延時間を従来技術よりも大幅に低減させることができる。
〔effect〕
In the present embodiment, as described above, the current value Ia of the detection signal Sd output from the touch sensor 2 changes as the operating body taps the touch surface 210 . Therefore, the period in which the current value Ia changes due to one tap operation (determination target tap operation) is detected as the tap period Tt, the current parameter in the tap period Tt is calculated, and based on the current parameter, the determination target tap operation is detected. is a single tap or the first tap operation constituting a double tap.
Here, the current parameter in the tap period Tt indicates a different value depending on whether the tap operation to be determined is a single tap or the first tap operation of double tap, so such a current parameter is used. Thus, it is possible to suitably determine the tap motion to be determined. In addition, since the process of determining the tap motion to be determined can be performed immediately after the tap motion to be determined is completed, it is not necessary to provide a waiting time unlike the conventional one. This makes it possible to significantly reduce the delay time of a single tap event compared to the prior art.

また、本実施形態では、判定対象タップ動作がダブルタップを構成する1回目のタップ動作であると判定された場合、出力制御部127が、ダブルタップに対応するイベント(ダブルタップイベント)をバックグラウンドで実行する。これにより、ダブルタップイベントの遅延時間を従来技術よりも低減させることができる。 Further, in the present embodiment, when it is determined that the tap motion to be determined is the first tap motion constituting a double tap, the output control unit 127 outputs an event corresponding to the double tap (double tap event) to the background. Run with This makes it possible to reduce the delay time of the double tap event compared to the prior art.

例えば、本実施形態の実施例(図5参照)と比較例(図6参照)とのそれぞれについて、ダブルタップおよびシングルタップを例示する。なお、比較例では、従来技術と同様、1回目のタップ動作が検出された後の待機時間内に2回目のタップ動作が検出されるか否かに基づいて、入力操作がシングルタップまたはダブルタップのいずれであるかを判定する。 For example, a double tap and a single tap are illustrated for each of the example of the present embodiment (see FIG. 5) and the comparative example (see FIG. 6). Note that in the comparative example, as in the conventional art, the input operation is a single tap or a double tap based on whether or not the second tap motion is detected within the waiting time after the first tap motion is detected. It is determined whether it is any of

図6に示すように、比較例においてシングルタップが行われる場合、判定処理の時刻は、タップ終了時刻t11から所定の待機時間が経過した時刻t12であり、この時刻t12後の時刻t13にてシングルタップイベントが実行される。 As shown in FIG. 6, when single tapping is performed in the comparative example, the time of determination processing is time t12 when a predetermined waiting time has elapsed from tap end time t11. A tap event is executed.

一方、図5に示すように、実施例においてシングルタップが行われる場合、電流パラメータを用いた判定処理の時刻は、タップ終了時刻t1とほぼ同時刻であり、タップ終了時刻t1の直後の時刻t2において、シングルタップイベントを実行することができる。
よって、実施例のシングルタップイベントの遅延時間Td1(図5参照)は、比較例のシングルタップイベントの遅延時間Td2(図6参照)と比較して大幅に短縮される。
On the other hand, as shown in FIG. 5, when single tapping is performed in the embodiment, the time of the determination process using the current parameter is substantially the same as the tap end time t1, and the time t2 immediately after the tap end time t1. , a single tap event can be performed.
Therefore, the single-tap event delay time Td1 (see FIG. 5) of the embodiment is significantly reduced compared to the single-tap event delay time Td2 (see FIG. 6) of the comparative example.

また、図6に示すように、比較例においてダブルタップが行われる場合、判定処理の時刻は、2回目のタップ終了時刻t14であり、この時刻t14後の時刻t15にてダブルタップイベントが実行される。 Further, as shown in FIG. 6, when the double tap is performed in the comparative example, the time of the determination process is the second tap end time t14, and the double tap event is executed at time t15 after this time t14. be.

一方、図5に示すように、本実施形態においてダブルタップが行われる場合、電流パラメータを用いた判定処理の時刻は、タップ終了時刻t3とほぼ同時刻である。そして、このタップ終了時刻t3から2回目のタップ終了時刻t4までの間の時間において、ダブルタップイベントをバックグラウンドで処理できるため、時刻t4とほぼ同時にダブルタップイベントの処理結果を出力することができる。
よって、実施例のダブルタップイベントの実行時刻を、比較例のシングルタップイベントの実行時刻よりも早めることが可能になる。
On the other hand, as shown in FIG. 5, when double tapping is performed in this embodiment, the time of the determination process using the current parameter is substantially the same time as the tap end time t3. Since the double-tap event can be processed in the background during the period from the tap end time t3 to the second tap end time t4, the processing result of the double-tap event can be output at almost the same time as the time t4. .
Therefore, the execution time of the double-tap event of the embodiment can be made earlier than the execution time of the single-tap event of the comparative example.

本実施形態に例示した電流パラメータおよびタップ期間Ttの時間は、ユーザごとに、あるいは、複数のユーザにおいて、ダブルタップの1回目のタップ動作とシングルタップのタップ動作との間で異なる傾向を示す。よって、電流パラメータおよびタップ期間Ttを入力とした判定モデル110を用いて、タップ動作を判定することにより、ユーザの傾向に適した高精度な判定を行うことができる。 The current parameters and the time of the tap period Tt exemplified in this embodiment show different tendencies between the first tap operation of the double tap and the tap operation of the single tap for each user or among multiple users. Therefore, by using the determination model 110 with input of the current parameter and the tap period Tt to determine the tap operation, it is possible to perform a highly accurate determination suitable for the user's tendency.

〔変形例〕
前記実施形態では、情報処理装置10がモデル生成部128を有しているが、本発明はこれに限られない。例えば、情報処理装置10を含むタッチ入力装置1がユーザの端末装置として構成され、複数の端末装置と通信可能なサーバ装置が存在する場合、このサーバ装置がモデル生成部128を有していてもよい。この場合、モデル生成部128は、複数のユーザから取得したデータを学習データとして用いることにより、判定モデル110を生成することができる。また、モデル生成部128は、ユーザの属性(性別または年齢層など)に合わせた判定モデル110を生成してもよい。サーバ装置は、モデル生成部128により生成された判定モデル110を、各端末装置に送信することができる。
[Modification]
Although the information processing apparatus 10 has the model generation unit 128 in the above embodiment, the present invention is not limited to this. For example, if the touch input device 1 including the information processing device 10 is configured as a user terminal device and there is a server device that can communicate with a plurality of terminal devices, even if this server device has the model generation unit 128 good. In this case, the model generator 128 can generate the judgment model 110 by using data acquired from a plurality of users as learning data. In addition, the model generation unit 128 may generate the determination model 110 that matches the attributes of the user (gender, age group, etc.). The server device can transmit the judgment model 110 generated by the model generation unit 128 to each terminal device.

前記実施形態では、電流パラメータとタップ期間Ttの時間との両方を判定モデル110に入力しているが、電流パラメータのみであってもよい。
また、前記実施形態では、タップ判定部125は、判定モデル110を用いて、判定対象タップ動作の種類を判定しているが、本発明はこれに限られない。例えば、タップ判定部125は、電流パラメータおよびタップ期間Ttの時間のそれぞれについて、閾値との比較を行うことにより、判定対象タップ動作の種類を判定してもよい。
In the above embodiment, both the current parameter and the time of the tap period Tt are input to the judgment model 110, but only the current parameter may be input.
Further, in the above-described embodiment, the tap determination unit 125 uses the determination model 110 to determine the type of tap action to be determined, but the present invention is not limited to this. For example, the tap determination unit 125 may determine the type of tap operation to be determined by comparing each of the current parameter and the time of the tap period Tt with a threshold value.

また、前記実施形態では、タッチ部21が複数の電極交点Piを有することにより、タッチ面210が複数の単位領域を有するが、本発明はこれに限られず、少なくとも1つの電極交点Pi(単位領域)があればよい。 In the above-described embodiment, the touch surface 210 has a plurality of unit areas due to the touch portion 21 having a plurality of electrode intersection points Pi. ).

その他、本発明の実施の際の具体的な構造および手順は、本発明の目的を達成できる範囲で他の構造などに適宜変更できる。 In addition, the specific structure and procedure for carrying out the present invention can be appropriately changed to another structure within the scope of achieving the object of the present invention.

1…タッチ入力装置、10…情報処理装置、11…記憶部、110…判定モデル、12…制御部、121…電流値取得部、122…タッチ検出部、123…期間検出部、124…パラメータ算出部、125…タップ判定部、126…操作判定部、127…出力制御部、128…モデル生成部、2…タッチセンサ、21…タッチ部、210…タッチ面、22…送信部、23…受信部、Ia…電流値、Pi…電極交点、Rx…受信電極、Tx…送信電極、Sa…駆動信号、Sd…検出信号、Tt…タップ期間。 Reference Signs List 1 touch input device 10 information processing device 11 storage unit 110 determination model 12 control unit 121 current value acquisition unit 122 touch detection unit 123 period detection unit 124 parameter calculation Unit 125 Tap determination unit 126 Operation determination unit 127 Output control unit 128 Model generation unit 2 Touch sensor 21 Touch unit 210 Touch surface 22 Transmitter 23 Receiving unit , Ia... Current value, Pi... Electrode intersection point, Rx... Receiving electrode, Tx... Transmitting electrode, Sa... Drive signal, Sd... Detection signal, Tt... Tap period.

Claims (8)

タッチ面に対する操作体の近接に応じた電流値を出力するタッチセンサから前記電流値を取得する電流値取得部と、
前記操作体の1回のタップ動作によって前記電流値が変化している期間であるタップ期間を検出する期間検出部と、
前記タップ期間に取得される前記電流値に基づいて、前記電流値の変化に関するパラメータを算出するパラメータ算出部と、
前記パラメータを用いて、前記タップ動作がシングルタップであるか、ダブルタップを構成する1回目のタップ動作であるかを判定するタップ判定部と、を備え
前記電流値取得部は、前記タッチセンサから前記タッチ面の単位領域ごとの前記電流値を取得し、
前記パラメータ算出部は、前記タップ期間内の前記単位領域ごとの前記電流値の分布の変化に基づいて、前記タップ期間内の前記タッチ面に対する前記操作体の位置ずれ量を前記パラメータとして算出する
ことを特徴とする情報処理装置。
a current value acquisition unit that acquires the current value from a touch sensor that outputs a current value according to the proximity of the operating body to the touch surface;
a period detection unit that detects a tap period, which is a period during which the current value is changed by one tap operation of the operating body;
a parameter calculation unit that calculates a parameter related to a change in the current value based on the current value acquired during the tap period;
a tap determination unit that uses the parameter to determine whether the tap operation is a single tap or a first tap operation constituting a double tap ;
The current value acquisition unit acquires the current value for each unit area of the touch surface from the touch sensor,
The parameter calculation unit calculates, as the parameter, a displacement amount of the operating body with respect to the touch surface within the tap period, based on a change in the current value distribution for each unit area within the tap period.
An information processing device characterized by:
請求項1に記載の情報処理装置において、
前記パラメータ算出部は、前記タップ期間内の前記電流値の最大値、または、前記タップ期間内の前記電流値の最大変化率のうち、少なくとも一つを前記パラメータとして算出する
ことを特徴とする情報処理装置。
In the information processing device according to claim 1,
wherein the parameter calculation unit calculates at least one of a maximum value of the current value within the tap period and a maximum rate of change of the current value within the tap period as the parameter. processing equipment.
請求項1または請求項2に記載の情報処理装置において、
前記電流値取得部は、前記タッチセンサから前記タッチ面の単位領域ごとの前記電流値を取得し、
前記パラメータ算出部は、前記タップ期間内の前記単位領域ごとの前記電流値の分布、または、前記タップ期間内の所定値以上の前記電流値に対応する前記単位領域の数のうち、少なくとも一つを前記パラメータとして算出する
ことを特徴とする情報処理装置。
In the information processing apparatus according to claim 1 or claim 2,
The current value acquisition unit acquires the current value for each unit area of the touch surface from the touch sensor,
The parameter calculator calculates at least one of the distribution of the current values for each of the unit regions within the tap period, or the number of the unit regions corresponding to the current value equal to or greater than a predetermined value within the tap period. is calculated as the parameter.
請求項1から請求項のいずれか一項に記載の情報処理装置において、
前記タップ判定部は、前記パラメータと、前記タップ期間の時間とを用いて、前記タップ動作が前記シングルタップであるか、前記ダブルタップを構成する1回目のタップ動作であるかを判定する
ことを特徴とする情報処理装置。
In the information processing apparatus according to any one of claims 1 to 3 ,
The tap determination unit uses the parameter and the time of the tap period to determine whether the tap operation is the single tap or the first tap operation constituting the double tap. An information processing device characterized by:
請求項1から請求項のいずれか一項に記載の情報処理装置において、
前記タップ判定部により、前記タップ動作が前記ダブルタップを構成する1回目のタップ動作であると判定された場合において、前記ダブルタップに対応するイベントをバックグラウンドで実行する出力制御部をさらに備える
ことを特徴とする情報処理装置。
In the information processing apparatus according to any one of claims 1 to 4 ,
further comprising an output control unit that executes an event corresponding to the double tap in the background when the tap determination unit determines that the tap operation is the first tap operation constituting the double tap. An information processing device characterized by:
請求項1から請求項のいずれか1項に記載の情報処理装置において、
前記タップ判定部は、少なくとも前記パラメータを入力とする判定モデルを用いて、前記タップ動作が前記シングルタップであるか、前記ダブルタップを構成する1回目のタップ動作であるかを判定する
ことを特徴とする情報処理装置。
In the information processing apparatus according to any one of claims 1 to 5 ,
The tap determination unit determines whether the tap motion is the single tap or the first tap motion constituting the double tap, using a determination model having at least the parameter as an input. and information processing equipment.
コンピューターにより、タッチセンサを介して入力される入力操作の種類を判定する情報処理方法であって、
前記コンピューターは、電流値取得部、期間検出部、パラメータ算出部、およびタップ判定部を備え、
前記電流値取得部が、タッチ面に対する操作体の近接に応じた電流値を出力するタッチセンサから前記電流値を取得するステップと、
前記期間検出部が、前記操作体の1回のタップ動作によって前記電流値が変化している期間であるタップ期間を検出するステップと、
前記パラメータ算出部が、前記タップ期間に取得される前記電流値に基づいて、前記電流値の変化に関するパラメータを算出するステップと、
前記タップ判定部が、前記パラメータを用いて、前記タップ動作がシングルタップであるか、ダブルタップを構成する1回目のタップ動作であるかを判定するステップと、を実施し、
前記電流値取得部は、前記タッチセンサから前記タッチ面の単位領域ごとの前記電流値を取得し、
前記パラメータ算出部は、前記タップ期間内の前記単位領域ごとの前記電流値の分布の変化に基づいて、前記タップ期間内の前記タッチ面に対する前記操作体の位置ずれ量を前記パラメータとして算出することを特徴とする情報処理方法。
An information processing method for determining the type of input operation input via a touch sensor by a computer,
The computer includes a current value acquisition unit, a period detection unit, a parameter calculation unit, and a tap determination unit,
a step in which the current value acquiring unit acquires the current value from a touch sensor that outputs a current value corresponding to the proximity of the operating body to the touch surface;
a step in which the period detection unit detects a tap period, which is a period during which the current value changes due to one tap operation of the operating body;
a step in which the parameter calculation unit calculates a parameter related to a change in the current value based on the current value acquired during the tap period;
the step of determining whether the tap operation is a single tap or a first tap operation constituting a double tap, using the parameter , and
The current value acquisition unit acquires the current value for each unit area of the touch surface from the touch sensor,
The parameter calculation unit calculates, as the parameter, a displacement amount of the operating body with respect to the touch surface within the tap period based on a change in the current value distribution for each unit area within the tap period. An information processing method characterized by:
コンピューターにより読み取り実行可能な情報処理プログラムであって、
前記コンピューターを請求項1から請求項のいずれか1項に記載の情報処理装置として機能させることを特徴とする情報処理プログラム。
A computer readable and executable information processing program comprising:
An information processing program causing the computer to function as the information processing apparatus according to any one of claims 1 to 6 .
JP2020005158A 2020-01-16 2020-01-16 Information processing device, information processing method and information processing program Active JP7317730B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020005158A JP7317730B2 (en) 2020-01-16 2020-01-16 Information processing device, information processing method and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020005158A JP7317730B2 (en) 2020-01-16 2020-01-16 Information processing device, information processing method and information processing program

Publications (2)

Publication Number Publication Date
JP2021114022A JP2021114022A (en) 2021-08-05
JP7317730B2 true JP7317730B2 (en) 2023-07-31

Family

ID=77077650

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020005158A Active JP7317730B2 (en) 2020-01-16 2020-01-16 Information processing device, information processing method and information processing program

Country Status (1)

Country Link
JP (1) JP7317730B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170834A (en) 2010-01-19 2011-09-01 Sony Corp Information processing apparatus, operation prediction method, and operation prediction program
JP2013003978A (en) 2011-06-20 2013-01-07 Alps Electric Co Ltd Coordinate detection device and coordinate detection program
JP2014006766A (en) 2012-06-26 2014-01-16 Tokai Rika Co Ltd Operation device
JP2014106836A (en) 2012-11-29 2014-06-09 Pentel Corp Coordinate input system
JP2015111328A (en) 2013-12-06 2015-06-18 株式会社東海理化電機製作所 Operation device
US20170010653A1 (en) 2015-07-06 2017-01-12 Himax Technologies Limited Touch controller apparatus and a method for waking up an electronic device
JP2017117014A (en) 2015-12-21 2017-06-29 富士通株式会社 Input program, input device, and input method
JP2019067214A (en) 2017-10-02 2019-04-25 ヤフー株式会社 Determination program, determination method, terminal device, learning data, and model

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170834A (en) 2010-01-19 2011-09-01 Sony Corp Information processing apparatus, operation prediction method, and operation prediction program
JP2013003978A (en) 2011-06-20 2013-01-07 Alps Electric Co Ltd Coordinate detection device and coordinate detection program
JP2014006766A (en) 2012-06-26 2014-01-16 Tokai Rika Co Ltd Operation device
JP2014106836A (en) 2012-11-29 2014-06-09 Pentel Corp Coordinate input system
JP2015111328A (en) 2013-12-06 2015-06-18 株式会社東海理化電機製作所 Operation device
US20170010653A1 (en) 2015-07-06 2017-01-12 Himax Technologies Limited Touch controller apparatus and a method for waking up an electronic device
JP2017117014A (en) 2015-12-21 2017-06-29 富士通株式会社 Input program, input device, and input method
JP2019067214A (en) 2017-10-02 2019-04-25 ヤフー株式会社 Determination program, determination method, terminal device, learning data, and model

Also Published As

Publication number Publication date
JP2021114022A (en) 2021-08-05

Similar Documents

Publication Publication Date Title
US9367185B2 (en) Method and system for discriminating stylus and touch interactions
EP2549365B1 (en) Touch tracking device and method for a touch screen
CN104007932B (en) A kind of touch point recognition methods and device
JP5716503B2 (en) Information processing apparatus, information processing method, and computer program
JP5716502B2 (en) Information processing apparatus, information processing method, and computer program
AU2012348377B2 (en) Touch-sensitive button with two levels
KR101359699B1 (en) Disambiguating touch-input based on variation in characteristic such as speed or pressure along a touch-trail
EP1892605A2 (en) Apparatus, method, and medium of sensing movement of multi-touch point and mobile apparatus using the same
US20100271326A1 (en) Method for operating electronic device using touch pad
WO2015131675A1 (en) Compensation method for broken slide paths, electronic device and computer storage medium
TW201839576A (en) Touch sensor-type electronic device and sensor control method
WO2014002316A1 (en) Operation device
CN202422047U (en) Device for detecting touch track of touch screen
KR102198596B1 (en) Disambiguation of indirect input
JP2015230693A (en) Information processing device, input method, computer program, and recording medium
JP7317730B2 (en) Information processing device, information processing method and information processing program
CN108604142B (en) Touch screen device operation method and touch screen device
CN104516566A (en) Handwriting input method and device
CN109634417B (en) Processing method and electronic equipment
JP6979086B2 (en) Information processing equipment, information processing methods and information processing programs
TWI252433B (en) Method and control device for identifying a double-tap gesture
JP7242188B2 (en) Pseudo Push Judgment Method in Force Sensor Non-Touch Sensor
CN107526508B (en) Electronic device, sliding operation processing method and sliding operation processing system
TWI530847B (en) Click gesture determination method, touch control chip, touch control system and computer system
JP2012238210A (en) Input device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230214

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230407

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: 20230620

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230719

R150 Certificate of patent or registration of utility model

Ref document number: 7317730

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350