JPH1153373A - Device and method for data retrieval and storage medium storing data retrieval program - Google Patents

Device and method for data retrieval and storage medium storing data retrieval program

Info

Publication number
JPH1153373A
JPH1153373A JP9206103A JP20610397A JPH1153373A JP H1153373 A JPH1153373 A JP H1153373A JP 9206103 A JP9206103 A JP 9206103A JP 20610397 A JP20610397 A JP 20610397A JP H1153373 A JPH1153373 A JP H1153373A
Authority
JP
Japan
Prior art keywords
database
data
search
image
attribute information
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.)
Withdrawn
Application number
JP9206103A
Other languages
Japanese (ja)
Inventor
Takayoshi Odate
貴義 大館
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP9206103A priority Critical patent/JPH1153373A/en
Publication of JPH1153373A publication Critical patent/JPH1153373A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Processing Or Creating Images (AREA)

Abstract

PROBLEM TO BE SOLVED: To smoothly retrieve the temporary data which are not desired to be registered into a data base by preparing a 2nd storage means that stores a 2nd data base containing the attribute information on the temporarily registered data in addition to a 1st data base that is stored in a 1st storage means. SOLUTION: When the retrieval instruction given from an input device designates also the temporary data as a retrieval object, a CPU 101 selects the temporary data to be retrieved, e.g. an image file that is stored in an external storage 107 such as a CD-ROM, etc., and reads the image data out of the selected image file. Then the CPU 101 extracts and generates the image feature value and keywords, i.e., the attribute information from the image data stored in the image file of the storage 107 to register them in a memory in the same method as that which is applied when the attribute information is registered in a normal data base. In such cases, a new data base is prepared in a RAM 106 to store the temporary data and the attribute information and their related image data are registered in this data base.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データ検索方法お
よび装置およびその制御プログラムが格納された記憶媒
体であり、データの検索技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data search method and apparatus and a storage medium storing a control program therefor, and relates to a data search technique.

【0002】[0002]

【従来の技術】従来技術のデータベース検索プログラム
における登録・検索の流れを図1を用いて説明する。デ
ータベース検索プログラムは、まずステップS101でデー
タベース検索を行うための初期設定を行う。
2. Description of the Related Art The flow of registration / search in a conventional database search program will be described with reference to FIG. First, the database search program performs initial settings for performing a database search in step S101.

【0003】ステップS102では、ユーザから入力された
指示がデータの登録なのか、データベースの検索なのか
を判断する。もし、ステップS102で登録指示だと判断す
ると、ステップS103に処理が進み、登録すべきデータを
ハードディスクやCD−ROM等の記憶手段に格納され
ているデータファイルから読み込む。
In step S102, it is determined whether the instruction input by the user is data registration or database search. If it is determined in step S102 that the instruction is a registration instruction, the process proceeds to step S103, and data to be registered is read from a data file stored in a storage unit such as a hard disk or a CD-ROM.

【0004】続いてステップS104で、ステップS103で読
み込んだ登録データから属性情報の抽出・生成を行う。
簡単に説明すると、例えば、登録データ中の文書情報か
らキーワードとして単語を抽出する。この単語の抽出
は、文章中の文字を2文字づつ解析し、辞書に登録され
ているレベルの単語が存在を判断するのである。また、
文章中の単語だけでなく、ヘッダーなどについている情
報を検索することもある。他には、キーワード以外とし
て、画像特徴量を抽出する場合もある。画像特徴量と
は、画像データ特有の特徴であり、色合い、明度、コン
トラスト、またそれらの違いがでる位置などを計算し、
ある値として生成する技術がある。
Subsequently, in step S104, attribute information is extracted and generated from the registration data read in step S103.
In brief, for example, a word is extracted as a keyword from document information in registration data. In this word extraction, characters in a sentence are analyzed two by two characters, and the presence of a word of a level registered in the dictionary is determined. Also,
Sometimes we search not only words in a sentence but also information on headers and so on. In other cases, an image feature amount may be extracted other than as a keyword. The image feature is a feature unique to image data, and calculates the hue, brightness, contrast, and the position where those differences appear.
There is a technique for generating a value.

【0005】次にステップS105では、ステップS104で抽
出・生成した情報(キーワードや画像特徴量)をデータ
ファイルと関連付けて(リンク情報を持たせて)ハード
ディスクなどの記憶手段にあるデータベースに登録す
る。登録処理が終わるとステップS102に戻り、ユーザか
らの指示を待つ。
Next, in step S105, the information (keyword and image feature amount) extracted and generated in step S104 is registered in a database in a storage means such as a hard disk in association with a data file (with link information). Upon completion of the registration process, the process returns to step S102 and waits for an instruction from the user.

【0006】また、ステップS102でユーザからの指示が
検索であった場合は、ステップS106に処理が進み、ステ
ップS105ですでに登録してあるデータベースから検索を
行う。例えば、ユーザから「海」というキーワードが指
定されている場合は、データベースに登録されているキ
ーワードから「海」というキーワードを探し、一致する
キーワードを持ったデータファイルをリンク情報に基づ
いて検索を行う。
If the instruction from the user is a search in step S102, the process proceeds to step S106, and a search is performed from a database already registered in step S105. For example, when the keyword “sea” is specified by the user, the keyword “sea” is searched for from the keywords registered in the database, and a data file having a matching keyword is searched based on the link information. .

【0007】次にステップS107では、ステップS106で検
索した結果をディスプレイ等の出力装置に出力する。
Next, in step S107, the result searched in step S106 is output to an output device such as a display.

【0008】このようにして従来の検索は行われてい
る。
[0008] As described above, the conventional search is performed.

【0009】[0009]

【発明が解決しようとしている課題】しかし従来の検索
では、データベースに登録したくないが、検索対象とし
て扱いたいデータが存在する場合でも、検索を行うには
必ずデータベースに登録しなければならないという問題
があった。
However, in the conventional search, there is a problem that the user does not want to register in the database, but must always register in the database to perform the search even if there is data to be treated as a search target. was there.

【0010】また、すぐに検索をしたいが、データをデ
ータベースに登録する時間がない場合でも、データベー
スに登録する際や検索する際にデータベースのファイル
アクセスをしなければならず、データベース量も文書デ
ータのキーワードだと必要ないデータの検索も必要なの
でかなりの不必要な時間をかけてしまうという問題があ
った。
[0010] Even if the user wants to search immediately but does not have time to register the data in the database, the database must be accessed when the database is registered or searched, and the amount of the database is limited to the document data. There is a problem that it takes a considerable amount of unnecessary time because it is necessary to search for unnecessary data if the keyword is unnecessary.

【0011】また、一時的に検索を行った後で、検索で
使用した属性情報をデータベースに登録するか否か選択
できないという問題があった。
Another problem is that after performing a temporary search, it is not possible to select whether to register the attribute information used in the search in the database.

【0012】また、1つの画像に対してのみしか属性情
報を持たせることができなかったので、検索処理に時間
がかかるという問題があった。
[0012] In addition, since only one image can have attribute information, there is a problem that it takes a long time to perform a search process.

【0013】また、キーワードや画像特徴量といった属
性情報しか有していなかったので、画像のどの部分にど
んな画像や色があるといった検索ができないという問題
があった。
[0013] Further, since it has only attribute information such as keywords and image feature values, there is a problem that it is not possible to search for which image or color exists in which part of the image.

【0014】また、属性情報の検索条件は1つだったの
で、複数条件によって、絞り込んで検索を行うというこ
とができないとい問題があった。
In addition, since there is only one attribute information search condition, there is a problem that it is not possible to narrow down the search by a plurality of conditions.

【0015】また、検索結果として画像全体を表示して
いたので表示処理に時間がかかるという問題があった。
Further, since the entire image is displayed as a search result, there is a problem that the display processing takes a long time.

【0016】[0016]

【課題を解決するための手段】上記課題を解決するため
の手段として、登録データの属性情報を含む第1データ
ベースを格納する第1記憶手段と、前記第1記憶手段に
格納されている第1データベースとは別に、一時的な登
録データの属性情報を含む第2データベースを格納する
第2記憶手段とを有することにより、通常のデータベー
スと一時的なデータ用のデータベースを分けたので高速
なデータ検索が可能となる。
As means for solving the above-mentioned problems, a first storage means for storing a first database including attribute information of registration data, and a first storage means for storing the first database stored in the first storage means. By having a second storage means for storing a second database including attribute information of temporary registered data separately from the database, a normal database and a database for temporary data are separated, so that high-speed data retrieval is performed. Becomes possible.

【0017】また、上記第2データベースを上記第1デ
ータベースに登録する合成手段を更に有したことによ
り、一時的に使用したデータベースを正式なデータベー
スに登録することが可能となった。
[0017] Further, by further providing a synthesizing means for registering the second database in the first database, it is possible to register a temporarily used database in a formal database.

【0018】また、上記合成手段で上記第2データベー
スを上記第1データベースに登録するか否かを選択する
選択手段を更に有したことにより、検索で使用した属性
情報を正規のデータベースに登録するか否かをユーザの
意志で選択可能となった。
[0018] Further, since the synthesizing means further comprises a selecting means for selecting whether or not to register the second database in the first database, it is possible to register the attribute information used in the search in a regular database. It is now possible to select whether or not the user wants.

【0019】また、上記第1または第2データベースに
登録すべきデータの属性情報を登録する登録手段を更に
有したことにより、データベースへ属性情報の登録する
ことが可能となる。
[0019] In addition, the provision of the registration means for registering attribute information of data to be registered in the first or second database makes it possible to register attribute information in the database.

【0020】また、上記装置において、検索すべき属性
情報を入力する入力手段と該入力手段で入力された属性
情報を検索する検索手段を更に有したことにより、高速
な検索が行えるようになった。
Further, the apparatus further comprises an input means for inputting attribute information to be searched and a search means for searching for the attribute information input by the input means, so that a high-speed search can be performed. .

【0021】また、上記説明した手段は、装置に限ら
ず、方法および情報処理装置を制御することにより実現
させることが可能なプログラムを記憶した記憶媒体であ
っても実現可能である。
The means described above is not limited to a device, but can also be realized by a storage medium storing a program that can be realized by controlling a method and an information processing device.

【0022】[0022]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

(第1実施例)以下図面を参照して本発明を詳細に説明
する。
(First Embodiment) Hereinafter, the present invention will be described in detail with reference to the drawings.

【0023】図2は、本発明のデータ検索装置の全体構
成の一例である。
FIG. 2 shows an example of the overall configuration of the data search device of the present invention.

【0024】図2の構成において、101はマイクロプ
ロセッサ(CPU)であり、画像情報検索のための演
算、論理判断等を行い、システムバス102を介して接
続された各構成要素を制御する。
In the configuration shown in FIG. 2, reference numeral 101 denotes a microprocessor (CPU) which performs operations for image information retrieval, logical judgment, and controls each component connected via a system bus 102.

