JP5194180B2 - モーションセンシングプログラム及びそれを備えた電子コンパス - Google Patents
モーションセンシングプログラム及びそれを備えた電子コンパス Download PDFInfo
- Publication number
- JP5194180B2 JP5194180B2 JP2012051226A JP2012051226A JP5194180B2 JP 5194180 B2 JP5194180 B2 JP 5194180B2 JP 2012051226 A JP2012051226 A JP 2012051226A JP 2012051226 A JP2012051226 A JP 2012051226A JP 5194180 B2 JP5194180 B2 JP 5194180B2
- Authority
- JP
- Japan
- Prior art keywords
- motion sensing
- magnetic sensor
- output
- measurement point
- program
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C17/00—Compasses; Devices for ascertaining true or magnetic north for navigation or surveying purposes
- G01C17/02—Magnetic compasses
- G01C17/28—Electromagnetic compasses
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01P—MEASURING LINEAR OR ANGULAR SPEED, ACCELERATION, DECELERATION, OR SHOCK; INDICATING PRESENCE, ABSENCE, OR DIRECTION, OF MOVEMENT
- G01P13/00—Indicating or recording presence, absence, or direction, of movement
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01P—MEASURING LINEAR OR ANGULAR SPEED, ACCELERATION, DECELERATION, OR SHOCK; INDICATING PRESENCE, ABSENCE, OR DIRECTION, OF MOVEMENT
- G01P13/00—Indicating or recording presence, absence, or direction, of movement
- G01P13/02—Indicating direction only, e.g. by weather vane
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/03—Arrangements for converting the position or the displacement of a member into a coded form
- G06F3/033—Pointing devices displaced or positioned by the user, e.g. mice, trackballs, pens or joysticks; Accessories therefor
- G06F3/0346—Pointing devices displaced or positioned by the user, e.g. mice, trackballs, pens or joysticks; Accessories therefor with detection of the device orientation or free movement in a 3D space, e.g. 3D mice, 6-DOF [six degrees of freedom] pointers using gyroscopes, accelerometers or tilt-sensors
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Human Computer Interaction (AREA)
- Electromagnetism (AREA)
- Measuring Magnetic Variables (AREA)
- User Interface Of Digital Computer (AREA)
Description
本発明のモーションセンシングプログラムにおけるモーションセンシングでは、磁気センサが所定方向に回転した際のモーションをセンシングする。図1(a)〜(c)は、磁気センサの回転方向を説明するための図であり、図1(a)は、磁気センサ1を水平方向に回転した場合(鉛直方向を軸とした回転)を示し、図1(b)は、磁気センサ1を縦方向に回転した場合(水平方向を軸とした回転)を示し、図1(c)は、磁気センサ1を横方向に回転した場合(水平方向を軸とした回転)を示す。なお、図1(b)、(c)に示す回転は、いずれも水平方向を軸とした回転であるが、磁気センサ1を搭載するデバイス(例えば、携帯端末装置)が長軸及び短軸を持つ略直方体形状である場合には、図1(b)に示す回転は、水平方向の短軸を軸とした回転であり、図1(c)に示す回転は、水平方向の長軸(装置表面内における長手方向)を軸とした回転である。ここで、図1(b),(c)に示す回転における水平方向とは、磁気センサを搭載した装置表面内における方向を意味し、地表面に対して水平な方向の意味ではない。
ここでは、磁気センサが3軸の磁気センサであり、所定の回転方向が横方向であり、X軸−Z軸の出力座標において90°の位相出力を示し、Y軸の出力は変化がない場合について説明する。
D(i)=√[{Xout(i)−Xout(0)}2+{Zout(i)−Zout(0)}2] 式(1)
ここで、Dth1≦D(i)であるかどうか、すなわち距離Aが閾値以上であるかどうかを判断する(ST11)。Dth1≦D(i)であれば、そのiに対応する測定点を最遠測定点(折り返し測定点)とし、そのときのXの出力とZの出力を記憶する。このとき、i=kとおくと下記式(2)のようになる。
D(k)=√[{Xout(k)−Xout(0)}2+{Zout(k)−Zout(0)}2] 式(2)
D(end)=√[{Xout(end)−Xout(0)}2+{Zout(end)−Zout(0)}2]式(3)
ここで、Dth2≧D(end)であるかどうか、すなわち距離Bが閾値以下であるかどうかを判断する(ST12)。Dth2≧D(end)であれば、その測定点を終了測定点とし、そのときのXの出力とZの出力を記憶する。このような2つの閾値判定で条件を満足すると、モーションセンシングであることを識別する(ST13)。一方、2つの閾値判定でいずれかの条件を満足しなければ、モーションセンシングでないと判定する(ST15)。
XMP=(Xout(0)+Xout(k))/2 式(4)
ZMP=(Zout(0)+Zout(k))/2 式(5)
仮想線Cのベクトル:Cx=Xout(0)−XMP、Cz=Zout(0)−ZMP 式(6)
仮想線Dのベクトル:Dx=Xout(k)−XMP、Cz=Zout(k)−ZMP 式(7)
これらのベクトルCx,Cz、Dx,Dzのそれぞれの外積を求めて法線ベクトルを求め、この法線ベクトルのY軸成分の正負を判定し、この正負により回転の方向を特定する。
11 制御部
12 通信部
13 表示部
14 入力部
15 電子コンパス
151 コンパスモジュール
1511 磁気センサ部
152 制御部
1521 方位算出プログラム
1522 モーションセンシングプログラム
Claims (7)
- コンピュータにより実行可能であり、少なくとも2軸の磁気センサの出力を用いてモーションセンシングを行うモーションセンシングプログラムであって、前記モーションセンシングプログラムは、前記磁気センサが所定時間内に所定方向に回転した際の開始測定点における特定の2軸の磁気センサの出力、及び前記所定時間内における前記開始測定点以後の他の測定点における前記特定の2軸のセンサの出力に基づいて前記開始測定点と前記開始測定点以後の複数の他の測定点との間の出力座標上の距離を求め、前記距離に対して閾値判定を行ってモーションセンシングであるかどうかを判断する手順と、前記モーションセンシングである場合において回転方向を特定する手順と、を含むことを特徴とするモーションセンシングプログラム。
- 前記モーションセンシングであるかどうかを判断する手順においては、前記特定の2軸の磁気センサの出力座標における開始測定点から前記開始測定点に対する最遠測定点までの出力座標上の距離が第1の所定値以上であり、前記磁気センサを回転開始位置にほぼ戻した際の測定点から前記開始測定点までの出力座標上の距離が第2の所定値以下であるときに前記モーションセンシングであると判断することを特徴とする請求項1記載のモーションセンシングプログラム。
- 前記特定の2軸の磁気センサがコイルを有し、当該コイルにより漏洩磁場に対して補正することを特徴とする請求項1又は請求項2記載のモーションセンシングプログラム。
- 磁気センサを有するコンパスモジュールと、前記磁気センサの出力を用いてモーションセンシングを行う請求項1から請求項3のいずれかに記載のモーションセンシングプログラム及び前記磁気センサの出力を用いて方位を求める方位算出プログラムを備えた制御手段と、を具備することを特徴とする電子コンパス。
- 請求項4記載の電子コンパスを搭載し、前記電子コンパスにより、方位を求めると共にスイッチングを行うことを特徴とする携帯端末装置。
- 磁気センサと、前記磁気センサの出力を用いてモーションセンシングを行う請求項1から請求項3のいずれかに記載のモーションセンシングプログラム及び前記磁気センサの出力を用いて方位を求める方位算出プログラムを備えた制御手段と、を具備し、モーションセンシングによりスイッチングを行うことを特徴とする携帯端末装置。
- 前記磁気センサの所定方向の回転が装置表面内における長手方向を軸とした回転であることを特徴とする請求項5又は請求項6記載の携帯端末装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012051226A JP5194180B2 (ja) | 2006-12-06 | 2012-03-08 | モーションセンシングプログラム及びそれを備えた電子コンパス |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006329034 | 2006-12-06 | ||
JP2006329034 | 2006-12-06 | ||
JP2012051226A JP5194180B2 (ja) | 2006-12-06 | 2012-03-08 | モーションセンシングプログラム及びそれを備えた電子コンパス |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008548312A Division JP5023073B2 (ja) | 2006-12-06 | 2007-12-05 | モーションセンシングプログラム及びそれを備えた電子コンパス |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012123836A JP2012123836A (ja) | 2012-06-28 |
JP5194180B2 true JP5194180B2 (ja) | 2013-05-08 |
Family
ID=39492123
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008548312A Expired - Fee Related JP5023073B2 (ja) | 2006-12-06 | 2007-12-05 | モーションセンシングプログラム及びそれを備えた電子コンパス |
JP2012051226A Expired - Fee Related JP5194180B2 (ja) | 2006-12-06 | 2012-03-08 | モーションセンシングプログラム及びそれを備えた電子コンパス |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008548312A Expired - Fee Related JP5023073B2 (ja) | 2006-12-06 | 2007-12-05 | モーションセンシングプログラム及びそれを備えた電子コンパス |
Country Status (4)
Country | Link |
---|---|
US (1) | US8046189B2 (ja) |
EP (1) | EP2098945B1 (ja) |
JP (2) | JP5023073B2 (ja) |
WO (1) | WO2008069241A1 (ja) |
Families Citing this family (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5128244B2 (ja) * | 2007-11-05 | 2013-01-23 | 株式会社ミツトヨ | 測定装置 |
JP5374287B2 (ja) * | 2009-09-15 | 2013-12-25 | 任天堂株式会社 | 情報処理プログラム、情報処理装置、情報処理システム、および情報処理方法 |
FR2950713A1 (fr) * | 2009-09-29 | 2011-04-01 | Movea Sa | Systeme et procede de reconnaissance de gestes |
CA2833544A1 (en) * | 2011-04-18 | 2012-10-26 | Eyesee360, Inc. | Apparatus and method for panoramic video imaging with mobile computing devices |
JP5497708B2 (ja) * | 2011-08-31 | 2014-05-21 | 楽天株式会社 | 携帯型電子機器、携帯型電子機器の制御方法、プログラム、及び情報記憶媒体 |
RU2012104711A (ru) * | 2012-02-10 | 2013-08-20 | Корпорация "САМСУНГ ЭЛЕКТРОНИКС Ко., Лтд." | Определение состояния движения |
US20150253908A1 (en) * | 2012-09-14 | 2015-09-10 | Widevantage Inc. | Electrical device for determining user input by using a magnetometer |
JP2014066638A (ja) | 2012-09-26 | 2014-04-17 | Lapis Semiconductor Co Ltd | 判定装置、電子機器及び判定方法 |
WO2014183098A2 (en) | 2013-05-09 | 2014-11-13 | Amazon Technologies, Inc. | Mobile device interfaces |
US9342113B2 (en) * | 2013-07-18 | 2016-05-17 | Facebook, Inc. | Movement-triggered action for mobile device |
JP5613314B1 (ja) * | 2013-11-14 | 2014-10-22 | Jfeシステムズ株式会社 | ジェスチャー検出装置、ジェスチャー検出プログラム、ジェスチャー認識装置およびジェスチャー認識プログラム |
CN104922902B (zh) * | 2014-03-20 | 2018-08-31 | 联想(北京)有限公司 | 一种游戏控制杆、电子设备、信息处理方法及装置 |
JP6317411B2 (ja) * | 2016-10-05 | 2018-04-25 | 株式会社小松製作所 | 建設機械管理システム |
CN109618059A (zh) | 2019-01-03 | 2019-04-12 | 北京百度网讯科技有限公司 | 移动终端中语音识别功能的唤醒方法和装置 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5757360A (en) * | 1995-05-03 | 1998-05-26 | Mitsubishi Electric Information Technology Center America, Inc. | Hand held computer control device |
JP2000065576A (ja) * | 1998-08-21 | 2000-03-03 | Olympus Optical Co Ltd | 映像表示装置 |
JP2002164990A (ja) * | 2000-11-28 | 2002-06-07 | Kyocera Corp | 携帯通信端末装置 |
JP2003005879A (ja) * | 2001-06-19 | 2003-01-08 | Mitsubishi Electric Corp | 携帯用情報端末 |
US6651003B2 (en) * | 2001-07-30 | 2003-11-18 | Innovative Design Solutions, Inc. | Method of automatic continuous calibration for an electric compass |
EP1314961B1 (en) * | 2001-11-22 | 2009-07-15 | Yamaha Corporation | Electronic apparatus |
JP3733904B2 (ja) * | 2001-12-27 | 2006-01-11 | ヤマハ株式会社 | 携帯電話装置及びその制御方法 |
JP4381161B2 (ja) * | 2003-03-05 | 2009-12-09 | シチズンホールディングス株式会社 | 方位測定装置、方位測定方法、および方位測定プログラム |
JP2007531113A (ja) * | 2004-03-23 | 2007-11-01 | 富士通株式会社 | 携帯装置の傾斜及び並進運動成分の識別 |
JP2006128788A (ja) * | 2004-10-26 | 2006-05-18 | Yamaha Corp | 携帯情報端末 |
JP2006128789A (ja) * | 2004-10-26 | 2006-05-18 | Yamaha Corp | 携帯端末機 |
JP4252555B2 (ja) * | 2005-04-25 | 2009-04-08 | アルプス電気株式会社 | 傾斜センサおよびこれを用いた方位計測装置 |
-
2007
- 2007-12-05 EP EP07850129.3A patent/EP2098945B1/en not_active Not-in-force
- 2007-12-05 WO PCT/JP2007/073505 patent/WO2008069241A1/ja active Application Filing
- 2007-12-05 JP JP2008548312A patent/JP5023073B2/ja not_active Expired - Fee Related
-
2009
- 2009-06-03 US US12/477,543 patent/US8046189B2/en not_active Expired - Fee Related
-
2012
- 2012-03-08 JP JP2012051226A patent/JP5194180B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US8046189B2 (en) | 2011-10-25 |
US20090248352A1 (en) | 2009-10-01 |
EP2098945B1 (en) | 2016-07-20 |
EP2098945A4 (en) | 2012-09-26 |
JP5023073B2 (ja) | 2012-09-12 |
WO2008069241A1 (ja) | 2008-06-12 |
JPWO2008069241A1 (ja) | 2010-03-18 |
EP2098945A1 (en) | 2009-09-09 |
JP2012123836A (ja) | 2012-06-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5194180B2 (ja) | モーションセンシングプログラム及びそれを備えた電子コンパス | |
KR102368230B1 (ko) | 폴더블 디바이스의 두 몸체부의 사이각 측정 방법 및 이를 위한 장치 | |
KR101605333B1 (ko) | 포터블 디바이스 및 그의 제어 방법 | |
US8239153B2 (en) | Dynamic compass calibration in a portable device | |
US8351910B2 (en) | Method and apparatus for determining a user input from inertial sensors | |
JP2008064761A (ja) | ハイブリッド型センサモジュール及びそれを用いたセンシング方法 | |
JP6474128B2 (ja) | 地磁気センサと加速度センサを搭載した電子機器 | |
JP2006300880A (ja) | 傾斜センサおよびこれを用いた方位計測装置 | |
WO2006088057A1 (ja) | 方位計測装置 | |
JP5678357B2 (ja) | 回転情報演算方法、回転情報演算プログラム、磁気型ジャイロスコープおよび移動体 | |
JP2006275523A (ja) | 電子方位装置および記録媒体 | |
JP4551158B2 (ja) | 方位角計測装置、および、方位角計測方法 | |
JPWO2012066850A1 (ja) | 電子機器 | |
JP5457890B2 (ja) | 方位検知装置 | |
KR101298845B1 (ko) | 오브젝트에 구비된 지자기 센서의 방위각 보정 방법 및 장치 | |
JP2011071568A (ja) | コマンド入力システム | |
JP2002164987A (ja) | 携帯端末機器用姿勢角度検出装置の取り付け方法 | |
JP2001175411A (ja) | 画像コントロール装置 | |
KR20110085902A (ko) | 자동 방향설정 감지장치를 구비한 기기의 조정 방법 및 자동 이미지 방향설정 장치를 구비한 기기 | |
JP5176537B2 (ja) | モーションセンシング装置,モーションセンシング方法およびモーションセンシング回路 | |
JP5498196B2 (ja) | 磁界検知装置 | |
JP3754289B2 (ja) | 携帯端末機器用姿勢角度検出装置および携帯端末機器用磁気方位検出装置 | |
JP2005043103A (ja) | 磁気コンパス | |
JP4928875B2 (ja) | センサーモジュール | |
JP4051969B2 (ja) | 地磁気センサを利用した首振り範囲の制御装置及び首振り部を備える装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20130115 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130116 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130204 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5194180 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160208 Year of fee payment: 3 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |