JPH07334523A - Information processor - Google Patents

Information processor

Info

Publication number
JPH07334523A
JPH07334523A JP6130490A JP13049094A JPH07334523A JP H07334523 A JPH07334523 A JP H07334523A JP 6130490 A JP6130490 A JP 6130490A JP 13049094 A JP13049094 A JP 13049094A JP H07334523 A JPH07334523 A JP H07334523A
Authority
JP
Japan
Prior art keywords
data
browsing
search
bitmap
generated
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.)
Pending
Application number
JP6130490A
Other languages
Japanese (ja)
Inventor
Atsushi Murase
敦史 村瀬
Tetsuo Tanaka
哲雄 田中
Motoaki Satoyama
元章 里山
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP6130490A priority Critical patent/JPH07334523A/en
Priority to US08/443,037 priority patent/US5657433A/en
Publication of JPH07334523A publication Critical patent/JPH07334523A/en
Priority to US08/826,976 priority patent/US6154218A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To retrieve non-visual data in a tool using the list of the reduced image of data for the retrieval of data. CONSTITUTION:A browsing program 220 receives the bit map image of application peculiar data 211 generated by an application program 210 through a window control program 201, and generates browsing data 221 obtained by reducing the data. Data is retrieved by displaying the list of generated browsing data. When application peculiar data is non-visual data such as voice, bit map data 232 is generated by using a still image input program 230 and a moving image input program 231. The browsing program reads bit map data and browsing data is generated. The moving image input program can generate the bit map image from a moving image obtained by recording a place and a state, where data of voice is obtained.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、テキスト、グラフィッ
クス、静止画像、動画像、音声等の多様なメディアタイ
プのデータの作成、保存、再生、および、検索を行うワ
ークステーションやパーソナルコンピュータなどの情報
処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a workstation, a personal computer, etc. for creating, storing, reproducing, and searching data of various media types such as text, graphics, still images, moving images, and voice. The present invention relates to an information processing device.

【0002】[0002]

【従来の技術】従来、ワークステーションやパーソナル
コンピュータなどの情報処理装置においては、生成、ま
たは入力した多様なメディアタイプのデータを、ファイ
ルの形でディスク等に保存している。ユーザは、データ
が必要となった際に、ディスクから検索して用いる。ユ
ーザが目的のデータを取得する手段として、例えば、デ
ータにテキストであるファイルの名前や、グラフィック
スのアイコンを割り当て、その一覧を表示し、ユーザに
目的のデータを指定させる方法または多量のデータを格
納したディスクから目的のデータを見つけるために、そ
の内容に関連するキーワード等を用い検索を行う方法等
がある。
2. Description of the Related Art Conventionally, in information processing apparatuses such as workstations and personal computers, data of various media types generated or input are stored in a disk or the like in the form of files. When a user needs data, he retrieves it from the disk and uses it. As a means for the user to obtain the target data, for example, a method of assigning a text file name or a graphic icon to the data, displaying a list thereof, and allowing the user to specify the target data or a large amount of data In order to find the target data from the stored disk, there is a method of performing a search using a keyword or the like related to the content.

【0003】また、特開平5−170021号公報に記
載の「情報処理装置」によれば、データが持つビットマ
ップイメージを縮小し、この検索用データの一覧を表示
することで、データ検索を行える。一つのデータに対し
複数の検索用データが登録でき、それらを同じ領域で次
々と表示することができる。このようにデータのビット
マップイメージを縮小した検索用データを画面上に一覧
表示したり、複数の検索用データを同じ領域に次々と表
示することを、ブラウジングという。検索用データの生
成は、データを生成したアプリケーションプログラムを
変更することなく行える。検索用データがデータのビッ
トマップイメージの縮小であるため、内容を確認するた
めに新たにアプリケーションプログラムを起動する必要
がない。
Further, according to the "information processing device" described in Japanese Patent Laid-Open No. 5-170021, a data search can be performed by reducing a bitmap image of data and displaying a list of the search data. . A plurality of search data can be registered for one data, and they can be displayed one after another in the same area. Displaying search data in which the bitmap image of the data is reduced on the screen as a list or displaying a plurality of search data in the same area one after another is called browsing. The search data can be generated without changing the application program that generated the data. Since the search data is the reduction of the bitmap image of the data, it is not necessary to newly start the application program to confirm the contents.

【0004】[0004]

【発明が解決しようとする課題】上記テキストでデータ
の内容の一覧を表示する手段では、ファイル名、作成
者、日時等を表示するのが限界であり、データの内容を
掌握するための十分な情報量を得ることは難しい。その
結果、結局ユーザがデータの内容とファイル名等との対
応を記憶する必要が生じる。もしくは、内容を確かめる
ために、新たにそのデータを生成したアプリケーション
プログラムを起動しなければならなくなる。
The means for displaying a list of data contents in the above text is limited in displaying the file name, creator, date and time, etc., and is sufficient for grasping the data contents. Getting information is difficult. As a result, the user eventually needs to store the correspondence between the data content and the file name and the like. Alternatively, in order to confirm the contents, it becomes necessary to start the application program that newly generated the data.

【0005】上記アイコンの一覧を表示する方法でも、
テキストの一覧を表示する手段と同様の問題が生じる。
ただし、アイコンの場合、専用のエディタ等を用いるこ
とでデータごとに独立したアイコンを生成することもで
きる。しかしながら、データを生成するたびにその労力
が必要となる。上記キーワード等を用い検索を行う方法
では、登録したキーワードと検索の際に用いたキーワー
ドが適合するとは限らない。また、その内容を確かめる
ためには、新たにアプリケーションプログラムを起動す
る必要がある。
In the method of displaying the list of the above icons,
The same problem as the method of displaying a list of texts occurs.
However, in the case of an icon, an independent icon can be generated for each data by using a dedicated editor or the like. However, the effort is required each time data is generated. In the method of performing a search using the above-mentioned keywords or the like, the registered keyword does not always match the keyword used in the search. Moreover, in order to confirm the contents, it is necessary to newly start an application program.

