JP2008158631A - 情報処理装置及びその制御方法 - Google Patents
情報処理装置及びその制御方法 Download PDFInfo
- Publication number
- JP2008158631A JP2008158631A JP2006344275A JP2006344275A JP2008158631A JP 2008158631 A JP2008158631 A JP 2008158631A JP 2006344275 A JP2006344275 A JP 2006344275A JP 2006344275 A JP2006344275 A JP 2006344275A JP 2008158631 A JP2008158631 A JP 2008158631A
- Authority
- JP
- Japan
- Prior art keywords
- input
- data
- trajectory
- content
- dictionary
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Library & Information Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】 位置座標入力部301によって入力された軌跡を、軌跡分類辞書304を用いて軌跡認識処理手段303は認識する。新規登録判定手段305は、認識された軌跡が新規のものか判定する。新規の軌跡だった場合、新規軌跡辞書作成手段307は新規の軌跡として軌跡分類辞書304に軌跡を登録する。
【選択図】 図3
Description
コンテンツに対応付けて軌跡を入力する入力手段と、
前記入力手段によって入力された軌跡と、前記辞書データに登録されている軌跡を比較する比較手段と、
前記比較手段による比較結果に基き、前記入力手段によって入力された軌跡を前記辞書データに新規登録する登録手段と
を有することを特徴とする。
コンテンツに対応付けて音声を入力する入力手段と、
前記入力手段によって入力された音声と、前記辞書データに登録されている音声を比較する比較手段と、
前記比較手段による比較結果に基き、前記入力手段によって入力された音声を前記辞書データに新規登録する登録手段と
を有することを特徴とする。
コンテンツに対応付けて軌跡を入力する入力工程と、
前記入力工程で入力された軌跡と、前記辞書データに登録されている軌跡を比較する比較工程と、
前記比較工程による比較結果に基き、前記入力工程で入力された軌跡を前記辞書データに新規登録する登録工程とを有することを特徴とする。
図1は第1の実施形態の使用形態を表している。101はデジタルTVであり、液晶表示部、CPU、ROM、RAM、HD、記録メディアを差し込むスロット、他のネットワーク接続機能をもったパーソナルコンピュータと接続するネットワークインターフェイス部とで構成されている。また、他のネットワーク上にある、静止画や動画のコンテンツデータを表示再生するソフトウェアが組込まれている。102は、一般的なローカルエリアネットワークであり、それによりハードディスクレコーダー等の動画や静止画の記録蓄積装置等と接続する。103は、一般的なメディアサーバーで、ローカルエリアネットワーク等で本発明の情報処理装置と接続されている。このメディアサーバー103には、静止画や、動画が記録されており、ローカルエリアネットワークを通して送られてくるデータの送信要求に応じて静止画等のデータをローカルエリアネットワークを通じて送出する。
S1008において、辞書のコンテンツ記入軌跡データの筆跡面積の近い順にソートする処理を行う。例えば、面積の大きさを大、中、小の三段階とし、検索入力データの筆跡の面積が大なら、大、中、小順にする。S1009において、同一面積の辞書データでは、入力筆跡の外接枠の中心と辞書データの外接枠の中心を比較し、距離の近い順に並べる処理を行う。例えば、入力データが、左上隅に書かれたとして、辞書データが中央、右下隅、左上隅、存在する場合。ソートされて、左上隅、中央、右下隅になる。S1010において、ソートした辞書データのファイル名からファイルデータを読み込む処理を行う。例えば、ソートした結果が、図9に示す01.jpg,02.jpg,06.jpgなら、そのファイルを読み込む。S1011において、読み込んだファイルからサムネール画像を作成し表示する処理を行う。例えば、01.jpg,02.jpg,06.jpgなら、そのファイルからサムネール画像を作成し、図9に示すように01.jpg902,02.jpg903,06.jpg904と順に表示する。そして画像上に軌跡を表示する。S1012において、処理を終了する。ワーク領域等を開放する。
第1の実施形態では、入力軌跡データと辞書データとの判定基準は閾値が1種類で、新規登録か既存軌跡辞書にデータ追加かの2者択一であった。しかし、ユーザによっては、登録した辞書形状が不安定な場合もあり、辞書データとの一致度が低い場合もあるのでそれを改善する処理も考えられる。そこで、判定基準の閾値を2種類定め、閾値の1以下の時は、既存軌跡辞書にデータ追加とし、閾値の1以上で閾値の2以下の時は、既存の形状データに同一形状の別データを追加する構成とする。尚、図1の使用形態及び図2のブロック図は第1の実施形態で説明したものと同様であるので省略する。
第1の実施形態、第2の実施形態では、コンテンツに自由な形状の筆跡を入力して、分類、検索が出来る情報処理装置を説明したが、TV等でコンテンツを見ながら分類、検索する時の入力手段として音声の応用も考えられる。第1の実施形態の構成の軌跡入力部分軌跡の辞書部分を音声入力手段と音声分類辞書の構成に変更すれば良い。図1、図2の位置座標入力部を音声入力部に置き換えた以外は第1の実施形態と同様の構成であるので、説明は省略する。
1901において、音声入力による検索処理を開始する。記憶バッファ等の領域を確保する。1902で、検索キーとなる音声データをバッファに読み込む処理を行う。1903において、読み込んだ音声データから特徴抽出処理を行う。例えば、特開2005−175839号公報に記載されている樣に音声データから特徴パラメータ列に変換する。
102 ローカルエリアネットワーク
103 メディアサーバー
104 情報処理装置
105 ペン
Claims (6)
- 予めコンテンツと軌跡を対応付けて登録した辞書データを用いて、認識された軌跡から対応するコンテンツを検索する情報処理装置であって、
コンテンツに対応付けて軌跡を入力する入力手段と、
前記入力手段によって入力された軌跡と、前記辞書データに登録されている軌跡を比較する比較手段と、
前記比較手段による比較結果に基き、前記入力手段によって入力された軌跡を前記辞書データに新規登録する登録手段と
を有することを特徴とする情報処理装置。 - 前記辞書データは軌跡の形状と対応付けて、位置、大きさ、前記コンテンツの情報が登録されることを特徴とする請求項1に記載の情報処理装置。
- 前記比較手段は、前記入力手段によって入力された軌跡と、前記辞書データに登録されている軌跡の相違度が、予め定めた第1の閾値以上、予め定めた第2の閾値以下の場合、前記辞書データに既に登録されている軌跡の形状に、前記入力手段によって入力された軌跡を対応付けて追加登録することを特徴とする請求項1に記載の情報処理装置。
- 予めコンテンツと音声を対応付けて登録した辞書データを用いて、認識された音声から対応するコンテンツを検索する情報処理装置であって、
コンテンツに対応付けて音声を入力する入力手段と、
前記入力手段によって入力された音声と、前記辞書データに登録されている音声を比較する比較手段と、
前記比較手段による比較結果に基き、前記入力手段によって入力された音声を前記辞書データに新規登録する登録手段と
を有することを特徴とする情報処理装置。 - 予めコンテンツと軌跡を対応付けて登録した辞書データを用いて、認識された軌跡から対応するコンテンツを検索する情報処理装置の制御方法であって、
コンテンツに対応付けて軌跡を入力する入力工程と、
前記入力工程で入力された軌跡と、前記辞書データに登録されている軌跡を比較する比較工程と、
前記比較工程による比較結果に基き、前記入力工程で入力された軌跡を前記辞書データに新規登録する登録工程と
を有することを特徴とする情報処理装置の制御方法。 - 請求項6に記載の情報処理装置の制御方法をコンピュータに実行させるための制御プログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006344275A JP5464786B2 (ja) | 2006-12-21 | 2006-12-21 | 情報処理装置、制御方法、及び制御プログラム |
US11/941,711 US8218876B2 (en) | 2006-12-21 | 2007-11-16 | Information processing apparatus and control method |
CN200710302236.0A CN101206675B (zh) | 2006-12-21 | 2007-12-20 | 信息处理设备和信息处理方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006344275A JP5464786B2 (ja) | 2006-12-21 | 2006-12-21 | 情報処理装置、制御方法、及び制御プログラム |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013258144A Division JP2014096156A (ja) | 2013-12-13 | 2013-12-13 | 情報処理装置、制御方法、制御プログラム及び記憶媒体 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2008158631A true JP2008158631A (ja) | 2008-07-10 |
JP2008158631A5 JP2008158631A5 (ja) | 2010-01-28 |
JP5464786B2 JP5464786B2 (ja) | 2014-04-09 |
Family
ID=39544396
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006344275A Expired - Fee Related JP5464786B2 (ja) | 2006-12-21 | 2006-12-21 | 情報処理装置、制御方法、及び制御プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8218876B2 (ja) |
JP (1) | JP5464786B2 (ja) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011204173A (ja) * | 2010-03-26 | 2011-10-13 | Seiko Epson Corp | 筆跡データ生成システム、筆跡データ生成方法、およびプログラム |
JP2012208898A (ja) * | 2011-03-30 | 2012-10-25 | Sony Corp | 情報処理装置、プレイリスト生成方法及びプレイリスト生成プログラム |
JP2015049752A (ja) * | 2013-09-02 | 2015-03-16 | 株式会社東芝 | 情報処理装置、方法およびプログラム |
WO2015098190A1 (ja) * | 2013-12-27 | 2015-07-02 | ソニー株式会社 | 制御装置、制御方法及びコンピュータプログラム |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5178484B2 (ja) * | 2008-12-08 | 2013-04-10 | キヤノン株式会社 | 情報処理装置及び情報処理方法 |
JP5949393B2 (ja) * | 2012-09-26 | 2016-07-06 | 富士通株式会社 | システム、端末装置および画像取得方法 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63228874A (ja) * | 1987-03-17 | 1988-09-22 | Nec Corp | 画像フアイル方式とその装置 |
JPH03142663A (ja) * | 1989-10-30 | 1991-06-18 | Hitachi Ltd | 文書ファイル装置 |
JPH0773190A (ja) * | 1993-04-29 | 1995-03-17 | Matsushita Electric Ind Co Ltd | ペンベースコンピューターシステム用絵文字ネーミング |
JPH0991424A (ja) * | 1995-09-21 | 1997-04-04 | Canon Inc | 検索装置及び方法 |
JPH09269952A (ja) * | 1996-04-03 | 1997-10-14 | Canon Inc | 文書検索装置及びその方法 |
JPH10171835A (ja) * | 1996-12-05 | 1998-06-26 | Canon Inc | 情報処理装置および情報処理方法 |
JP2004139501A (ja) * | 2002-10-21 | 2004-05-13 | Fujitsu Ltd | 文書ブラウザ、文書ブラウズ方法および文書ブラウズ方法をコンピュータに実行させるためのプログラム |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6782395B2 (en) * | 1999-12-03 | 2004-08-24 | Canon Kabushiki Kaisha | Method and devices for indexing and seeking digital images taking into account the definition of regions of interest |
US6996268B2 (en) * | 2001-12-28 | 2006-02-07 | International Business Machines Corporation | System and method for gathering, indexing, and supplying publicly available data charts |
JP2004348706A (ja) * | 2003-04-30 | 2004-12-09 | Canon Inc | 情報処理装置及び情報処理方法ならびに記憶媒体、プログラム |
JP2005236646A (ja) | 2004-02-19 | 2005-09-02 | Fuji Xerox Co Ltd | 画像表示装置および方法およびプログラム |
JP2005345616A (ja) * | 2004-06-01 | 2005-12-15 | Canon Inc | 情報処理装置及び情報処理方法 |
US7295719B2 (en) * | 2005-08-26 | 2007-11-13 | United Space Alliance, Llc | Image and information management system |
-
2006
- 2006-12-21 JP JP2006344275A patent/JP5464786B2/ja not_active Expired - Fee Related
-
2007
- 2007-11-16 US US11/941,711 patent/US8218876B2/en not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63228874A (ja) * | 1987-03-17 | 1988-09-22 | Nec Corp | 画像フアイル方式とその装置 |
JPH03142663A (ja) * | 1989-10-30 | 1991-06-18 | Hitachi Ltd | 文書ファイル装置 |
JPH0773190A (ja) * | 1993-04-29 | 1995-03-17 | Matsushita Electric Ind Co Ltd | ペンベースコンピューターシステム用絵文字ネーミング |
JPH0991424A (ja) * | 1995-09-21 | 1997-04-04 | Canon Inc | 検索装置及び方法 |
JPH09269952A (ja) * | 1996-04-03 | 1997-10-14 | Canon Inc | 文書検索装置及びその方法 |
JPH10171835A (ja) * | 1996-12-05 | 1998-06-26 | Canon Inc | 情報処理装置および情報処理方法 |
JP2004139501A (ja) * | 2002-10-21 | 2004-05-13 | Fujitsu Ltd | 文書ブラウザ、文書ブラウズ方法および文書ブラウズ方法をコンピュータに実行させるためのプログラム |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011204173A (ja) * | 2010-03-26 | 2011-10-13 | Seiko Epson Corp | 筆跡データ生成システム、筆跡データ生成方法、およびプログラム |
JP2012208898A (ja) * | 2011-03-30 | 2012-10-25 | Sony Corp | 情報処理装置、プレイリスト生成方法及びプレイリスト生成プログラム |
JP2015049752A (ja) * | 2013-09-02 | 2015-03-16 | 株式会社東芝 | 情報処理装置、方法およびプログラム |
WO2015098190A1 (ja) * | 2013-12-27 | 2015-07-02 | ソニー株式会社 | 制御装置、制御方法及びコンピュータプログラム |
JPWO2015098190A1 (ja) * | 2013-12-27 | 2017-03-23 | ソニー株式会社 | 制御装置、制御方法及びコンピュータプログラム |
US11146771B2 (en) | 2013-12-27 | 2021-10-12 | Sony Corporation | Display control device, display control method, and program |
Also Published As
Publication number | Publication date |
---|---|
JP5464786B2 (ja) | 2014-04-09 |
US8218876B2 (en) | 2012-07-10 |
CN101206675A (zh) | 2008-06-25 |
US20080154922A1 (en) | 2008-06-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5791605B2 (ja) | メタデータのタグ付けシステム、イメージ検索方法、デバイス及びそれに適用されるジェスチャーのタグ付け方法 | |
US9058375B2 (en) | Systems and methods for adding descriptive metadata to digital content | |
CN108509107A (zh) | 应用功能信息显示方法、装置及终端设备 | |
US20020099552A1 (en) | Annotating electronic information with audio clips | |
TW201523426A (zh) | 顯示於觸控螢幕上的可動作內容 | |
JP2008084110A (ja) | 情報表示装置、情報表示方法及び情報表示プログラム | |
CN105474207A (zh) | 用于搜索多媒体内容的用户界面方法和设备 | |
US7451090B2 (en) | Information processing device and information processing method | |
JP2007507746A (ja) | 選択自由な後処理を備えた携帯可能な装置のための音声タギング,音声アノテーション,および音声認識 | |
JP2007171809A (ja) | 情報処理装置及び情報処理方法 | |
WO2006047586A2 (en) | Enhanced user assistance | |
JP5464786B2 (ja) | 情報処理装置、制御方法、及び制御プログラム | |
US11178356B2 (en) | Media message creation with automatic titling | |
CN109325143B (zh) | 制作歌单的方法及装置、存储介质、处理器 | |
WO2013189317A1 (zh) | 基于人脸信息的多媒体交互方法及装置及终端 | |
TW200834355A (en) | Information processing apparatus and method, and program | |
JP2002082684A (ja) | プレゼンテーションシステム及びプレゼンテーションデータ生成方法、並びに記録媒体 | |
US20050216913A1 (en) | Annotating / rating / organizing / relating content rendered on computer device during idle mode thereof | |
US7774799B1 (en) | System and method for linking page content with a media file and displaying the links | |
JP5164426B2 (ja) | 表示制御装置および表示制御方法 | |
JP2020009011A (ja) | フォトブック作製システム及びサーバ装置 | |
JP2014096156A (ja) | 情報処理装置、制御方法、制御プログラム及び記憶媒体 | |
US20120059855A1 (en) | Method and computer program product for enabling organization of media objects | |
JP2019008684A (ja) | 情報処理装置、情報処理システム、情報処理方法およびプログラム | |
JP7288491B2 (ja) | 情報処理装置、及び制御方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091209 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20091209 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100201 |
|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20100630 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20111109 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111122 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120123 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20120710 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121009 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20121016 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20121221 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131213 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140121 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5464786 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
LAPS | Cancellation because of no payment of annual fees |