【0025】システムバス102は、詳細には、CPU
101の制御の対象とする構成要素を指示するアドレス
信号を転送するアドレスバスと、CPU101の制御の
対象とする各構成要素のコントロール信号を転送するコ
ントロールバスと、各構成要素(機器)相互間のデータ
転送を行うデータバスとからなる。
The system bus 102 has a CPU
An address bus for transferring an address signal designating a component to be controlled by the CPU 101, a control bus for transferring a control signal of each component to be controlled by the CPU 101, and a communication between the components (devices). And a data bus for performing data transfer.

【0026】103は入力装置であり、ポインタ等を動
かして指示を入力するマウスや電子ペンなどのポインテ
ィングデバイスや、アルファベットキー、ひらがなキ
ー、カタカナキー、句読点等の文字記号入力キー、検索
を指示する検索キーおよびカーソル移動を指示するカー
ソル移動キー等のような各種の機能キーのいくつかを備
えているキーボードなどのユーザからの入力を補助する
ものである。
Reference numeral 103 denotes an input device, which is a pointing device such as a mouse or an electronic pen for inputting an instruction by moving a pointer or the like; a character symbol input key such as an alphabet key, a hiragana key, a katakana key, and punctuation; It assists the user in inputting, such as a keyboard having some of various function keys such as a search key and a cursor movement key for instructing cursor movement.

【0027】104はスキャナであり、スキャナ台に置
かれた紙等の記録媒体の原稿からビットイメージデータ
として入力制御を行う。
Reference numeral 104 denotes a scanner, which controls input from a document on a recording medium such as paper placed on a scanner base as bit image data.

【0028】105はリードオンメモリ(ROM)であ
り、読み出し専用の固定メモリであり、システムプログ
ラムを格納している。
Reference numeral 105 denotes a read-only memory (ROM), which is a fixed read-only memory and stores a system program.

【0029】106は1ワード16ビットで構成される
書込む可能なランダムアクセスメモリ(RAM)であ
り、各構成要素からの各種データの一時記憶に用いられ
る。
Reference numeral 106 denotes a writable random access memory (RAM) composed of 16 bits per word, which is used for temporarily storing various data from each component.

【0030】図示省略したが、RAM106には入力検
索語格納バッファWBUF、検索対象識別バッファFBUF、検
索結果出力バッファOBUFが一時記憶される。また、アプ
リケーションプログラムを格納するとともに、CPU1
01による演算処理のための作業メモリとして用いられ
る。
Although not shown, the RAM 106 temporarily stores an input search word storage buffer WBUF, a search target identification buffer FBUF, and a search result output buffer OBUF. In addition to storing application programs, the CPU 1
01 is used as a working memory for arithmetic processing.

【0031】107はハードディスク、フロッピーディ
スク等に代表される外部記憶部であり、図3において後
述する画像IDと画像ファイル格納パスを対応づけた参照
テーブル、図4において後述する画像IDとキーワード、
画像特徴量を対応づけた参照テーブル、図5において後
述する画像特徴語と画像特徴とを対応づけた参照テーブ
ル、図6において後述するフローチャートに従って実行
されるプログラム、また図示省略されているが図6の工
程において参照される単語分割、単語種別判定のための
情報を格納した単語辞書DICが格納される。また、本実
施の形態で検索が行われる画像データのデータファイル
は、外部記憶部107であるハードディスク、フロッピ
ーディスク及びCD−ROM等に格納されている。
Reference numeral 107 denotes an external storage unit typified by a hard disk, a floppy disk, or the like. A reference table 107 associates an image ID described later with reference to FIG. 3 with an image file storage path.
A reference table in which image feature amounts are associated, a reference table in which image feature words and image features described later are associated in FIG. 5, a program executed in accordance with a flowchart described later in FIG. The word dictionary DIC storing information for word division and word type determination referred to in the step is stored. A data file of image data to be searched in the present embodiment is stored in a hard disk, a floppy disk, a CD-ROM, or the like, which is the external storage unit 107.

【0032】108は表示制御部(CRTC:CRTコ
ントローラ)であり、表示用ビデオメモリに蓄えられた
内容を表示器109に表示する役割を担う。
Reference numeral 108 denotes a display control unit (CRTC: CRT controller), which plays a role of displaying the contents stored in the display video memory on the display 109.

【0033】109は表示器(CRT)であり、表示用
ビデオメモリに蓄えられた内容を表示する。
Reference numeral 109 denotes a display (CRT) for displaying the contents stored in the display video memory.

【0034】110はキャラクタジェネレータ(CG)
であり、キャラクタコードとして入力された文字コード
を、ROMもしくはCG内のフォント記憶部に格納され
ているフォントを基にビットイメージデータとして展開
する。
110 is a character generator (CG)
The character code input as the character code is developed as bit image data based on the font stored in the font storage unit in the ROM or CG.

【0035】111はネットワークインタフェース(N
et/I/F)であり、このネットワークインタフェー
スを介してネットワークと接続されている。
Reference numeral 111 denotes a network interface (N
et / I / F), and is connected to a network via this network interface.

【0036】上記のような各構成要素からなる本発明の
データ検索装置においては、入力装置103からの各種
の入力及びネットワークインタフェース111から供給
される各種入力に応じて作動するものであって、入力装
置からの入力及びネットワークインタフェースからから
入力が供給されると、まず、インタラプト信号がCPU
101に送られ、そのCPU101が外部記憶部107
内に記憶してある各種の制御信号を読み出し、それらの
制御信号に従って、各種の制御が行われる。
The data retrieval apparatus of the present invention comprising the above-described components operates according to various inputs from the input device 103 and various inputs supplied from the network interface 111. When an input from the device and an input from the network interface are supplied, an interrupt signal is first sent to the CPU.
To the external storage unit 107
Various control signals stored therein are read out, and various controls are performed according to the control signals.

【0037】かかる各構成要素からなる本発明のデータ
検索装置においては、入力装置103からの入力および
ネットワークインタフェース111からの入力が供給さ
れると、まず、インタラプト信号がマイクロプロセッサ
CPU101に送られ、そのマイクロプロセッサCPU
101が外部記憶部107内に記憶してある各種の制御
信号を読み出し、それらの制御信号に従って、各種の制
御が行われる。
In the data retrieval apparatus of the present invention comprising such components, when an input from the input device 103 and an input from the network interface 111 are supplied, first, an interrupt signal is sent to the microprocessor CPU 101, Microprocessor CPU
The 101 reads various control signals stored in the external storage unit 107, and performs various controls according to the control signals.

【0038】図12は図11に示す画像を複数のタイル
に分割した例を示している。この例では対象となる画像
を縦方向4タイル、横方向5タイルの計20タイルに分
割している。図中の数字はタイル番号を示しており、画
像の左上から0、1、2...のように順次番号付けさ
れている。
FIG. 12 shows an example in which the image shown in FIG. 11 is divided into a plurality of tiles. In this example, the target image is divided into a total of 20 tiles of 4 tiles in the vertical direction and 5 tiles in the horizontal direction. The numbers in the figure indicate tile numbers, and are 0, 1, 2,. . . Are sequentially numbered.

【0039】次のこのように画像をタイルに分割する画
像フォーマットの例を示し説明する。
The following describes an example of an image format for dividing an image into tiles as described above.