【0006】上記特開平5−170021号公報記載の
「情報処理装置」によれば、以上の問題点は解決できる
が、ビットマップイメージ等視覚的情報を持たない音声
等のデータを扱うことができないため、そのような非視
覚的データを扱う際には、別のインタフェースを実現し
て、使用しなければならない。また、音声等のデータ
は、同時に複数を再生しても、人間はそれらを同時に認
識することが困難である。したがって、その内容を知る
ためには、順に一つずつ再生を繰り返さなければなら
ず、目的とするデータを見つけるために多大な時間と労
力を要する。
According to the "information processing device" described in the above-mentioned Japanese Patent Laid-Open No. 5-170021, although the above problems can be solved, it is impossible to handle data such as voice which does not have visual information such as a bitmap image. Therefore, when dealing with such non-visual data, another interface must be realized and used. Moreover, even if a plurality of data such as voices are reproduced at the same time, it is difficult for a human to recognize them at the same time. Therefore, in order to know the contents, it is necessary to repeat the reproduction one by one, and it takes a lot of time and labor to find the target data.

【0007】本発明は、視覚的情報を持たない音声等の
データに対しても検索用データが生成でき、すべてのメ
ディアタイプのデータを統一的なインタフェースで、迅
速、かつ、容易に検索できる情報処理装置の提供を目的
とする。また、従来の手段では直列的にしか検索できな
かった音声等のデータを並列的にユーザに示し、その検
索を迅速に行えることを目的とする。
According to the present invention, search data can be generated even for data such as voice that does not have visual information, and data of all media types can be searched quickly and easily with a unified interface. It is intended to provide a processing device. Another object of the present invention is to present data such as voice, which can be searched only serially by the conventional means, to the user in parallel, and to perform the search quickly.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明の情報処理装置は、アプリケーションプログ
ラムに基づきデータを生成、入力、再生、編集、格納す
る処理方法と、ディスプレイ等の複数の処理手段が共通
に利用する出力手段と、処理手段がディスプレイ等に出
力するデータから検索用データを生成する手段と、処理
手段が生成するデータ(アプリケーション固有データ)
と検索用データを関連付ける手段と、検索用データをブ
ラウジングする手段と、指定された検索用データに対応
する処理手段を起動する手段と、各手段で必要となるプ
ログラムやデータを格納する手段からなり、さらに、非
視覚的データを視覚化データに変換する手段として、非
視覚的データに関連する何らかの視覚的情報データから
ビットマップイメージを生成する手段と、視覚化したデ
ータを検索用データとする手段として生成したビットマ
ップイメージを縮小し、検索用データとして用いる手段
と、データの種類を識別するために、検索用データの一
覧表示の際に識別子を同時に表示する手段を具備する。
In order to achieve the above object, the information processing apparatus of the present invention includes a processing method for generating, inputting, reproducing, editing and storing data based on an application program, and a plurality of processing methods such as a display. Output means commonly used by the processing means, means for generating search data from data output to the display by the processing means, and data generated by the processing means (application-specific data)
And means for associating search data, means for browsing the search data, means for activating the processing means corresponding to the specified search data, and means for storing the programs and data required by each means. As means for converting non-visual data into visualization data, means for generating a bitmap image from some visual information data related to the non-visual data, and means for using the visualized data as search data. The bitmap image generated as is reduced and used as search data, and a means for simultaneously displaying an identifier when displaying a list of search data in order to identify the type of data.

【0009】[0009]

【作用】まず、音声等視覚的情報を持たないデータのブ
ラウジングが可能になり、多様なメディアタイプ全域の
データを扱うことができる。また、データの種類によら
ず縮小ビットマップイメージを用いてブラウジングが行
えるので、すべてのメディアタイプのデータを統一的な
インタフェースで検索できる。次に、検索対象となるデ
ータを取得した場所や状況をビデオカメラ等で撮影した
動画像からビットマップイメージを生成し、それを縮小
し検索用データを生成することで、より内容に忠実な検
索用データを生成することができ、迅速、かつ、的確に
検索が行える。更に、音声等のデータは、通常一つずつ
順に検索する必要があるが、データの内容が連想できる
縮小イメージを検索用データとして用い、それをブラウ
ジングすることで並列的に検索することができる。ま
た、データの種類の識別子を検索用データと同時に表示
することで、その検索用データに対応するデータの種類
をユーザに知らせることができる。
First, it becomes possible to browse data having no visual information such as voice, and it is possible to handle data of various media types. Further, since browsing can be performed using the reduced bitmap image regardless of the type of data, data of all media types can be searched with a unified interface. Next, a bitmap image is generated from a moving image captured by a video camera etc. of the place and situation where the data to be searched is acquired, and it is reduced to generate search data, which enables more accurate search. Data can be generated for quick and accurate search. Furthermore, although it is usually necessary to search for data such as voice one by one in sequence, it is possible to search in parallel by using a reduced image that can be associated with the content of the data as search data and browsing the data. Further, by displaying the data type identifier at the same time as the search data, the user can be notified of the data type corresponding to the search data.

【0010】[0010]