【0040】〔FlashPixTMファイルフォーマットの説
明〕以後説明するFlashPixTM(FlashPixは米国Eastman K
odak社の登録商標)ファイルフォーマットでは、上記画
像ヘッダ部に格納されていた画像属性情報および画像デ
ータをさらに構造化してファイル内に格納する。この構
造化した画像ファイルを図13、図14に示す。
[Explanation of FlashPix file format] FlashPix (FlashPix is based on Eastman K
In the odak (registered trademark) file format, the image attribute information and image data stored in the image header section are further structured and stored in a file. This structured image file is shown in FIGS.

【0041】ファイル内の各プロパティやデータにはMS
-DOSのディレクトリとファイルに相当する、ストレージ
とストリームによってアクセスする。図13、図14に
おいて、影付き部分がストレージで影なし部分がストリ
ームである。画像データや画像属性情報はストリーム部
分に格納される。画像データは異なる解像度で階層化さ
れておりそれぞれの解像度の画像をSubimageと呼び、Re
solution 0, 1,...nで示してある。各解像度画像に対し
て、その画像を読み出すために必要な情報がSubimage h
eaderに、また画像データがSbuimage dataに格納され
る。
Each property and data in the file is MS
-Access through storage and streams, equivalent to DOS directories and files. 13 and 14, the shaded portion is the storage and the unshaded portion is the stream. Image data and image attribute information are stored in the stream portion. The image data is hierarchized at different resolutions.
solution 0, 1, ... n. For each resolution image, the information required to read that image is
eader and the image data are stored in Sbuimage data.

【0042】プロパティセットとは属性情報をその使用
目的、内容に応じて分類して定義したもので、Summary
Info. Property Set, Image Info. Property Set, Imag
e Content Property Set、Extension list property Se
tがある。
A property set is defined by classifying attribute information according to the purpose of use and the contents.
Info. Property Set, Image Info. Property Set, Imag
e Content Property Set, Extension list property Se
There is t.

【0043】〔各プロパティセットの説明〕1つめのSu
mmary Info. Property SetはFlashPix特有のものではな
く、Microsoft社のストラクチャードストレージでは必
須のプロパティセットで、そのファイルのタイトル・題
名・著者・サムネール画像等を格納する。
[Explanation of each property set] The first Su
The mmary Info. Property Set is not specific to FlashPix, but is an essential property set in Microsoft's structured storage. It stores the title, title, author, thumbnail image, etc. of the file.

【0044】2つめのImage Contents Property Setは
画像データの格納方法を記述する属性である(図15)。
この属性には画像データの階層数、最大解像度の画像の
幅、高さや、それぞれの解像度の画像についての幅、高
さ、色の構成、あるいはJPEG圧縮を用いる際の量子化テ
ーブル・ハフマンテーブルの定義を記述する。
The second Image Contents Property Set is an attribute that describes a method of storing image data (FIG. 15).
This attribute includes the number of layers of image data, the width and height of the image with the maximum resolution, the width, height, and color configuration for each resolution image, or the quantization table and Huffman table when using JPEG compression. Write the definition.

【0045】3つめのImage Info. Property Setは画像
を使用する際に利用できるさまざまな情報、例えば、そ
の画像がどのようにして取り込まれ、どのように利用可
能であるかの情報を格納する。例えば以下のようなもの
がある。 ・ デジタルデータの取り込み方法/あるいは生成方法
に関する情報( File Source) ・ 著作権に関する情報( Intellectual property ) ・ 画像の内容(画像中の人物、場所など)に関する情
報( Content description ) ・ 撮影に使われたカメラに関する情報(Camera inform
ation) ・ 撮影時のカメラのセッティング(露出、シャッター
スピード、焦点距離、フラッシュ使用の有無など)の情
報( Per Picture camera settings ) ・ デジタルカメラ特有解像度やモザイクフィルタに関
する情報( Digital camera characterization ) ・ フィルムのメーカ名、製品名、種類(ネガ/ポジ、
カラー/白黒)などの情報( Film description ) ・ オリジナルが書物や印刷物である場合の種類やサイ
ズに関する情報( Original document scan descriptio
n ) ・ スキャン画像の場合、使用したスキャナやソフト、
操作した人に関する情報( Scan device )
The third Image Info. Property Set stores various information that can be used when using an image, for example, information on how the image is captured and how it can be used. For example, there are the following. -Information on how to capture and / or generate digital data (File Source)-Information on copyright (Intellectual property)-Information on the content of the image (person, location, etc. in the image) (Content description)-Used for shooting Camera information (Camera inform
)) Information on camera settings (exposure, shutter speed, focal length, use of flash, etc.) at the time of shooting (Per Picture camera settings) ・ Information on digital camera specific resolution and mosaic filter (Digital camera characterization) ・ Film Manufacturer name, product name, type (negative / positive,
Information such as color / black and white (Film description) ・ Information on the type and size when the original is a book or print (Original document scan descriptio
n) ・ For scanned images, use the scanner or software
Information about the person who operated (Scan device)

【0046】4つめのExtension list property Setは
上記FlashPixの基本仕様に含まれない情報を追加する際
に使用する領域である。
The fourth Extension list property Set is an area used when adding information not included in the basic specifications of FlashPix.

【0047】図14のFlashPix Image View Objectは画
像を表示する際に用いるビューイングパラメータと画像
データをあわせて格納する、画像ファイルである。ビュ
ーイングパラメータとは画像の回転、拡大/縮小、移
動、色変換、フィルタリングの処理を画像表示の際に適
応するために記憶しておく処理係数のセットである。
The FlashPix Image View Object shown in FIG. 14 is an image file that stores viewing parameters and image data used when displaying an image. The viewing parameter is a set of processing coefficients stored for adapting the processing of image rotation, enlargement / reduction, movement, color conversion, and filtering when displaying an image.

【0048】Source/Result FlashPix Image ObjectはF
lashPix画像データの実体であり、Source FlashPix Ima
ge Objectは必須、Result FlashPix Image Objectはオ
プションである。Source FlashPix Image Objectはオリ
ジナルの画像データを、Result FlashPix Image Object
はビューイングパラメータ使ってを画像処理した結果の
画像を格納する。
Source / Result FlashPix Image Object is F
The source of lashPix image data, Source FlashPix Ima
ge Object is required, Result FlashPix Image Object is optional. Source FlashPix Image Object is the original image data, Result FlashPix Image Object
Stores an image obtained as a result of image processing using the viewing parameters.

【0049】Source/Result desc. Property setは上
記、画像データの識別のためのプロパティセットであ
り、画像ID、変更禁止のプロパティセット、最終更新
日時等を格納する。
The Source / Result desc. Property set is a property set for identifying image data, and stores an image ID, a property set for which change is prohibited, a last update date and time, and the like.

【0050】Transform property setは回転、拡大/縮
小、移動のためのAffine変換係数、色変換マトリクス、
コントラスト調整値、フィルタリング係数を格納してい
る。
The Transform property set includes Affine conversion coefficients for rotation, enlargement / reduction, and movement, a color conversion matrix,
Stores a contrast adjustment value and a filtering coefficient.

【0051】次に画像データの取り扱いについて説明す
る。
Next, handling of image data will be described.

【0052】タイルに分割された複数の解像度の画像を
含む画像フォーマットの説明をする。
An image format including images of a plurality of resolutions divided into tiles will be described.

【0053】図に解像度の異なる複数の画像から構成さ
れる画像ファイルの例を示す。図16で最大解像度の画
像は列×行がX0×Y0で構成されており、その次に大
きい画像はX0/2×Y0/2であり、それ以降順次、
列・行ともに1/2づつ縮小し、列・行ともに64画素
以下あるいは等しくなるまで繰り返す。
FIG. 5 shows an example of an image file composed of a plurality of images having different resolutions. In FIG. 16, the image of the maximum resolution has a column × row of X0 × Y0, the next largest image is X0 / 2 × Y0 / 2, and thereafter,
The size of each column and row is reduced by 1/2, and the process is repeated until both the columns and rows are equal to or less than 64 pixels.

【0054】このように階層化した結果、画像の属性情
報として「1つの画像ファイル中の階層数」やそれぞれ
の階層の画像に対して、従来の画像フォーマットの項で
説明したヘッダ情報と画像データが必要となる。1つの
画像ファイル中の階層の数や最大解像度の画像の幅、高
さ、あるいはそれぞれの解像度の画像の幅、高さ、色構
成、圧縮方式等に関する情報は前記Image Contents Pro
perty Set図15中に記述される。
As a result of the hierarchization as described above, as the attribute information of the image, “the number of layers in one image file” and the image of each layer, the header information and the image data described in the section of the conventional image format are used. Is required. Information about the number of layers in one image file, the width and height of the image with the maximum resolution, or the width, height, color configuration, compression method, etc. of the image with each resolution is described in Image Contents Pro.
The perty set is described in FIG.

【0055】さらに各解像度のレイヤの画像は図17に
示すように64×64のタイルに分割されている。画像
の左上部から順次64×64のタイルに分割をすると、
画像によっては右端および下端のタイルの一部に空白が
生ずる場合がある。この場合はそれぞれ最右端画像また
は最下端画像を繰り返し挿入することで、64×64画
素を構築する。FlashPixTMではそれぞれのタイル中の画
像をJPEG圧縮、シングルカラー、非圧縮のいずれかの方
法で格納する。JPEG圧縮はISO/IEC JTC1/SC29により国
際標準化された画像圧縮方式であり、方式自体の説明は
ここでは割愛する。このようにタイル分割された画像デ
ータはSubimage dataストリーム中に格納され、タイル
の総数、個々のタイルのサイズ、データの開始位置、圧
縮方法はすべてSubimage header(図18)に格納されて
いる。
Further, the image of each resolution layer is divided into 64 × 64 tiles as shown in FIG. When the image is divided into 64 × 64 tiles sequentially from the upper left of the image,
Depending on the image, blanks may occur in the right and bottom tiles. In this case, 64 × 64 pixels are constructed by repeatedly inserting the rightmost image or the lowermost image. In FlashPix , the image in each tile is stored in one of JPEG compression, single color, and non-compression. JPEG compression is an image compression method internationally standardized by ISO / IEC JTC1 / SC29, and the description of the method itself is omitted here. The tiled image data is stored in the Subimage data stream, and the total number of tiles, the size of each tile, the data start position, and the compression method are all stored in the Subimage header (FIG. 18).

【0056】シングルカラーとは、前記1つのタイルが
すべて同じ色で構成されている場合にのみ、個々の画素
の値を記録することなく、そのタイルの色を1色で表現
する方式である。この方法は特に、コンピュータグラフ
ィックスにより生成された画像で有効である。
The single color is a system in which the color of a tile is represented by one color without recording the value of each pixel only when all the tiles are composed of the same color. This method is particularly useful for images generated by computer graphics.

【0057】このように画像を階層化した上に各画像を
タイルに分割すると、従来キーワードで記述されていた
画像中の特徴的な部分が、それぞれのタイルに分離さ
れ、それぞれのキーワードを含むタイルと含まないタイ
ルとに分けられる。
When each image is divided into tiles after the image is hierarchized in this way, a characteristic portion in the image described by the conventional keyword is separated into the respective tiles, and the tile including the respective keyword is separated. And tiles not included.

【0058】図11の画像はFlashPixフォーマットよう
に階層的に画像を持つと、図19のようになる。FlashP
ixフォーマットの画像ファイルは、複数の解像度の画像
を持っている。ここで、最低解像度の画像を解像度0
(レイヤー番号0)とし、順に解像度1、2、3と割り
振る。この解像度を表す数値情報である解像度情報を画
像指定情報(レイヤー番号)と以後述べる。この画像フ
ァイルを解像度のレイヤー毎に分割し、分割された画像
データを64×64画素のタイルに分割し、その各々の
タイルに含まれるキーワードを記述すると図20にな
る。すなわち、画像指定情報であるレイヤー番号3にお
いて、タイル0、1、2、5、10には空、タイル3、
4、8、9には空と太陽、タイル6、11には空と男
性、タイル7、12には空と女性、タイル13、14に
は空とヨット、タイル15には海、タイル16には海と
男性、タイル17には海と女性、タイル18、19には
海とヨットのキーワードが割り当てられる。同様にレイ
ヤー番号0には、タイル0に空、太陽、海、男性、女
性、ヨットのキーワードが割り当てられる。
The image shown in FIG. 11 has a hierarchical image such as the FlashPix format, as shown in FIG. FlashP
The image file in the ix format has images of multiple resolutions. Here, the image with the lowest resolution is set to the resolution 0
(Layer number 0), and the resolutions are sequentially assigned to 1, 2, and 3. The resolution information, which is numerical information indicating the resolution, is hereinafter referred to as image designation information (layer number). This image file is divided for each resolution layer, the divided image data is divided into tiles of 64 × 64 pixels, and keywords included in each tile are described in FIG. That is, in the layer number 3 which is the image designation information, the tiles 0, 1, 2, 5, and 10 are empty, tile 3,
4, 8, 9 sky and sun, tiles 6 and 11 sky and men, tiles 7 and 12 sky and women, tiles 13 and 14 sky and yacht, tile 15 sea, tile 16 Are keywords of sea and men, tile 17 is sea and women, and tiles 18 and 19 are sea and yacht. Similarly, for layer number 0, the keywords of sky, sun, sea, men, women, and yachts are assigned to tile 0.

【0059】図8、図9、図10も図2と同様に20個
のタイルに分割して格納された画像の例である。
FIGS. 8, 9 and 10 are also examples of images divided into 20 tiles and stored as in FIG.

【0060】図3は本発明における画像IDと画像ファイ
ル格納パスを対応づけたテーブルを示している。301は
画像IDを示し、1つの画像ファイルにつき一意に付与さ
れた識別番号である。302は画像IDに対応する画像ファ
イルの外部メモリDISK14における格納先を示すファ
イルパスであり、MS−DOSのディレクトリとファイルに
相当する。例えば、図8の画像データにおいて、画像ID
が1563と本発明の検索プログラムにより付与され、
ファイルパスが対応して格納される。画像IDが1563
の画像データ(図8)は、ドライブXのFRUITという名の
フォルダ内の080.FPXというファイルであることを示し
ている。図9、10、11も同様に格納される。
FIG. 3 shows a table in which image IDs and image file storage paths are associated with each other in the present invention. Reference numeral 301 denotes an image ID, which is an identification number uniquely assigned to one image file. Reference numeral 302 denotes a file path indicating the storage location of the image file corresponding to the image ID in the external memory DISK14, and corresponds to an MS-DOS directory and file. For example, in the image data of FIG.
Is given by 1563 and the search program of the present invention,
The file path is stored correspondingly. Image ID is 1563
8 (FIG. 8) is a file 080.FPX in a folder named FRUIT on drive X. 9, 10 and 11 are stored in the same manner.

【0061】図4は画像IDと領域指定情報であるタイル
番号、属性情報であるキーワードと画像特徴を対応づけ
たテーブルを示す。401は図3の301と対応する画像IDを
格納し、402は各画像IDが持つタイル番号を格納する。4
03はタイル番号402に対応するタイルに描画されている
画像特徴を言葉にしたもので、キーワードを文字コード
(例えばunicode)で格納する。キーワードは1つのタ
イル番号について複数個格納してもよい。404はタイル
番号に対応するタイルの画像特徴を格納する。画像特徴
として、本発明では特にタイルの代表色として、タイル
を構成するRGB各画素値の平均をとり、27色に減色
した色成分を用いる。減色の方法についてはRGB各画
素値を単純に分割する方法や参照テーブルを用いる方法
など公知の手法を用いる。図において画像IDが1024であ
る画像は20個のタイルをもち、タイル番号0のタイルに
は「空」というキーワードが付与され、画像特徴として
「11」という色成分が付与されている。
FIG. 4 shows a table in which image IDs are associated with tile numbers as area designation information, keywords as attribute information, and image characteristics. 401 stores the image ID corresponding to 301 in FIG. 3, and 402 stores the tile number of each image ID. Four
Numeral 03 denotes words representing image features drawn on the tile corresponding to the tile number 402, and stores a keyword in a character code (for example, unicode). A plurality of keywords may be stored for one tile number. Reference numeral 404 stores the image feature of the tile corresponding to the tile number. As an image feature, in the present invention, as a representative color of the tile, a color component obtained by averaging the RGB pixel values constituting the tile and reducing the color to 27 colors is used. For the color reduction method, a known method such as a method of simply dividing each pixel value of RGB or a method using a reference table is used. In the figure, the image whose image ID is 1024 has 20 tiles, and the tile of tile number 0 is assigned the keyword “sky”, and a color component “11” is assigned as an image feature.

【0062】図5は画像特徴語と画像特徴を対応づけた
テーブルである。本発明では画像特徴としてタイルの代
表色を用いており、画像特徴語として色を表す言葉を用
いる。501に特徴語として色名を文字コード(例えばuni
code)で格納し、502に色名の表す画像特徴量を色成分
で格納する。図示において、例えば色成分2、3、4を
持つものの色名は「赤」である。
FIG. 5 is a table in which image feature words are associated with image features. In the present invention, a representative color of a tile is used as an image feature, and a word representing a color is used as an image feature word. In 501, the color name is used as a feature word,
code), and the image feature amount represented by the color name is stored in 502 as a color component. In the drawing, for example, the color name of a component having color components 2, 3, and 4 is "red".

【0063】本実施例では、前述したように画像特徴量
として代表色を27分割している。これは、R(Red)
軸、G(Green)軸、B(Blue)軸をそれぞれ3等分
し、RGB空間を27個のセルに分割することにより、
代表色を分けている。先ほどはタイルの平均値を求めた
が他の方法も考えられる。例えば、タイルの代表色の決
定は、タイルに含まれる64×64画素が、27等分さ
れたセルのどこに当てはまるかを投票していき、もっと
も投票の多かったセルが代表色となる。27等分された
セルは、0〜26までの番号で表される。
In this embodiment, as described above, the representative color is divided into 27 as the image feature amount. This is R (Red)
Axis, G (Green) axis, and B (Blue) axis are each divided into three equal parts, and the RGB space is divided into 27 cells.
The representative colors are separated. Although the average value of the tile was obtained earlier, other methods are also conceivable. For example, the determination of the representative color of the tile is made by voting where the 64 × 64 pixels included in the tile apply to the 27 equally divided cells, and the cell with the most votes becomes the representative color. The cells divided into 27 equal parts are represented by numbers 0 to 26.

【0064】図6は本発明のデータ検索装置の登録・検
索動作を説明したフローチャートであり、以下、図6を
参照して動作を説明する。
FIG. 6 is a flowchart for explaining the registration / search operation of the data search apparatus of the present invention. The operation will be described below with reference to FIG.

【0065】まずステップS601においてCPU101
は、ROM105もしくはRAM106から検索プログ
ラムを立ち上げ、初期設定を行う。
First, in step S601, the CPU 101
Starts a search program from the ROM 105 or the RAM 106 and performs initial setting.

【0066】続いてステップS602においてCPU101
は検索プログラムに従って、入力装置103から入力さ
れた指示が検索する旨の指示なのか、それともデータベ
ースへの登録の指示なのかを判断する。ここで、入力さ
れた指示が検索指示であると判断された場合は、ステッ
プS603に処理を進め、該登録指示が従来同様のファイル
からのキーワードや画像特徴量の登録か、それともメモ
リ上に存在する一時的な仮のデータベースからの登録か
を判断する。
Subsequently, in step S602, the CPU 101
Determines whether the instruction input from the input device 103 is an instruction to search or an instruction to register in the database according to the search program. Here, if it is determined that the input instruction is a search instruction, the process proceeds to step S603, and the registration instruction is a registration of a keyword or an image feature amount from a file as in the related art, or whether the registration instruction exists in the memory. It is determined whether the registration is from a temporary database.

【0067】ステップS603において、ファイルからの登
録であるとCPU101が判断すると、ステップS604に
処理を進め、登録すべきファイルから登録データの読み
込みを行う。登録データとは、登録すべきファイルに存
在する文書もしくは画像データのことである。例えば、
図8、9、10、11のような画像データを読み込む。
If the CPU 101 determines in step S603 that the registration is from a file, the process proceeds to step S604 to read registration data from the file to be registered. The registration data is a document or image data existing in a file to be registered. For example,
The image data as shown in FIGS.

【0068】次にステップS605において、該ファイルか
ら属性情報の抽出・生成を行う。属性情報としては、ま
ず、前述したように画像特徴量を生成したり、文書に含
まれるキーワードを抽出したりして得る登録データの情
報である。更に、通常ファイルは、図7のように、画像
ヘッダー部と画像データ部とに別れている。画像ヘッダ
ー部には画像フォーマット識別子や画像のピクセル数、
サイズや解像度などの属性情報が入っている。また、画
像フォーマットの1つであるフラッシュピックス(Flas
hPix)フォーマットでは、非画像情報として新しい情報
を付加することが可能であるので、ユーザが非画像情報
として、キーワードを付加していることも考えられる。
よって非画像情報として付加されているキーワードを属
性情報として抽出もする。図8を例に取ると、キーワー
ドとして「りんご」「バナナ」「背景」が抽出され、画
像特徴量として「23」が生成される。
Next, in step S605, attribute information is extracted and generated from the file. The attribute information is information of registration data obtained by generating an image feature amount or extracting a keyword included in a document as described above. Further, the normal file is divided into an image header section and an image data section as shown in FIG. In the image header part, the image format identifier, the number of pixels of the image,
Contains attribute information such as size and resolution. In addition, one of the image formats, Flashpix (Flass)
In the hPix) format, new information can be added as non-image information, and thus it is possible that the user has added a keyword as non-image information.
Therefore, keywords added as non-image information are also extracted as attribute information. Taking FIG. 8 as an example, “apple”, “banana”, and “background” are extracted as keywords, and “23” is generated as an image feature amount.

【0069】また、実際にユーザによりキーワードが生
成され登録することも可能である。キーワードの抽出・
作成は、例えば、文書データのテキストを解析すること
により、外部記憶部107に格納されている単語辞書DI
Cを参照して、該当する単語を抽出し作成する。単語辞
書DICには、一般に使われる名詞が格納されている。ま
た、画像データにおいては、キーワードの作成は、ユー
ザが指定してもよく、ある領域の画像に対し、キーワー
ドを割り付けて記憶させてもよい。例えば、画像データ
に「りんご」の画像がある場合は、「りんご」が存在す
るタイルにキーワードとして「りんご」を割り付け、デ
ータベースの対応テーブルに画像IDとタイル番号とレイ
ヤー番号とに対応する個所にキーワードとして「りん
ご」が生成される。
It is also possible for a user to actually generate and register a keyword. Keyword extraction
The creation is performed, for example, by analyzing the text of the document data to create a word dictionary DI stored in the external storage unit 107.
Referring to C, extract and create the relevant word. The word dictionary DIC stores commonly used nouns. In the image data, creation of a keyword may be specified by a user, or a keyword may be assigned to an image in a certain area and stored. For example, if there is an image of "apple" in the image data, assign "apple" as a keyword to the tile where "apple" exists, and place it in the corresponding table in the database corresponding to the image ID, tile number, and layer number. "Apple" is generated as a keyword.

【0070】このようにして、属性情報であるキーワー
ドや画像特徴量が画像データから抽出、生成される。
In this way, keywords and image feature amounts as attribute information are extracted and generated from image data.

【0071】ステップS606において、ステップS605で抽
出・生成した属性情報と属性情報を抽出した登録データ
を関連付けてハードディスク等の外部記憶部107存在
するデータベースに図3、図4、図5のように登録す
る。前述したように図3のように画像IDと画像ファイル
パスの対応テーブルを作成し、図4のように画像IDと属
性情報との対応テーブルを作成することにより属性情報
と登録データをリンクできる。
In step S606, the attribute information extracted and generated in step S605 and the registration data from which the attribute information has been extracted are associated with each other and registered in a database such as a hard disk or the like in the external storage unit 107 as shown in FIGS. 3, 4, and 5. I do. As described above, by creating a correspondence table between an image ID and an image file path as shown in FIG. 3 and creating a correspondence table between an image ID and attribute information as shown in FIG. 4, attribute information and registered data can be linked.

【0072】ステップS606でデータベースに登録が終了
すると、ステップS602に処理を戻し、入力装置からの指
示待ちになる。
When registration in the database is completed in step S606, the process returns to step S602, and waits for an instruction from the input device.

【0073】ステップS602において、入力装置からの指
示が検索指示であるとCPU101が判断するとステッ
プS607に処理が進み、該検索指示が一時的なデータも検
索対象とする検索指示なのかを判断する。一時的なデー
タも検索対象とするかの判断は図21のダイアログボッ
クスでユーザの指示を判断することにより可能である。
ここで一時的なデータを検索対象としない旨、つまり、
通常データベースに登録されていないデータを検索対象
としない旨の検索指示の場合は、処理がステップS608に
進み、外部記憶装置107もしくはRAM106上のデ
ータベースから検索を行う。この検索処理は後述する
が、簡単には、例えば、図3、図4のようにデータベー
スに属性情報が格納されている場合、検索するべきキー
ワードが「りんご」と指示されると、画像ID1563、
1564、1565が検索される。また、画像特徴が
「15」である検索指示を受けると、15に対応する画
像はないので、一番近い画像特徴「16」を持っている
画像ID1024が選択される。このようにして検索が行
われる。
When the CPU 101 determines in step S602 that the instruction from the input device is a search instruction, the process proceeds to step S607, and determines whether the search instruction is a search instruction that also includes temporary data. The determination as to whether or not the temporary data is to be searched can be made by determining the user's instruction in the dialog box shown in FIG.
Here, the temporary data is not searched, that is,
If the search instruction indicates that the data not registered in the normal database is not to be searched, the process proceeds to step S608, and the search is performed from the external storage device 107 or the database on the RAM 106. Although this search process will be described later, for example, if attribute information is stored in a database as shown in FIGS. 3 and 4, if a keyword to be searched is designated as “apple”, the image ID 1563,
1564 and 1565 are searched. Further, when a search instruction having the image feature “15” is received, there is no image corresponding to 15, and the image ID 1024 having the closest image feature “16” is selected. The search is performed in this way.