【実施例】本発明の実施例を図面を用いて説明する。図
1は本発明の概略構成図である。100はプログラムや
データを記憶する主記憶装置、101は主記憶装置から
プログラムやデータを読み込み実行する中央処理装置、
102はビットマップディスプレイの如き表示装置、1
03はキーボードやマウスの如き入力装置、104はマ
イクの如き音声入力装置、105はコンパクトディスク
の如き音声再生装置、106はスピーカの如き音声出力
装置、107はイメージスキャナの如き静止画像入力装
置、108は動画像を再生し、表示装置102に表示す
る動画像再生装置、109は動画像再生装置108で再
生するための動画像を録画する動画像録画装置、110
はファイルを格納する外部記憶装置である。
Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a schematic configuration diagram of the present invention. Reference numeral 100 is a main storage device that stores programs and data, 101 is a central processing unit that reads and executes programs and data from the main storage device,
102 is a display device such as a bit map display,
Reference numeral 03 is an input device such as a keyboard or mouse, 104 is a voice input device such as a microphone, 105 is a voice reproduction device such as a compact disc, 106 is a voice output device such as a speaker, 107 is a still image input device such as an image scanner, 108 Is a moving image reproducing device for reproducing a moving image and displaying it on the display device 102, 109 is a moving image recording device for recording a moving image to be reproduced by the moving image reproducing device 108, 110
Is an external storage device for storing files.

【0011】外部記憶装置110には、基本制御プログ
ラム200と、ウィンドウ制御プログラム201と、ア
プリケーションプログラム210と、アプリケーション
固有データ211と、ブラウジングプログラム220
と、ブラウジングデータ221と、管理表222と、静
止画像入力プログラム230と、動画像入力プログラム
231と、ビットマップデータ232が格納されてい
る。
The external storage device 110 has a basic control program 200, a window control program 201, an application program 210, application specific data 211, and a browsing program 220.
Browsing data 221, a management table 222, a still image input program 230, a moving image input program 231, and bitmap data 232 are stored.

【0012】図2は本発明の外部記憶装置に格納された
ソフトウェアの全体構成図である。各プログラムやデー
タは、外部記憶装置110から主記憶装置100に適宜
読み込まれ、中央処理装置101で実行される。
FIG. 2 is an overall configuration diagram of software stored in the external storage device of the present invention. Each program or data is appropriately read from the external storage device 110 to the main storage device 100 and executed by the central processing unit 101.

【0013】200はプログラムの実行を制御する基本
制御プログラム、201はウィンドウにより入出力管理
を行うウィンドウ制御プログラム、210はテキスト、
グラフィックス、静止画像、動画像、音声等のメディア
データを編集、再生、表示するアプリケーションプログ
ラム、211はアプリケーションプログラム210の実
行対象となるアプリケーション固有データである。
Reference numeral 200 is a basic control program for controlling execution of the program, 201 is a window control program for managing input / output by windows, 210 is text,
An application program 211 that edits, reproduces, and displays media data such as graphics, still images, moving images, and audio is an application-specific data that is an execution target of the application program 210.

【0014】220はアプリケーション固有データ21
1とブラウジングデータ221の関連管理、および、ブ
ラウジングデータの縮小表示、一覧表示、ブラウジング
データの登録を行うブラウジングプログラム、221は
ブラウジングプログラム220が表示するブラウジング
データ、222はアプリケーション固有データ211と
ブラウジングデータ221の関連を管理する管理表であ
る。
Reference numeral 220 is application-specific data 21.
1 is a browsing program for managing the relation between 1 and the browsing data 221, and displaying the browsing data in a reduced size, displaying a list, and registering the browsing data. Reference numeral 221 is browsing data displayed by the browsing program 220. 222 is application-specific data 211 and browsing data 221. It is a management table which manages the relation of.

【0015】230は静止画像入力装置107を制御
し、静止画像を読み込み、ビットマップデータ232を
出力する静止画像入力プログラム、231は動画像再生
装置108を制御し、動画像を読み込み、ビットマップ
データ232を出力する動画像入力プログラム、232
は静止画像入力プログラム230や動画像入力プログラ
ム231から出力され、ブラウジングプログラム220
が読み込むビットマップデータである。ブラウジングプ
ログラム220はデータの種類とブラウジングデータを
生成するための静止画像縮小アルゴリズムとの対応表2
23を持つ。
A still image input program 230 controls the still image input device 107 to read the still image and outputs bitmap data 232. A still image input program 231 controls the moving image reproducing device 108 to read the moving image and read the bitmap data. A moving image input program that outputs 232.
Is output from the still image input program 230 or the moving image input program 231, and the browsing program 220
Is the bitmap data to be read. The browsing program 220 is a correspondence table 2 between data types and still image reduction algorithms for generating browsing data.
Have 23.

【0016】図3は管理表222と縮小アルゴリズム対
応表223のデータ形式を示す図である。図3を用い
て、これらのデータ形成について説明する。まず管理表
222は、アプリケーション固有データ211のデータ
名300とブラウジングデータ211のデータ名301
からなる。ブラウジングデータ211は複数個の縮小ビ
ットマップデータとその数からなる。縮小ビットマップ
データは、ウィンドウ制御プログラム201から読み込
んだビットマップデータを縮小するか、アプリケーショ
ン固有データを読み込み変換するか、外部記憶装置11
0からビットマップデータ232を読み込み縮小するこ
とで生成する。
FIG. 3 is a diagram showing the data formats of the management table 222 and the reduction algorithm correspondence table 223. The data formation will be described with reference to FIG. First, the management table 222 shows the data name 300 of the application-specific data 211 and the data name 301 of the browsing data 211.
Consists of. The browsing data 211 is composed of a plurality of reduced bitmap data and the number thereof. For the reduced bitmap data, the bitmap data read from the window control program 201 is reduced, or application-specific data is read and converted, or the external storage device 11 is used.
It is generated by reading the bitmap data 232 from 0 and reducing it.

【0017】次に縮小アルゴリズム対応表223は、ブ
ラウジングデータ211の生成元となるビットマップデ
ータの種類310とそれに適した縮小アルゴリズム名3
11からなる。これは、ビットマップの種類により最適
な縮小アルゴリズムが異なるためで、ブラウジングデー
タ登録時にそのデータの種類をもとに適切なアルゴリズ
ムをこの表から選択する。
Next, the reduction algorithm correspondence table 223 shows a bitmap data type 310 from which the browsing data 211 is generated and a reduction algorithm name 3 suitable for it.
It consists of 11. This is because the optimal reduction algorithm differs depending on the type of bitmap, and when registering browsing data, an appropriate algorithm is selected from this table based on the type of data.

【0018】ブラウジングプログラム220が音声を含
む各メディアデータのファイルのブラウジングを行うた
めには、ブラウジングデータ221の生成、および、そ
の登録作業が必要となる。図4〜図7を用いて説明す
る。
In order for the browsing program 220 to browse a file of media data including audio, it is necessary to generate browsing data 221 and register the browsing data 221. This will be described with reference to FIGS.

【0019】図4はブラウジングデータ221の作成行
程を示している。ブラウジングプログラム220がブラ
ウジングデータ221を作成する際には、元となるビッ
トマップデータの取得方法により2種類の手段が存在
し、ユーザはどちらの手段を用いてブラウジングデータ
を作成してもよい。第1の手段は、他のアプリケーショ
ンが開いているウィンドウにあるビットマップデータを
ウィンドウ制御プログラム201を介して取得するもの
である。この場合、グラフィックスを編集するアプリケ
ーションにより、あらかじめビットマップデータを作成
しておく必要がある(400)。
FIG. 4 shows the process of creating the browsing data 221. When the browsing program 220 creates the browsing data 221, there are two kinds of means depending on the acquisition method of the original bitmap data, and the user may create the browsing data using either means. The first means is to acquire bitmap data in a window opened by another application via the window control program 201. In this case, it is necessary to create bitmap data in advance by an application that edits graphics (400).

【0020】第2の手段は、ファイルとして存在するビ
ットマップデータ232を読み込み、その一部、もしく
は、全部をブラウジングデータとするものである。この
場合、まず、新しいウィンドウを生成し、それに読み込
んだビットマップデータを展開、表示し、第1の手段と
同様にウィンドウ制御プログラム201を介しビットマ
ップデータを取得する。ビットマップデータ232を生
成する手段には、静止画像から生成する手段と、動画像
から生成する手段の二つが存在する。まず、静止画像か
ら生成する場合は、静止画像入力プログラム230を用
い、静止画像入力装置107からビットマップデータを
読み込み(401)、ビットマップデータ232を出力
する。
The second means is to read the bit map data 232 existing as a file and use a part or all of the bit map data 232 as browsing data. In this case, first, a new window is generated, the bitmap data read into it is expanded and displayed, and the bitmap data is acquired via the window control program 201 as in the first means. There are two means for generating the bitmap data 232, a means for generating a still image and a means for generating a moving image. First, when generating from a still image, the still image input program 230 is used to read the bitmap data from the still image input device 107 (401) and output the bitmap data 232.

【0021】一方、動画像から生成する場合は、動画像
入力プログラム231を用い、動画像再生装置108か
ら動画像を読み込み(403)、そのうちの一つのフレ
ームをビットマップデータとして出力する。この際、動
画像録画装置109を用い、音声を録音した場所、状態
を同時に録画し(402)、その動画像を用いることも
できる。この方法により、音声ファイルのブラウジング
データとしてより適切なものを用いることが可能とな
る。
On the other hand, in the case of generating from a moving image, the moving image input program 231 is used to read the moving image from the moving image reproducing apparatus 108 (403), and one of the frames is output as bitmap data. At this time, it is also possible to use the moving image recording device 109 to simultaneously record the place and state where the voice was recorded (402) and use the moving image. By this method, it becomes possible to use more appropriate browsing data of the audio file.

【0022】次に図5を用いて動画像入力プログラム2
31の処理手順について説明する。まず、動画像再生装
置108を制御し、動画像の再生、一時停止、巻き戻
し、早送り等を行う。また、その画像を表示装置102
に表示する(ステップ500)。次に、ビットマップデ
ータとして出力するフレームを一つ選択(ステップ50
1)、そして出力するビットマップデータのデータ名を
入力する(ステップ502)。そいて、選択されたフレ
ームをビットマップデータとして外部記憶装置110に
出力する(ステップ503)。
Next, referring to FIG. 5, a moving image input program 2
The processing procedure of 31 will be described. First, the moving image reproducing apparatus 108 is controlled to perform reproduction, pause, rewinding, fast forward, etc. of the moving image. In addition, the image is displayed on the display device 102.
(Step 500). Next, select one frame to be output as bitmap data (step 50
1) Then, the data name of the bitmap data to be output is input (step 502). Then, the selected frame is output to the external storage device 110 as bitmap data (step 503).

【0023】図6はブラウジングデータ登録の際に、ビ
ットマップデータの取得元を選択するために用いる画面
(600)を示している。取得元選択ボタン(601)
はビットマップデータを他のアプリケーションのウィン
ドウから取得するか、ファイルとなっているビットマッ
プデータ232から取得するかを選択するためのトグル
ボタンである。602はビットマップデータをファイル
から取得する場合に、そのファイル名を入力するファイ
ル名入力部である。603は「OKボタン」と「CAN
CELボタン」からなるコマンド入力部である。ブラウ
ジングデータ登録時にこの画面において、ファイル入力
を選択した場合は、指定されたファイルを読み込み、そ
のビットマップデータを新しく生成したウィンドウに展
開、表示する。
FIG. 6 shows a screen (600) used for selecting an acquisition source of bitmap data at the time of browsing data registration. Acquisition source selection button (601)
Is a toggle button for selecting whether to acquire the bitmap data from the window of another application or the bitmap data 232 that is a file. Reference numeral 602 denotes a file name input unit for inputting the file name when the bitmap data is acquired from the file. 603 is an “OK button” and a “CAN”
It is a command input section composed of "CEL button". When file input is selected on this screen when browsing data is registered, the specified file is read and the bitmap data is expanded and displayed in the newly created window.