【0074】ステップS607において、一時的なデータも
検索対象とする旨の検索指示であるとCPU101が判
断した場合は、ステップS609に処理を進め、新たに一時
的なデータを検索対象に追加するかを判断する。本装置
の電源後初めて一時的なデータを検索する場合は、必ず
データの追加が必要である。二回目以降であれば、すで
にRAM106もしくは外部記憶部107に一時的なデ
ータベースが作成されているので、該一時的なデータベ
ースから検索するのか、新たに一時的なデータを登録す
るのかを判断する。ここでは、ステップS602において指
示された検索指示に基づいてもよいし、また、新たに入
力装置103からユーザによって指示させてもよい。一
時的なデータを検索対象にするかの指示は、ユーザが図
22のようにユーザインタフェースを用いてダイアログ
ボックスで選択させる。
In step S607, if the CPU 101 determines that the temporary data is also a search instruction indicating that search is to be performed, the process proceeds to step S609 to determine whether to add new temporary data to the search target. Judge. When searching for temporary data for the first time after the power of this device, it is necessary to add data. For the second time or later, since a temporary database has already been created in the RAM 106 or the external storage unit 107, it is determined whether to search from the temporary database or to register new temporary data. Here, it may be based on the search instruction instructed in step S602, or may be newly instructed by the user from the input device 103. An instruction as to whether or not to make the temporary data a search target is made by a user selecting a dialog box using a user interface as shown in FIG.

【0075】一時的なデータを新たに検索対象に追加す
ると指示された場合は、ステップS610に処理を進め、検
索対象にいれる一時的なデータを選択する。図23のよ
うに、例えば、CD−ROM等の外部記憶装置107に
存在する画像ファイルを選択する。
If it is instructed to add new temporary data to the search target, the process proceeds to step S610 to select temporary data to be searched. As shown in FIG. 23, for example, an image file existing in the external storage device 107 such as a CD-ROM is selected.

【0076】ステップS611において、ステップS610で選
択された画像ファイルから画像データを読み込む。
At step S611, image data is read from the image file selected at step S610.

【0077】次にステップS612において、通常のデータ
ベースへの登録と同様の方法(S605)で、CD−ROM
等の外部記憶装置107の画像ファイル内の画像データ
から属性情報である画像特徴量やキーワードを抽出・生
成する。
Next, in step S612, the CD-ROM is recorded in the same manner as in the normal database registration (S605).
For example, an image feature amount and a keyword as attribute information are extracted and generated from image data in an image file of the external storage device 107.

【0078】続いてステップS613において、画像データ
と抽出・生成した属性情報とをステップS606と同様に関
連付けてメモリ上に登録する。ここで、データベースに
登録するのではなく、RAM106上に新しく一時的な
データ用のデータベースを作成し、属性情報と関連画像
データを登録するのである。
Subsequently, in step S613, the image data and the extracted and generated attribute information are associated with each other and registered in the memory as in step S606. Here, instead of registering in the database, a new temporary data database is created on the RAM 106, and attribute information and related image data are registered.

【0079】ステップS614では、メモリ上の一時的なデ
ータ用データベースから検索を行う。例えば、ユーザか
ら入力装置103により入力されたキーワード「空」を
一時的なデータ用データベースに存在するかを判断し、
存在すればリンクされている画像IDもしくは画像データ
自体をピックアップする。また、検索する画像データが
指示された場合は、該検索する画像データの画像特徴量
と同じもしくは近い画像特徴量を持った画像データを近
い順にピックアップし、検索結果とする。
In step S614, a search is performed from the temporary data database on the memory. For example, it is determined whether the keyword “empty” input from the user by the input device 103 exists in the temporary data database,
If it exists, the linked image ID or the image data itself is picked up. When the image data to be searched is specified, image data having the same or similar image feature amount as the image data to be searched is picked up in ascending order, and is set as a search result.

【0080】続いて、ステップS615において、今度は外
部記憶装置107もしくはRAM106上の通常のデー
タベースからステップS614と同様に後述するような検索
処理を行う。
Subsequently, in step S615, a search process, which will be described later, is performed from an ordinary database on the external storage device 107 or the RAM 106 in the same manner as in step S614.

【0081】ステップS616では、ステップS614とステッ
プS615において検索された検索結果をまとめる。例え
ば、検索結果の近い順にまとめるか、データベースから
の検索とメモリ上の一時的なデータ用データベースから
の検索とを別々に分けてまとめる。
In step S616, the search results searched in steps S614 and S615 are combined. For example, the search results may be combined in the order of closest search results, or the search from the database and the search from the temporary data database on the memory may be separately divided and combined.

【0082】ステップS617では、ステップS616でまとめ
た検索結果を表示制御部108で制御して表示器109
で表示する。表示させるとステップS602に処理を戻す。
In step S617, the display control unit 108 controls the search results compiled in step S616, and
To display. After the display, the process returns to step S602.

【0083】ステップS609において、一時的なデータを
新たに追加しないと判断された場合は、登録処理を飛ば
して、ステップS614に処理を進め、上記説明したように
処理を行う。
If it is determined in step S609 that temporary data is not to be newly added, the registration process is skipped, the process proceeds to step S614, and the process is performed as described above.

【0084】ステップS603において、登録指示がメモリ
上に存在する一時的な仮のデータベースからの登録であ
るとCPU101が判断した場合は、ステップS618に処
理を進め、ステップS613で属性情報を登録した一時的な
データ用データベースを通常の外部記憶装置107もし
くはRAM106上のデータベースに登録する。それぞ
れのデータベースのフォーマットは同じなので、それぞ
れのデータベースを合成するだけでよい。ステップS618
でデータベースの登録(合成)処理が終了すると、ステ
ップS602に処理を戻し、指示待ち状態になる。
In step S603, if the CPU 101 determines that the registration instruction is a registration from a temporary temporary database existing in the memory, the process proceeds to step S618, and the process proceeds to step S613, where the attribute information is registered. The general data database is registered in a normal external storage device 107 or a database on the RAM 106. Since the format of each database is the same, it is only necessary to combine the databases. Step S618
When the database registration (synthesis) process ends, the process returns to step S602, and enters an instruction waiting state.

【0085】図24は本発明のデータ検索装置の具体的
な検索処理動作のフローチャートである。図24を用い
て検索処理動作について詳細に説明する。
FIG. 24 is a flowchart of a specific search processing operation of the data search device of the present invention. The search processing operation will be described in detail with reference to FIG.

【0086】まずステップS2401において、検索する対
象となる検索語を入力する。この検索語はキーワードで
も画像特徴量でもよい。例えば、キーワードとして「り
んご」と指定してもよいし、画像特徴語として「赤い」
を入力してもよい。また、「赤いりんご」という指定も
可能である。更に、画像特徴量の場合、ある画像を指定
して、その画像に近い画像を検索する場合は、該検索対
象の画像の画像特徴量を抽出することにより検索語が取
得可能である。
First, in step S2401, a search word to be searched is input. This search word may be a keyword or an image feature amount. For example, "apple" may be specified as a keyword, or "red" as an image feature word.
May be entered. It is also possible to specify "red apple". Further, in the case of an image feature amount, when a certain image is designated and an image close to that image is searched, a search word can be obtained by extracting the image feature amount of the image to be searched.

【0087】次にステップS2402において、単語種別を
行う。この単語種別は、入力された検索語がどういう種
類のものかを判断するのである。外部記憶部107に格
納されている単語辞書DICに格納されている色を表す単
語、例えば、「赤い」もしくは「赤」などが存在すれ
ば、画像特徴量を表す画像特徴語なので、ステップS240
4に処理を進め、単語辞書DICに存在する色以外の単語と
該当した場合は、ステップS2403に処理を進める。
Next, in step S2402, word classification is performed. This word type is used to determine the type of the input search word. If there is a word representing a color stored in the word dictionary DIC stored in the external storage unit 107, for example, “red” or “red”, it is an image feature word representing an image feature amount, and therefore, step S240
The process proceeds to step S4403. If the word is a word other than the color existing in the word dictionary DIC, the process proceeds to step S2403.

【0088】ステップS2403では、キーワード検索を行
う。キーワード検索は外部記憶部107もしくはRAM
106に格納された図4データテーブルを参照して行
う。検索テーブル(データテーブル)に検索語と一致す
るキーワード1101が存在するかチェックし、存在すれば
検索結果として出力バッファOBUFに格納する。存在しな
ければ検索タイル個数0個としてステップS2405の処理
に進む。
In step S2403, a keyword search is performed. Keyword search is performed in the external storage unit 107 or RAM
This is performed with reference to the data table of FIG. It is checked whether a keyword 1101 that matches the search word exists in the search table (data table), and if it exists, it is stored in the output buffer OBUF as a search result. If not, the process proceeds to step S2405 with the number of search tiles set to 0.

【0089】ステップS2404は検索語が検索対象画像特
徴語(「赤い」、「青い」、「黒」、等)であると判別
された場合の処理であり、指定された画像特徴量を取得
する。画像特徴量の取得は外部記憶部107に格納され
た図5のデータテーブルを参照し、画像特徴語と一致す
る色名501をチェックする。一致した場合は対応する画
像特徴量を502より取り出し、RAM106に一時記憶
される検索対象画像特徴格納バッファFBUFに格納する。
一致する色名が存在しなかった場合は、検索対象画像特
徴格納バッファFBUFに無効値(例えば負数)を格納す
る。
Step S2404 is processing when it is determined that the search word is a search target image feature word (“red”, “blue”, “black”, etc.), and the designated image feature amount is acquired. . The acquisition of the image feature amount refers to the data table of FIG. 5 stored in the external storage unit 107 and checks the color name 501 that matches the image feature word. If they match, the corresponding image feature quantity is extracted from 502 and stored in the search target image feature storage buffer FBUF temporarily stored in the RAM 106.
If no matching color name exists, an invalid value (for example, a negative number) is stored in the search target image feature storage buffer FBUF.