【0024】図7はブラウジングデータを登録する際に
用いる画面(700)を示している。縮小アルゴリズム
設定ボタン(703)は、それをクリックすることでポ
ップアップメニューが出現し、適切な縮小アルゴリズム
を選択する。701はブラウジングデータ登録ボタンで
ある。このボタンをクリックすることでビットマップデ
ータの縮小、登録処理を開始する。702は登録終了ボ
タンである。このボタンをクリックすることで登録した
ビットマップデータをブラウジングデータ221に格納
する。
FIG. 7 shows a screen (700) used when registering browsing data. When the reduction algorithm setting button (703) is clicked, a pop-up menu appears, and an appropriate reduction algorithm is selected. Reference numeral 701 is a browsing data registration button. Clicking this button starts the bitmap data reduction and registration process. 702 is a registration end button. By clicking this button, the registered bitmap data is stored in the browsing data 221.

【0025】図8〜図10を用いてブラウジングデータ
登録時の処理手順について説明する。まず、ステップ8
00〜804は、ブラウジングデータをどのビットマッ
プから生成するかを選択するための処理である。具体的
に説明すると、まず、ブラウジングデータの元となるビ
ットマップデータを他のアプリケーションが表示してい
るウィンドウから得るか、ファイルとなっているビット
マップから得るかをユーザに選択させるためのビットマ
ップデータ取得元選択用画面を表示する(ステップ80
0)。
A processing procedure at the time of browsing data registration will be described with reference to FIGS. First, step 8
Reference numerals 00 to 804 are processes for selecting from which bitmap the browsing data is generated. More specifically, first, a bitmap for allowing the user to select whether to obtain the bitmap data that is the source of the browsing data from a window displayed by another application or a bitmap that is a file. Display the data acquisition source selection screen (step 80).
0).

【0026】ユーザが操作を加えたボタンにより、処理
を分岐し(ステップ801)、ビットマップデータの取
得元を変更(ステップ802)、及びビットマップデー
タ232のファイル名の指定(ステップ803)を行
う。そして、「OKボタン」、もしくは、「CANCE
Lボタン」が押された際に、ビットマップデータ取得元
選択用画面を消去し、取得元の選択を終了する(ステッ
プ804)。ステップ806〜808は、ユーザがビッ
トマップデータの取得元としてファイルの形となってい
るビットマップデータ232を指定した場合に行う処理
のフローである。具体的に説明する。まず、ユーザによ
り読み込むビットマップデータとしてファイルが選択さ
れた際に、そのファイルの読み込みを行う処理へ分岐す
るステップ(805)。
The process is branched by the button operated by the user (step 801), the acquisition source of the bitmap data is changed (step 802), and the file name of the bitmap data 232 is designated (step 803). . And, "OK button" or "CANCE
When the "L button" is pressed, the bitmap data acquisition source selection screen is erased and the acquisition source selection is terminated (step 804). Steps 806 to 808 are a flow of processing performed when the user specifies the bitmap data 232 in the form of a file as the acquisition source of the bitmap data. This will be specifically described. First, when a file is selected as bitmap data to be read by the user, the process branches to a process of reading the file (805).

【0027】次に、指定されたビットマップデータ23
2を主記憶装置100に読み込み(ステップ806)、
ステップ806で読み込んだビットマップデータ232
を表示するためのウィンドウの生成を行い、(ステップ
807)、ステップ807で生成したウィンドウに読み
込んだビットマップデータ232を展開し、表示する
(ステップ808)。ステップ810〜826は、実際
にブラウジングデータを生成し、それを登録する処理で
ある。具体的に説明する。まず、登録したページ数をカ
ウントするための変数Pnを設け、その値を 1 に初期化
する(ステップ810)。
Next, the designated bitmap data 23
2 is read into the main storage device 100 (step 806),
Bitmap data 232 read in step 806
Is generated (step 807), and the bitmap data 232 read in the window generated in step 807 is expanded and displayed (step 808). Steps 810 to 826 are processing for actually generating browsing data and registering it. This will be specifically described. First, a variable Pn for counting the number of registered pages is provided and its value is initialized to 1 (step 810).

【0028】次に、ブラウジングデータ登録用画面を表
示し(ステップ811)、ユーザにより指定されたボタ
ンによって、処理を分岐する(ステップ812)。ステ
ップ813は、ユーザが「縮小アルゴリズム設定ボタ
ン」により縮小アルゴリズムを変更した際に行う処理で
ある。即ち、このステップによりブラウジングデータを
生成する際の縮小アルゴリズムを、ユーザが指定したア
ルゴリズムに設定する。
Next, a browsing data registration screen is displayed (step 811), and the process branches depending on the button designated by the user (step 812). Step 813 is a process performed when the user changes the reduction algorithm with the “reduction algorithm setting button”. That is, the reduction algorithm for generating the browsing data in this step is set to the algorithm designated by the user.

【0029】ステップ814〜816は、ユーザが「終
了ボタン」を指定した際に行う、ブラウジングデータの
登録作業を終了するための処理である。まず、ブラウジ
ングデータ登録用画面を消去し(ステップ814)、生
成したブラウジングデータに対応するアプリケーション
固有データの名前をユーザに入力させる(ステップ81
5)。
Steps 814 to 816 are processes for ending the browsing data registration operation performed when the user specifies the "end button". First, the browsing data registration screen is erased (step 814), and the user is prompted to input the name of the application-specific data corresponding to the generated browsing data (step 81).
5).

【0030】そして、生成したブラウジングデータのデ
ータ名と、それに対応するアプリケーション固有データ
のデータ名を管理表に登録する(ステップ816)。ス
テップ820〜826は、ユーザが「登録ボタン」を指
定した際に、ユーザがマウスにより指定した領域のビッ
トマップデータより、ブラウジングデータを生成する処
理である。具体的に説明すると、まず、ブラウジングデ
ータとするビットマップデータの領域をユーザにより指
定させるため、マウスの入力を受け付ける状態とする
(ステップ820:領域入力モード)。
Then, the data name of the generated browsing data and the data name of the application-specific data corresponding thereto are registered in the management table (step 816). Steps 820 to 826 are processing for generating browsing data from the bitmap data of the area designated by the user when the user designates the "register button". More specifically, first, in order to allow the user to specify the area of the bitmap data to be used as the browsing data, the mouse input state is set.
(Step 820: area input mode).

【0031】次に、ユーザがマウスにより指定した領域
のビットマップデータを読み込み(ステップ821)、
領域入力モードを解除する(ステップ822)。そし
て、ステップ821で読み込んだビットマップデータを
縮小し、ブラウジングデータを生成し(ステップ82
3)、このブラウジングデータに対応するアプリケーシ
ョン固有データの種類により、その識別子をステップ8
23で生成したブラウジングデータに貼り付け(ステッ
プ824)、ステップ823、およびステップ824で
生成したブラウジングデータを Pn 番目のデータとして
登録し(ステップ825)、ページ番号をカウントする
変数 Pn をインクリメントする(ステップ826)。
Next, the bitmap data of the area designated by the user with the mouse is read (step 821),
The area input mode is released (step 822). Then, the bitmap data read in step 821 is reduced to generate browsing data (step 82).
3), depending on the type of application-specific data corresponding to this browsing data, specify its identifier in step
Paste to the browsing data generated in step 23 (step 824), register the browsing data generated in steps 823 and 824 as Pn-th data (step 825), and increment the variable Pn that counts the page number (step 826).

【0032】以上で挙げたステップ800〜826を実
行することで、アプリケーションが表示しているビット
マップデータ、もしくは、ファイルの形となっているビ
ットマップデータ232より、ブラウジングデータ22
1を生成することができる。
By executing the steps 800 to 826 mentioned above, the browsing data 22 is converted from the bitmap data displayed by the application or the bitmap data 232 in the form of a file.
1 can be generated.

【0033】図11はユーザが目的とするファイルを検
索する際に表示する検索画面(900)を示す図であ
る。検索画面900は、条件入力部901、コマンド入
力部902、アイコンリスト表示部903から構成され
ている。条件入力部901には、検索するファイルのパ
スと正規表現を組み合わせた条件を入力する。コマンド
入力部902は、「一覧ボタン」、「次ボタン」、「前
ボタン」、「先頭ボタン」、および、「最終ボタン」か
ら構成されており、ユーザが選択したアイコンに対し、
これらのコマンドを実行する。
FIG. 11 is a view showing a search screen (900) displayed when the user searches for a target file. The search screen 900 includes a condition input unit 901, a command input unit 902, and an icon list display unit 903. The condition input unit 901 inputs a condition in which a path of a file to be searched and a regular expression are combined. The command input unit 902 includes a “list button”, a “next button”, a “previous button”, a “first button”, and a “final button”. For the icon selected by the user,
Run these commands.

【0034】アイコンリスト表示部903は、複数のア
イコンから構成されており、必要な場合スクロールを行
うことで条件に合うファイルのアイコンをすべて表示す
る。アイコン904は、縮小ビットマップデータ表示部
905、データ名表示部906、および、ファイルの種
類を示す識別子から構成されている。縮小ビットマップ
データ表示部905は、そのファイルに対応するブラウ
ジングデータのうち、特徴とするページを表示する部分
である。データ名表示部906には、ファイル名を表示
する。ファイルの種類を示す識別子には、そのファイル
のメディアタイプを示すマークを表示し、図9ではその
例として、音声ファイル識別用マーク907を示した。
The icon list display section 903 is composed of a plurality of icons, and scrolls as necessary to display all the icons of files that meet the conditions. The icon 904 includes a reduced bitmap data display portion 905, a data name display portion 906, and an identifier indicating the type of file. The reduced bitmap data display unit 905 is a portion that displays a characteristic page of the browsing data corresponding to the file. The data name display portion 906 displays the file name. A mark indicating the media type of the file is displayed in the identifier indicating the file type, and an audio file identifying mark 907 is shown as an example in FIG.