【0090】続いて、検索対象画像特徴語が指定する検
索対象物を再度単語種別をすることにより取得する。例
えば、「赤い」という検索対象画像特徴語が修飾してい
る単語を探して、「りんご」という検索対象物を取得す
るのである。取得した検索対象物(例えば「りんご」)
を、ステップS2403におけるステップと同様の方法で検
索対象物と一致するキーワードを検索し、出力バッファ
OBUFに検索結果として画像ID、タイル番号とを格納して
おく。キーワードが検索された場合、出力バッファOBUF
に格納されている画像IDとタイル番号を取り出し、外部
記憶部107に格納された図4のデータテーブルを参照
して、画像ID、タイル番号に対応する画像特徴404を取
り出す。取り出された画像特徴がセットされた検索対象
画像特徴格納バッファFBUFと一致するかどうかをチェッ
クする。つまり、「赤いりんご」を検索する場合、キー
ワード検索で「りんご」を検索し、検索された画像IDか
ら図4のデータテーブルを参照して画像特徴(0〜2
6)を取得し、検索対象画像特徴(例では「赤い」)と
一致するかをチェックするのである。
Subsequently, the search target specified by the search target image characteristic word is obtained by re-classifying the word. For example, the search target image feature word “red” is searched for a word that is modified, and a search target object “apple” is acquired. Retrieved search object (for example, "apple")
Is searched for a keyword that matches the search object in the same manner as in the step in step S2403, and the output buffer
The image ID and the tile number are stored in the OBUF as search results. Output buffer OBUF if keyword is found
The image ID and the tile number stored in the external storage unit 107 are extracted, and the image feature 404 corresponding to the image ID and the tile number is extracted with reference to the data table of FIG. It is checked whether or not the extracted image feature matches the set search target image feature storage buffer FBUF. In other words, when searching for “red apples”, search for “apples” by keyword search, and refer to the data table of FIG.
6) is obtained, and it is checked whether or not it matches the search target image feature (in the example, “red”).

【0091】データテーブルを参照して取得した画像特
徴が検索対象画像特徴と一致した場合は、そのまま出力
バッファOBUFをもってステップS2405へ進む。画像特徴
が指定画像特徴と一致しなかった場合(「青りんご」
等)は、出力バッファOBUFから一致しなかったタイル番
号と画像IDとレイヤー番号を削除し、キーワード個数も
減じる。
If the image feature obtained by referring to the data table matches the search target image feature, the process directly proceeds to step S2405 with the output buffer OBUF. If the image feature does not match the specified image feature ("green apple"
) Deletes the unmatched tile number, image ID, and layer number from the output buffer OBUF, and also reduces the number of keywords.

【0092】ステップS2405は、キーワード検索結果と
画像特徴量検索結果に基づいて画像データを表示する。
In step S2405, image data is displayed based on the keyword search result and the image feature amount search result.

【0093】ステップS2403、S2404のいずれかの処理に
よって出力された出力バッファOBUFを参照し、一致キー
ワード個数が0個であった場合は、検索結果が存在しな
かった旨を表示器109に表示する。キーワード個数が
0個でない場合は、RAM106に格納されている出力
バッファOBUFに格納された先頭の画像IDと対応するタイ
ル番号とレイヤー番号を表示する。画像IDとタイル番号
を指定し、タイル番号に対応する画像データを外部記憶
部107上の画像ファイルより送り出し、表示器109
に表示する。
Referring to the output buffer OBUF output by any of the processes of steps S2403 and S2404, if the number of matching keywords is 0, a message indicating that there is no search result is displayed on the display 109. . If the number of keywords is not 0, a tile number and a layer number corresponding to the first image ID stored in the output buffer OBUF stored in the RAM 106 are displayed. An image ID and a tile number are designated, and image data corresponding to the tile number is sent from an image file on the external storage unit 107, and the display unit 109
To be displayed.

【0094】例えば、キーワードで「ヨット」と検索さ
れると図12のタイル番号13、14、18、19が検
索され、その4つのタイルだけ表示器109に表示され
るのである。「ヨット」の画像は図12の画像に対して
面積で5分の1であり、表示に要する時間もそれに伴って
短くなる。また、このような画像が伝送速度の遅いネッ
トワーク上にある場合、画像データの転送に要する時間
も全画像を転送する場合に比べて短縮することが可能で
ある。
For example, when the keyword "yacht" is searched, the tile numbers 13, 14, 18, and 19 in FIG. 12 are searched, and only the four tiles are displayed on the display 109. The image of the “yacht” is one fifth of the area of the image of FIG. 12, and the time required for display is accordingly shortened. Further, when such an image is on a network having a low transmission speed, the time required for transferring the image data can be reduced as compared with the case where all images are transferred.

【0095】また、例えば、検索語として「赤いりん
ご」を与えると、検索対象物のキーワードが「りんご」
である結果として、画像IDが1563、タイル番号が7、1
2、画像特徴が3、画像IDが1564でタイル番号が13、
14、18、19、画像特徴が15、画像IDが1565でタ
イル番号が6、7、11、12、画像特徴が15の3つ
の画像が得られるが、画像特徴として「赤」が指定され
ているため、「赤」に対応する画像特徴3をもつ画像ID
1563の画像データのみが検索結果として得られ、図6の
画像のみが表示される。
For example, if "red apple" is given as a search word, the keyword of the search object is "apple".
As a result, the image ID is 1563, the tile number is 7, 1
2, image feature 3, image ID 1564, tile number 13,
14, 18 and 19, the image feature is 15, the image ID is 1565, and the tile number is 6, 7, 11, 12 and the image feature is 15. Three images are obtained. Image ID with image feature 3 corresponding to "red"
Only the image data of 1563 is obtained as a search result, and only the image of FIG. 6 is displayed.

【0096】上記の説明では、検索で該当した画像のタ
イルだけを表示したが、もちろんこれに限るものではな
く、該当したタイルを含む画像全体を表示してもよい。
In the above description, only the tile of the image corresponding to the search is displayed. However, the present invention is not limited to this, and the entire image including the corresponding tile may be displayed.

【0097】図25は画像中の検索対象物の位置を指定
する属性情報の1つである位置指定語とタイル番号を対
応づけたテーブルであり、2701は位置指定語を文字コー
ド(例えばunicode)で格納する。本実施例では位置指
定語として、「上」、「左上」、「右上」、「中」、
「中央」、「中央左」、「中央右」、「下」、「左
下」、「右下」の10語を用いる。2702は分割されたタイ
ルに応じた位置指定語の表すタイル番号を格納する。例
えば位置指定語として「右上」が指定された場合、3、
4、8、9のタイル番号が検索対象として特定する。こ
のように位置指定語(位置指定情報)は、タイルの画像
に対応する位置を示している。
FIG. 25 is a table in which the position designation word, which is one of the attribute information for designating the position of the search object in the image, is associated with the tile number, and reference numeral 2701 denotes the position designation word as a character code (for example, unicode). To store. In this embodiment, as the position designation words, "up", "upper left", "upper right", "middle",
Use 10 words: "center", "center left", "center right", "bottom", "bottom left", "bottom right". Reference numeral 2702 stores a tile number represented by a position designation word corresponding to the divided tile. For example, if "upper right" is specified as a position designation word, 3,
The tile numbers 4, 8, and 9 are specified as search targets. As described above, the position designation word (position designation information) indicates a position corresponding to the tile image.

【0098】このように位置指定語とタイル番号とを対
応づけたので以下のような検索が可能となる。
Since the position designation word and the tile number are associated with each other, the following search can be performed.

【0099】図24における検索処理において、「上は
白、下は青」というような検索語について処理をする場
合について説明する。始めに、検索語の入力方法につい
て説明する。
In the search processing shown in FIG. 24, a case will be described in which a search term such as "white on top and blue on bottom" is processed. First, a method for inputting a search term will be described.

【0100】まず、位置指定語を入力する。例えば、
上、下、右、左、中の5つの選択肢があり、そのなかの
1つをダイアログボックス等で選択する。
First, a position designation word is input. For example,
There are five options: upper, lower, right, left, and middle, and one of them is selected by a dialog box or the like.

【0101】続いて画像特徴量を入力する。例えば、位
置指定語の選択により、新しいダイアログボックスが表
示され、その中の1つの色を選択できるする。位置指定
語の入力で「上」を選択した場合に、画像特徴量として
「白」、「青」、「赤」、「緑」、…などが表示され、
再度ダイアログボックスなどでユーザに選択させる。
Subsequently, an image feature amount is input. For example, selecting a location designation word will bring up a new dialog box where one of the colors can be selected. When "up" is selected in the input of the position designation word, "white", "blue", "red", "green", etc. are displayed as the image feature amounts,
Let the user select it again in a dialog box or the like.

【0102】こうしてユーザにより「上」と「白」が入
力された時に、更に条件を付け加えるかの旨の判断を図
22や図23のようなダイアログボックスで行う。更に
条件を加える場合は、上記処理を繰り返せばよい。
When "up" and "white" are input by the user in this way, it is determined in a dialog box as shown in FIGS. 22 and 23 whether further conditions are to be added. When further conditions are to be added, the above processing may be repeated.

【0103】次に検索処理の流れを説明する。Next, the flow of the search process will be described.

【0104】検索時に位置指定語である「上」に対応す
るタイル番号を図25の対応テーブルから抽出し、抽出
されたタイル番号である「0、1、2、3、4」のタイ
ルに画像特徴語「白」に対応する画像特徴量「26」が
存在するかを図4のデータテーブル(検索テーブル)か
ら検索する。この最初の検索語に対応する検索結果とし
て図8、図9、図10が得られる。
At the time of retrieval, the tile number corresponding to the position designation word “upper” is extracted from the correspondence table of FIG. 25, and an image is added to the extracted tile number “0, 1, 2, 3, 4”. A search is made from the data table (search table) in FIG. 4 to determine whether an image feature amount “26” corresponding to the feature word “white” exists. 8, 9 and 10 are obtained as search results corresponding to the first search word.

【0105】この画像の中から続いて残りの条件の検索
が行われる。つまり、前述した処理に続いて、次の位置
指定語である「下」に対応するタイル番号「15、1
6、17、18、19」を図25の対応テーブルから抽
出し、一時検索で検索された画像の中の該当するタイル
に青の画像特徴量である「9、10」のいずれかがある
かを図4を用いて検索する。すると、図4より画像ID1
563の画像が検索結果として得られ、図8の画像が表
示器109に表示される。
Subsequently, the remaining conditions are searched from this image. That is, following the above-described processing, the tile number “15, 1” corresponding to the next position designation word “down”
6, 17, 18, and 19 ”are extracted from the correspondence table of FIG. 25, and any of the blue image feature amounts“ 9, 10 ”is included in the corresponding tile in the image searched by the temporary search. Is searched using FIG. Then, as shown in FIG.
The image of 563 is obtained as a search result, and the image of FIG.

【0106】検索結果として位置指定語とともに検索さ
れたときは画像全体を検索結果として表示する。
When a search is performed together with the position designation word as a search result, the entire image is displayed as the search result.