【0035】検索画面900において、ユーザがクリッ
クによりいずれかのアイコンを指定し、その後「一覧ボ
タン」を指定することで、そのファイルに対応するブラ
ウジングデータのすべてのページの一覧を行うための画
面(全縮小ビットマップデータ一覧表示画面)を表示す
る。
On the search screen 900, the user specifies one of the icons by clicking and then the "list button" to list all the pages of the browsing data corresponding to the file ( Display the reduced bitmap data list display screen.

【0036】図12は全縮小ビットマップデータ一覧表
示画面1000を示す図である。全縮小ビットマップデ
ータ一覧表示画面1000は、データ名表示部100
1、縮小ビットマップデータ一覧表示部1002、およ
び、コマンド入力部1004から構成されている。デー
タ名表示部1001には、一覧表示を行うファイルの名
前を表示する。縮小ビットマップデータ一覧表示部10
02は、複数の縮小ビットマップデータ表示部1003
から構成されており、必要な場合スクロールを行うこと
でブラウジングデータのすべてのページを表示する。縮
小ビットマップデータ表示部1003は、ブラウジング
データの一つのページを表示する。コマンド入力部10
04は、「OKボタン」と「CANCELボタン」から
構成されている。
FIG. 12 is a view showing the all-reduced bitmap data list display screen 1000. The all-reduced bitmap data list display screen 1000 is displayed in the data name display section 100.
1, a reduced bitmap data list display unit 1002, and a command input unit 1004. The data name display area 1001 displays the names of files to be displayed in a list. Reduced bitmap data list display unit 10
02 indicates a plurality of reduced bitmap data display units 1003
All pages of browsing data are displayed by scrolling if necessary. The reduced bitmap data display unit 1003 displays one page of browsing data. Command input section 10
04 is composed of an "OK button" and a "CANCEL button".

【0037】なお、図11に示した検索画面900と、
図10に示した全縮小ビットマップデータ一覧表示10
00を用いてブラウジングデータを一覧表示する方法に
ついては、従来公知の方法に従い行う(例えば、特開平
5−170021号公報「情報処理装置」における実施
例で参照)。
The search screen 900 shown in FIG.
All reduced bitmap data list display 10 shown in FIG.
A method of displaying browsing data as a list by using 00 is performed according to a conventionally known method (for example, refer to an example in “Information Processing Device” in Japanese Patent Laid-Open No. 5-170021).

【0038】[0038]

【発明の効果】以上述べたように、本発明によれば、視
覚的情報を持たない音声等のデータに対しても検索用デ
ータの生成ができ、ブラウジングが可能であるので、す
べてのメディアタイプのデータを統一的なインタフェー
スで、迅速、かつ、容易に検索することが可能となる。
そして、検索用データの生成は、データを生成したアプ
リケーションプログラムを変更することなく行え、また
検索用データが縮小ビットマップイメージであるので、
内容を確認するために新たにアプリケーションプログラ
ムを起動する必要がない。さらに、通常直列的に検索し
ていた音声等のデータを並列的にユーザに示すことで、
その検索を迅速に行えることも可能となる。
As described above, according to the present invention, it is possible to generate search data even for data such as voice that does not have visual information, and browsing is possible. With a unified interface, it is possible to search for data quickly and easily.
The search data can be generated without changing the application program that generated the data, and since the search data is a reduced bitmap image,
It is not necessary to start a new application program to check the contents. In addition, by presenting data such as voice that was normally searched serially to the user in parallel,
It is also possible to perform the search quickly.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の情報処理装置の概略構成図。FIG. 1 is a schematic configuration diagram of an information processing apparatus of the present invention.

【図2】外部記憶装置に格納されたソフトウェアの全体
構成図。
FIG. 2 is an overall configuration diagram of software stored in an external storage device.

【図3】ブラウジングデータと管理表のデータ形式。FIG. 3 is a data format of browsing data and a management table.

【図4】ブラウジングデータの作成行程。FIG. 4 is a process of creating browsing data.

【図5】動画像入力プログラムの処理手順。FIG. 5 is a processing procedure of a moving image input program.

【図6】ビットマップデータ取得元選択用画面。FIG. 6 is a screen for selecting a bitmap data acquisition source.

【図7】ブラウジングデータ登録用画面。FIG. 7 is a screen for browsing data registration.

【図8】ブラウジングデータ登録時の処理手順。FIG. 8 is a processing procedure when browsing data is registered.

【図9】ブラウジングデータ登録時の処理手順。FIG. 9 shows a processing procedure at the time of browsing data registration.

【図10】ブラウジングデータ登録時の処理手順。FIG. 10 shows a processing procedure at the time of browsing data registration.

【図11】検索画面。FIG. 11 is a search screen.

【図12】全縮小ビットマップデータ一覧表示画面。FIG. 12 is an all-reduced bitmap data list display screen.

【符号の説明】[Explanation of symbols]

100 主記憶装置 101 中央処理装置 102 表示装置 103 入力装置 104 音声入力装置 105 音声再生装置 106 音声出力装置 107 静止画像入力装置 108 動画像再生装置 109 動画像録画装置 110 外部記憶装置 200 基本制御プログラム 201 ウィンドウ制御プログラム 210 アプリケーションプログラム 211 アプリケーション固有データ 220 ブラウジングプログラム 221 ブラウジングデータ 222 管理表 223 縮小アルゴリズム対応表 230 静止画像入力プログラム 231 動画像入力プログラム 232 ビットマップデータ 300 アプリケーション固有データ名 301 ブラウジングデータ名 310 データ種 311 アルゴリズム名 600 ビットマップデータ取得元選択用画面 700 ブラウジングデータ登録用画面 900 検索画面 1000 全縮小ビットマップデータ一覧表示画面 100 Main Storage Device 101 Central Processing Unit 102 Display Device 103 Input Device 104 Audio Input Device 105 Audio Playback Device 106 Audio Output Device 107 Still Image Input Device 108 Moving Image Playback Device 109 Moving Image Recording Device 110 External Storage Device 200 Basic Control Program 201 Window control program 210 Application program 211 Application specific data 220 Browsing program 221 Browsing data 222 Management table 223 Reduction algorithm correspondence table 230 Still image input program 231 Moving image input program 232 Bitmap data 300 Application specific data name 301 Browsing data name 310 Data type 311 Algorithm name 600 Bitmap data acquisition source selection screen 700 Browsing Singing data registration screen 900 Search screen 1000 All reduced bitmap data list display screen

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプログラムに基づきデ
ータを生成、入力、再生、編集、または、格納する処理
手段と、複数の該処理手段が共通に利用する出力手段
と、前記処理手段が出力するデータから該データの検索
用データを生成する手段と、前記処理手段が生成するデ
ータと検索用データを関連付ける手段と、前記複数の検
索用データを一覧表示する手段と、検索用データに対応
する前記処理手段を起動する手段と、前記アプリケーシ
ョンプログラム、前記データ、または、前記検索用デー
タを蓄積する手段と、音声等の非視覚的データを視覚化
データに変換する手段と、該視覚化データを検索用デー
タとする手段を具備する情報処理装置。
1. A processing means for generating, inputting, reproducing, editing, or storing data based on an application program, an output means commonly used by a plurality of the processing means, and data output from the processing means. A means for generating search data of data; a means for associating the data generated by the processing means with the search data; a means for displaying a list of the plurality of search data; and a processing means corresponding to the search data. Means for activating, means for accumulating the application program, the data, or the search data, means for converting non-visual data such as voice into visualization data, and the visualization data as search data An information processing apparatus including means for performing.
【請求項2】 前記非視覚的データに関する前記検索用
データは、該データを取得した場所、状態を録画した動
画像から生成することを特徴とする請求項1記載の情報
処理装置。
2. The information processing apparatus according to claim 1, wherein the search data relating to the non-visual data is generated from a moving image in which a location and a state of acquiring the data are recorded.
【請求項3】 前記検索用データの一覧表示手段により
検索用データの一覧表示の際に、該データの種類を識別
するための識別子を検索用データと同時に表示すること
を特徴とする請求項1または2記載の情報処理装置。
3. The identifier for identifying the type of data is displayed at the same time as the search data when the search data list display unit displays the search data list. Or the information processing device according to 2.
【請求項4】 前記非視覚的データを視覚化データに変
換する手段は非視覚的データに関連する視覚的情報から
ビットマップイメージを生成することを特徴とする請求
項1記載の情報処理装置。
4. The information processing apparatus according to claim 1, wherein the means for converting the non-visual data into the visualization data generates a bitmap image from visual information related to the non-visual data.
【請求項5】 前記視覚化データを検索用データとする
手段は、生成したビットマップイメージを縮小し、検索
用データとして用いることを特徴とする請求項4記載の
情報処理装置。
5. The information processing apparatus according to claim 4, wherein the means for using the visualization data as search data reduces the generated bitmap image and uses it as search data.
JP6130490A 1994-05-19 1994-06-13 Information processor Pending JPH07334523A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP6130490A JPH07334523A (en) 1994-06-13 1994-06-13 Information processor
US08/443,037 US5657433A (en) 1994-05-19 1995-05-17 Method for generating, managing and displaying information retrieval data on information processing system
US08/826,976 US6154218A (en) 1994-05-19 1997-04-09 Method for generating, managing and displaying information retrieval data on information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6130490A JPH07334523A (en) 1994-06-13 1994-06-13 Information processor

Publications (1)

Publication Number Publication Date
JPH07334523A true JPH07334523A (en) 1995-12-22

Family

ID=15035512

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6130490A Pending JPH07334523A (en) 1994-05-19 1994-06-13 Information processor

Country Status (1)

Country Link
JP (1) JPH07334523A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11224266A (en) * 1997-11-10 1999-08-17 Nippon Telegr & Teleph Corp <Ntt> Electronic video document preparation and utilization method and program storage medium
JPH11328053A (en) * 1998-05-21 1999-11-30 Sharp Corp Information processor
JP2002007478A (en) * 2000-06-19 2002-01-11 Fuji Xerox System Service Co Ltd Audiovisual contents providing device and method
US7613737B2 (en) 2005-06-08 2009-11-03 Canon Kabushiki Kaisha Information processing apparatus and method of controlling same

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11224266A (en) * 1997-11-10 1999-08-17 Nippon Telegr & Teleph Corp <Ntt> Electronic video document preparation and utilization method and program storage medium
JPH11328053A (en) * 1998-05-21 1999-11-30 Sharp Corp Information processor
JP2002007478A (en) * 2000-06-19 2002-01-11 Fuji Xerox System Service Co Ltd Audiovisual contents providing device and method
US7613737B2 (en) 2005-06-08 2009-11-03 Canon Kabushiki Kaisha Information processing apparatus and method of controlling same

Similar Documents

Publication Publication Date Title
US10031649B2 (en) Automated content detection, analysis, visual synthesis and repurposing
US5717879A (en) System for the capture and replay of temporal data representing collaborative activities
JPH1021261A (en) Method and system for multimedia data base retrieval
US5657433A (en) Method for generating, managing and displaying information retrieval data on information processing system
JP2701724B2 (en) Scenario editing device
JP4572024B2 (en) Navigation system and navigation method
US6327420B1 (en) Image displaying method and editing apparatus to efficiently edit recorded materials on a medium
EP0555028A2 (en) An apparatus and method for manipulating digital data relating to motion video images
WO2005099255A2 (en) Automated system and method for conducting usability testing
US7103842B2 (en) System, method and program for handling temporally related presentation data
JP4745726B2 (en) File management apparatus, control method therefor, computer program, and computer-readable storage medium
JP2001306599A (en) Method and device for hierarchically managing video, and recording medium recorded with hierarchical management program
JP3548617B2 (en) Information retrieval device
JPH0793371A (en) Computer-controlled editing system its database display method
US11119727B1 (en) Digital tutorial generation system
KR20050084243A (en) Recording and reproducing system, recording apparatus, reproducing apparatus, record medium, recording and reproducing method, recording method, reproducing method, program and record medium
JPH05183863A (en) Moving picture editing device
JPH07334523A (en) Information processor
JPH06208780A (en) Image material management system
JP2006510163A (en) Recording / reproducing system, recording apparatus, reproducing apparatus, recording medium, recording / reproducing method, recording method, reproducing method, program, and recording medium
JP2000059720A (en) Display and editing device for continuous media information, display and edit method for the continuous media information and recording medium recorded with its processing procedure
JPH06282248A (en) Scenario editing method
JPH0375699A (en) Method and apparatus for speech editing
JPH0512406A (en) Animation data preparing method
JPH01284973A (en) Picture recording and reproducing device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040525