【0107】また、本実施例では、外部記憶部107に
格納されている画像に関して検索処理を行ったが、ネッ
トワークインタフェース111を介してネットワーク上
の画像サーバにある画像を検索し、検索結果から必要な
画像だけをダウンロードすることによっても本発明を実
現することが可能である。この場合は、検索結果をタイ
ル単位で表示させる処理ではネットワークの負荷を減ら
し高速に表示ができる点で効果的である。
Further, in the present embodiment, the search processing is performed on the image stored in the external storage unit 107. However, the image stored in the image server on the network is searched via the network interface 111, and the search result is used. The present invention can also be realized by downloading only a simple image. In this case, the process of displaying the search results in tile units is effective in that the load on the network can be reduced and the display can be performed at high speed.

【0108】上記説明したように、本発明のデータ検索
装置のデータ検索プログラム(図6の処理)は検索処理
を実行する。尚、本データ検索プログラムは、ROM1
05に格納されている。しかしこれに限るものではな
く、図示省略したフロッピーディスクやCD−ROM等
の記憶媒体もしくはネットワークインタフェース111
からデータ検索プログラムを入力し、RAM106もし
くはハードディスク等の外部記憶装置107に該検索プ
ログラムを展開し格納しておき、CPU101が読み取
ってデータ検索装置としてパーソナルコンピュータやワ
ードプロセッサー等の情報処理装置を実行させても実現
可能であり、本発明の請求する発明はもちろんこのよう
な記憶媒体を含むものである。
As described above, the data search program (the processing in FIG. 6) of the data search apparatus of the present invention executes the search processing. This data search program is stored in ROM1
05. However, the present invention is not limited to this, and a storage medium such as a floppy disk or a CD-ROM or a network interface
The data retrieval program is input from the CPU, and the retrieval program is developed and stored in an external storage device 107 such as a RAM 106 or a hard disk. The present invention, of course, includes such a storage medium.

【0109】このように、本発明では、CD−ROM等
の外部記憶装置に存在する画像データをデータベースに
登録すること無しに検索することが可能となり、データ
ベースに登録したくない一時的なデータの検索をスムー
ズに行えるようになった。更に、検索終了後に、一時的
に使用した仮のデータベースを通常のデータベースに登
録することが可能となったので、使い勝手が更に向上す
る。また、通常のデータベースに登録するという処理を
行わなければ、システムの終了時にメモリ上のキーワー
ド等の属性情報は破棄され、次回起動時にはこの属性情
報は残っていないので、ユーザの意志のままにデータの
処理を行うことが可能となった。
As described above, according to the present invention, it is possible to search for image data existing in an external storage device such as a CD-ROM without registering the image data in the database, and to store temporary data that is not desired to be registered in the database. You can now search smoothly. Furthermore, after the search is completed, the temporarily used temporary database can be registered in the normal database, so that usability is further improved. Also, if the process of registering in the normal database is not performed, attribute information such as keywords in the memory is discarded at the time of system termination, and this attribute information does not remain at the next start-up, so the data will be stored at the user's will. Can be performed.

【0110】[0110]

【発明の効果】このように、本発明では、CD−ROM
等の外部記憶装置に存在する画像データをデータベース
に登録すること無しに検索することが可能となり、デー
タベースに登録したくない一時的なデータの検索をスム
ーズに行えるようになった。
As described above, according to the present invention, the CD-ROM
It is possible to search for image data existing in an external storage device without registering it in a database, and it is possible to smoothly search for temporary data that the user does not want to register in the database.

【0111】更に、検索終了後に、一時的に使用した仮
のデータベースのデータを通常のデータベースに登録す
ることが可能となったので、使い勝手が更に向上する。
Further, since the data of the temporarily used temporary database can be registered in the ordinary database after the search is completed, the usability is further improved.

【0112】更に、ユーザの意志により仮のデータベー
スのデータを通常のデータベースに登録させるか否かを
選択することが可能となり、通常のデータベースに登録
するという処理を行わなければ、システムの終了時にメ
モリ上のキーワード等の属性情報は破棄され、次回起動
時にはこの属性情報は残っていないので、ユーザの意志
のままにデータの処理を行うことが可能となった。
Further, it is possible to select whether or not to register the data of the temporary database in the normal database according to the user's will. If the process of registering the data in the normal database is not performed, the memory is not stored when the system is terminated. The attribute information such as the above keyword is discarded, and this attribute information does not remain at the next start-up, so that it is possible to perform data processing according to the user's will.

【0113】また、1つの画像を複数の領域に分け、そ
れぞれに属性情報を持たせることができるようになった
ので検索処理が詳細に行えるようになった。
Further, one image can be divided into a plurality of areas and attribute information can be given to each area, so that detailed search processing can be performed.

【0114】また、属性情報として位置指定情報をもた
せたことにより、検索結果の対象が画像のどの部分にあ
るかとい情報が得られるようになった。
Further, by providing the position designation information as the attribute information, it is possible to obtain information as to which part of the image the target of the search result is.

【0115】また、属性情報の検索条件を複数選択でき
るようになったので、絞り込んで選択することができる
ようになった。
Further, since a plurality of search conditions for attribute information can be selected, it is possible to narrow down and select.

【0116】また、検索結果として該当する領域の画像
のみを表示できるようにしたので表示時間が少なくて済
むという効果が得られる。
Further, since only the image of the corresponding area can be displayed as a search result, the effect of reducing the display time can be obtained.

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

【図1】従来の検索処理の流れを説明するフローチャー
ト図。
FIG. 1 is a flowchart illustrating the flow of a conventional search process.

【図2】本発明の検索装置の構成を表すブロック図。FIG. 2 is a block diagram illustrating a configuration of a search device according to the present invention.

【図3】画像IDと画像ファイルパスの対応テーブル図。FIG. 3 is a table showing the correspondence between image IDs and image file paths.

【図4】画像IDと属性情報の対応テーブル図。FIG. 4 is a correspondence table diagram of image IDs and attribute information.

【図5】色名と画像特徴との対応図。FIG. 5 is a correspondence diagram between color names and image features.

【図6】本発明の検索プログラムの処理の流れを説明す
るフローチャート図。
FIG. 6 is a flowchart illustrating the processing flow of a search program according to the present invention.

【図7】画像ファイルのフォーマットを表すメモリマッ
プ。
FIG. 7 is a memory map showing a format of an image file.

【図8】画像データの例。FIG. 8 is an example of image data.

【図9】画像データの例。FIG. 9 is an example of image data.

【図10】画像データの例。FIG. 10 shows an example of image data.

【図11】画像データの例。FIG. 11 is an example of image data.

【図12】画像データをタイル分割した例。FIG. 12 is an example in which image data is divided into tiles.

【図13】フラッシュピックスイメージオブジェクトの
構造。
FIG. 13 shows the structure of a Flashpix image object.

【図14】フラッシュピックスイメージビューオブジェ
クトの構造。
FIG. 14 shows the structure of a flashpix image view object.

【図15】フラッシュピックスで用いられる属性情報。FIG. 15 shows attribute information used in FlashPix.

【図16】階層的に複数解像度の画像をもった画像ファ
イルのイメージ。
FIG. 16 is an image of an image file hierarchically having images of a plurality of resolutions.

【図17】画像を複数の固定領域に分割した例。FIG. 17 is an example in which an image is divided into a plurality of fixed areas.

【図18】フラッシュピックスのサブイメージヘッダー
情報。
FIG. 18 shows sub-image header information of FlashPix.

【図19】階層化されタイル状に分割された画像の例。FIG. 19 is an example of an image that is hierarchized and divided into tiles.

【図20】画像IDとタイル番号とキーワードと画像特徴
量を対応づけたテーブルの構造。
FIG. 20 shows the structure of a table in which image IDs, tile numbers, keywords, and image feature amounts are associated with each other.

【図21】ステップS607のユーザの指示を判断する際の
ダイアログボックス。
FIG. 21 is a dialog box for determining a user instruction in step S607.

【図22】ステップS609のユーザの指示を判断する際の
ダイアログボックス。
FIG. 22 is a dialog box for determining a user instruction in step S609.

【図23】一時的なデータを選択する際のデータ位置を
指定するユーザインタフェース図。
FIG. 23 is a user interface diagram for specifying a data position when selecting temporary data.

【図24】本発明の検索プログラムの処理の流れを説明
するフローチャート図。
FIG. 24 is a flowchart illustrating the flow of processing of a search program according to the present invention.

【図25】位置指定語とタイル番号とを対応づけたテー
ブルの構造。
FIG. 25 is a table structure in which position designation words and tile numbers are associated with each other.

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

101 CPU 102 システムバス 103 入力装置 104 スキャナ 105 ROM 106 RAM 107 外部記憶装置(部) 108 表示制御部 109 表示器 110 キャラクタジェネレータ(CG) 111 ネットワークインタフェース(Net/I/
F)
Reference Signs List 101 CPU 102 System bus 103 Input device 104 Scanner 105 ROM 106 RAM 107 External storage device (unit) 108 Display control unit 109 Display device 110 Character generator (CG) 111 Network interface (Net / I /
F)

Claims (33)

【特許請求の範囲】[Claims] 【請求項1】 登録データの属性情報を含む第1データ
ベースを格納する第1記憶手段と、前記第1記憶手段に
格納されている第1データベースとは別に、一時的な登
録データの属性情報を含む第2データベースを格納する
第2記憶手段と、を有することを特徴とするデータ検索
装置。
A first storage unit for storing a first database including attribute information of registered data; and a first database stored in the first storage unit, wherein attribute information of temporary registered data is stored separately. A second storage unit for storing a second database including the second database.
【請求項2】 前記属性情報は、キーワードを含むこと
を特徴とする請求項1記載のデータ検索装置。
2. The data search device according to claim 1, wherein the attribute information includes a keyword.
【請求項3】 前記属性情報は、画像特徴量を含むこと
を特徴とする請求項1記載のデータ検索装置。
3. The data search device according to claim 1, wherein the attribute information includes an image feature amount.
【請求項4】 前記属性情報は、位置指定情報を含むこ
とを特徴とする請求項1記載のデータ検索装置。
4. The data search device according to claim 1, wherein the attribute information includes position designation information.
【請求項5】 前記第2データベースを前記第1データ
ベースに登録する合成手段を更に有することを特徴とす
る請求項1記載のデータ検索装置。
5. The data search device according to claim 1, further comprising a synthesizing unit that registers the second database in the first database.
【請求項6】 前記合成手段で前記第2データベースを
前記第1データベースに登録するか否かを選択する選択
手段を更に有することを特徴とする請求項5記載のデー
タ検索装置。
6. The data search device according to claim 5, further comprising a selection unit for selecting whether or not to register the second database in the first database by the combining unit.
【請求項7】 前記第1または第2データベースに登録
すべきデータの属性情報を登録する登録手段を更に有す
ることを特徴とする請求項1記載のデータ検索装置。
7. The data search device according to claim 1, further comprising a registration unit for registering attribute information of data to be registered in the first or second database.
【請求項8】 検索すべき属性情報を入力する入力手段
と、前記第1データベースまたは前記第2データベース
とから検索を行う検索手段を更に有することを特徴とす
る請求項1記載のデータ検索装置。
8. The data search apparatus according to claim 1, further comprising: input means for inputting attribute information to be searched; and search means for searching from the first database or the second database.
【請求項9】 前記検索手段の検索結果を表示する表示
手段を更に有することを特徴とする請求項8記載のデー
タ検索装置。
9. The data search apparatus according to claim 8, further comprising display means for displaying a search result of said search means.
【請求項10】 前記表示手段は、検索された領域の画
像のみを表示することを特徴とする請求項9記載のデー
タ検索装置。
10. The data search apparatus according to claim 9, wherein said display means displays only an image of the searched area.
【請求項11】 前記検索手段は、前記入力手段により
入力された属性情報に含まれる複数の位置指定情報と画
像特徴量に基づいて、段階的に絞り込んで検索すること
を特徴とする請求項7記載のデータ検索装置。
11. The method according to claim 7, wherein the search unit performs a search by narrowing down in stages based on a plurality of pieces of position designation information and image feature amounts included in the attribute information input by the input unit. Data retrieval device as described.
【請求項12】 登録データの属性情報を第1記憶手段
に格納されている第1データベースに登録する第1登録
工程と、一時的な登録データの属性情報を第2記憶手段
に格納されている第2データベースに登録する第2登録
工程と、を有することを特徴とするデータ検索方法。
12. A first registration step of registering registration data attribute information in a first database stored in a first storage means, and temporary registration data attribute information is stored in a second storage means. A second registration step of registering in a second database.
【請求項13】 前記属性情報は、キーワードを含むこ
とを特徴とする請求項12記載のデータ検索方法。
13. The data search method according to claim 12, wherein the attribute information includes a keyword.
【請求項14】 前記属性情報は、画像特徴量を含むこ
とを特徴とする請求項12記載のデータ検索方法。
14. The data search method according to claim 12, wherein the attribute information includes an image feature amount.
【請求項15】 前記属性情報は、位置指定情報を含む
ことを特徴とする請求項12記載のデータ検索方法。
15. The data search method according to claim 12, wherein the attribute information includes position designation information.
【請求項16】 前記第2データベースを前記第1デー
タベースに登録する合成工程を更に有することを特徴と
する請求項12記載のデータ検索方法。
16. The data search method according to claim 12, further comprising a synthesizing step of registering said second database in said first database.
【請求項17】 前記合成工程で前記第2データベース
を前記第1データベースに登録するか否かを選択する選
択工程を更に有することを特徴とする請求項16記載の
データ検索方法。
17. The data search method according to claim 16, further comprising a selecting step of selecting whether to register the second database in the first database in the synthesizing step.
【請求項18】 前記第1または第2データベースに登
録すべきデータの属性情報を登録する登録工程を更に有
することを特徴とする請求項12記載のデータ検索方
法。
18. The data search method according to claim 12, further comprising a registration step of registering attribute information of data to be registered in the first or second database.
【請求項19】 検索すべき属性情報を入力する入力工
程と、前記第1データベースまたは前記第2データベー
スとから検索を行う検索工程を更に有することを特徴と
する請求項12記載のデータ検索方法。
19. The data search method according to claim 12, further comprising an input step of inputting attribute information to be searched, and a search step of performing a search from the first database or the second database.
【請求項20】 前記検索工程の検索結果を表示する表
示工程を更に有することを特徴とする請求項19記載の
データ検索工程。
20. The data search step according to claim 19, further comprising a display step of displaying a search result of the search step.
【請求項21】 前記表示工程は、検索された領域の画
像のみを表示することを特徴とする請求項20記載のデ
ータ検索方法。
21. The data search method according to claim 20, wherein the display step displays only the image of the searched area.
【請求項22】 前記検索手段は、前記入力手段により
入力された属性情報に含まれる複数の位置指定情報と画
像特徴量に基づいて、段階的に絞り込んで検索すること
を特徴とする請求項19記載のデータ検索装置。
22. The search method according to claim 19, wherein the search unit narrows down and searches stepwise based on a plurality of pieces of position designation information and image feature amounts included in the attribute information input by the input unit. Data retrieval device as described.
【請求項23】 登録データの属性情報を第1記憶手段
に格納されている第1データベースに登録する第1登録
工程と、一時的な登録データの属性情報を第2記憶手段
に格納されている第2データベースに登録する第2登録
工程と、を含むことを特徴とするコンピュータ読み取り
可能なプログラムが記憶された記憶媒体。
23. A first registration step of registering registration data attribute information in a first database stored in a first storage means, and temporary registration data attribute information is stored in a second storage means. A second registration step of registering in a second database, a storage medium storing a computer-readable program.
【請求項24】 前記属性情報は、キーワードを含むこ
とを特徴とする請求項23記載のコンピュータ読み取り
可能なプログラムが記憶された記憶媒体。
24. The storage medium according to claim 23, wherein the attribute information includes a keyword.
【請求項25】 前記属性情報は、画像特徴量を含むこ
とを特徴とする請求項23記載のコンピュータ読み取り
可能なプログラムが記憶された記憶媒体。
25. The storage medium according to claim 23, wherein the attribute information includes an image feature amount.
【請求項26】 前記属性情報は、位置指定情報を含む
ことを特徴とする請求項23記載のコンピュータ読み取
り可能なプログラムが記憶された記憶媒体。
26. The storage medium according to claim 23, wherein the attribute information includes position designation information.
【請求項27】 前記第2データベースを前記第1デー
タベースに登録する合成工程を更に有することを特徴と
する請求項23記載のコンピュータ読み取り可能なプロ
グラムが記憶された記憶媒体。
27. The storage medium according to claim 23, further comprising a combining step of registering said second database in said first database.
【請求項28】 前記合成工程で前記第2データベース
を前記第1データベースに登録するか否かを選択する選
択工程を更に有することを特徴とする請求項27記載の
コンピュータ読み取り可能なプログラムが記憶された記
憶媒体。
28. The computer-readable program according to claim 27, further comprising a selecting step of selecting whether to register the second database in the first database in the synthesizing step. Storage media.
【請求項29】 前記第1または第2データベースに登
録すべきデータの属性情報を登録する登録工程を更に有
することを特徴とする請求項23記載のコンピュータ読
み取り可能なプログラムが記憶された記憶媒体。
29. The storage medium according to claim 23, further comprising a registration step of registering attribute information of data to be registered in said first or second database.
【請求項30】 検索すべき属性情報を入力する入力工
程と、前記第1データベースまたは前記第2データベー
スとから検索を行う検索工程を更に有することを特徴と
する請求項23記載のコンピュータ読み取り可能なプロ
グラムが記憶された記憶媒体。
30. The computer-readable computer according to claim 23, further comprising: an input step of inputting attribute information to be searched; and a search step of performing a search from the first database or the second database. A storage medium on which a program is stored.
【請求項31】 前記検索工程の検索結果を表示する表
示工程を更に有することを特徴とする請求項30記載の
コンピュータ読み取り可能なプログラムが記憶された記
憶媒体。
31. The storage medium according to claim 30, further comprising a display step of displaying a search result of said search step.
【請求項32】 前記表示工程は、検索された領域の画
像のみを表示することを特徴とする請求項31記載のコ
ンピュータ読み取り可能なプログラムが記憶された記憶
媒体。
32. The storage medium according to claim 31, wherein the displaying step displays only the image of the searched area.
【請求項33】 前記検索手段は、前記入力手段により
入力された属性情報に含まれる複数の位置指定情報と画
像特徴量に基づいて、段階的に絞り込んで検索すること
を特徴とする請求項30記載のコンピュータ読み取り可
能なプログラムが記憶された記憶媒体。
33. A search method according to claim 30, wherein said search means narrows down and searches stepwise based on a plurality of pieces of position designation information and image feature amounts included in the attribute information input by said input means. A storage medium storing the computer-readable program according to the above.
JP9206103A 1997-07-31 1997-07-31 Device and method for data retrieval and storage medium storing data retrieval program Withdrawn JPH1153373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9206103A JPH1153373A (en) 1997-07-31 1997-07-31 Device and method for data retrieval and storage medium storing data retrieval program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9206103A JPH1153373A (en) 1997-07-31 1997-07-31 Device and method for data retrieval and storage medium storing data retrieval program

Publications (1)

Publication Number Publication Date
JPH1153373A true JPH1153373A (en) 1999-02-26

Family

ID=16517860

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9206103A Withdrawn JPH1153373A (en) 1997-07-31 1997-07-31 Device and method for data retrieval and storage medium storing data retrieval program

Country Status (1)

Country Link
JP (1) JPH1153373A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000322338A (en) * 1999-05-06 2000-11-24 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file management method and computer readable medium
JP2019121272A (en) * 2018-01-10 2019-07-22 ドゥーソッブ ジァン Evaluation support system of information transmission activity using image

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000322338A (en) * 1999-05-06 2000-11-24 Seiko Epson Corp Network copy file management system, copy system, copy server, network copy file management method and computer readable medium
JP2019121272A (en) * 2018-01-10 2019-07-22 ドゥーソッブ ジァン Evaluation support system of information transmission activity using image

Similar Documents

Publication Publication Date Title
US6556713B2 (en) Image processing apparatus and method and storage medium
EP0625757B1 (en) Selective document retrieval method and system
US5172245A (en) Electronic information retrieval apparatus for image information using primary and secondary menus
CN1149509C (en) Image processing apparatus and method, and computer-readable memory
US20020054706A1 (en) Image retrieval apparatus and method, and computer-readable memory therefor
US6714682B2 (en) Image processing device and method and memory medium
JP2601111B2 (en) Document element retrieval device
JPH1153511A (en) Processor and method for image processing and storage medium
US6704464B2 (en) Image processing apparatus and method, and storage medium
JPH1153373A (en) Device and method for data retrieval and storage medium storing data retrieval program
JPH11250077A (en) Information processor, information processing method and record medium
JPH0581395A (en) Data processing system and method for treating exchangeable image-object for document having plurality of size
JPH05282375A (en) Method and system for retrieving image
JP2000187670A (en) Image processor and its method and computer readable memory
JPH1153372A (en) Device and method for image processing and storage medium
JPH1153370A (en) Device and method information processing and storage medium
US20040049501A1 (en) Data management apparatus and data management program
WO2001083222A1 (en) Printing device and printing method
JP2000293624A (en) Method and device for image processing and storage medium
JP2002024766A (en) Character recognizing device and method
JP2006253995A (en) Image processor
JP2002175317A (en) Method and device for retrieving information and storage medium
JP2635312B2 (en) Image processing device
JP2004287829A (en) Image data classifying device and program
JP2000306076A (en) Image processor, control method and storage medium

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20041005