JPH05242162A - Unit and method for information processing - Google Patents

Unit and method for information processing

Info

Publication number
JPH05242162A
JPH05242162A JP4042755A JP4275592A JPH05242162A JP H05242162 A JPH05242162 A JP H05242162A JP 4042755 A JP4042755 A JP 4042755A JP 4275592 A JP4275592 A JP 4275592A JP H05242162 A JPH05242162 A JP H05242162A
Authority
JP
Japan
Prior art keywords
information
image
database
latitude
longitude
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP4042755A
Other languages
Japanese (ja)
Other versions
JP2827666B2 (en
Inventor
Kazutaka Tezuka
主宇 手塚
Takatoshi Kodaira
高敏 小平
Masakazu Matsuo
雅一 松尾
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 JP4042755A priority Critical patent/JP2827666B2/en
Publication of JPH05242162A publication Critical patent/JPH05242162A/en
Application granted granted Critical
Publication of JP2827666B2 publication Critical patent/JP2827666B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To increase the retrieval speed and to reduce the load of operation such as a registering process by providing different data bases having different contents including images, and relating the informations in the respective data bases to each other by using information with single contents. CONSTITUTION:A retrieving means 15 retrieves a document information data base 18 according to an input retrieval instruction for document information to take the document information and position information as common information out. The document information is temporarily stored in a display buffer 17 and the position information is sent to a key converting means 16. An image information data base 19 retrieves image information according to the position information and the attribute information of the image information, and sends the result to the display buffer 17 and the image attribute information to the key converting means 16. The retrieving means 15 converts the position information as the common information into position information as image control information by using the key converting means 16 and sends the result to the display buffer 17. The display means 11 relates the document information to image information according to the position information as the image control information and displays it and shows the retrieval result to the operator.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、画像情報,文字・数値
情報または地図情報を扱う情報処理装置および情報処理
方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus and an information processing method for handling image information, character / numerical value information or map information.

【0002】[0002]

【従来の技術】例えば地図情報のように、地形に関する
情報と、土地の利用形態に関するような地形の属性情報
を併せ持つマルチメディア情報を管理するために、従
来、特開平1−169675 号公報に記載のように、各情報を
関係付けテーブルを用いて管理していた。
2. Description of the Related Art In order to manage multimedia information that has both topographical information such as map information and topographical attribute information such as land usage patterns, it has been conventionally described in Japanese Patent Laid-Open No. 1-169675. As described above, each information is managed by using the relation table.

【0003】上記の従来技術を、図16に示すような都
道府県庁所在地と衛星画像情報を扱う情報処理装置を例
に説明する。
The above-mentioned conventional technique will be described by taking an information processing apparatus for handling prefectural office locations and satellite image information as shown in FIG.

【0004】図16において、400は衛星画像情報デ
ータベースを表わし、画像1から画像4(401〜40
4)は本データベースに格納される衛星画像情報を表わ
す。また、405は都道府県庁所在地データベースを表
わし、409〜421は本データベースに格納されるレ
コードを表わす。
In FIG. 16, reference numeral 400 denotes a satellite image information database, which is image 1 to image 4 (401 to 40).
4) represents satellite image information stored in this database. Further, 405 represents a prefectural office location database, and 409 to 421 represent records stored in this database.

【0005】都道府県庁所在地データベース(405)
の各レコードは地名(406)と該都道府県庁所在地を
含む衛星画像の番号(407)とその画像中の位置(4
08)から成る。ただし、画像中の位置は画像のライン
ピクセル座標値で表わす。
Prefectural office location database (405)
Each record is a place name (406), a satellite image number (407) including the location of the prefecture, and a position (4) in the image.
08). However, the position in the image is represented by the line pixel coordinate value of the image.

【0006】当初、都道府県庁所在地データベースには
409から415のレコードが格納され、衛星画像情報
データベースには画像1(401)〜画像3(403)
が格納されているとする。画像1は東京,千葉,宇都宮
を、画像2は東京,千葉を、画像3は東京,宇都宮をそ
れぞれ含むとする。このため、都道府県庁所在地データ
ベースには地名である東京,千葉,宇都宮と、それらを
含む画像の画像番号と画像内位置の組が計7レコード
(409〜415)格納される。これら画像番号と画像
内位置を模式的に表現すると422の矢印のようにな
る。
Initially, records of 409 to 415 are stored in the prefectural office location database, and images 1 (401) to 3 (403) are stored in the satellite image information database.
Is stored. Image 1 includes Tokyo, Chiba and Utsunomiya, image 2 includes Tokyo and Chiba, and image 3 includes Tokyo and Utsunomiya. Therefore, the prefectural office location database stores a total of 7 records (409 to 415) of place names such as Tokyo, Chiba, and Utsunomiya, and the image number of the image including them and the position in the image. The image number and the position in the image are schematically expressed as an arrow 422.

【0007】以下、本情報処理装置におけるデータの検
索・登録・更新・削除処理について例を用いて説明す
る。
Data retrieval / registration / update / deletion processing in the information processing apparatus will be described below with reference to an example.

【0008】(1)検索処理 本情報処理装置を用いて「東京」を含む衛星画像を検索
する処理について説明する。
(1) Search Process A process of searching a satellite image including "Tokyo" using the information processing apparatus will be described.

【0009】検索処理作業者は、都道府県庁所在地名で
ある「東京」を情報処理装置に入力する。情報処理装置
は、入力した地名「東京」を検索キーとして都道府県庁
所在地データベースを検索し、都道府県庁所在地名とし
て「東京」をもつ3レコード(409〜411)を取り
出す。取り出されたレコードより画像番号を得る。
The search processing operator inputs "Tokyo" which is the prefectural office location name into the information processing apparatus. The information processing device searches the prefecture office location database using the input place name "Tokyo" as a search key, and retrieves three records (409 to 411) having "Tokyo" as the prefecture office location name. The image number is obtained from the retrieved record.

【0010】次に情報処理装置は、画像番号を検索キー
として衛星画像情報データベースを検索し、上記処理で
検索された3レコード(409〜411)に対応する画
像1(401)から画像3(403)を取り出す。
Next, the information processing apparatus searches the satellite image information database using the image number as a search key, and the images 1 (401) to 3 (403) corresponding to the three records (409 to 411) searched by the above processing. ) Take out.

【0011】上記の検索処理速度は情報処理装置に格納
されたレコード数に依存する。本情報処理装置では登録
された地名がM個、衛星画像数がN個である場合、都道
府県庁所在地データベースは、M×N個のレコード数を
持つ。従って、登録データ件数の増加に伴い、検索速度
の低下が大きいという問題がある。
The above search processing speed depends on the number of records stored in the information processing apparatus. In this information processing apparatus, when the number of registered place names is M and the number of satellite images is N, the prefecture office location database has M × N records. Therefore, there is a problem that the search speed is greatly reduced as the number of registered data items increases.

【0012】(2)登録処理 本情報処理装置に東京,千葉,宇都宮を含む画像4(4
04)を新たに登録する場合について説明する。
(2) Registration Processing Image 4 (4
A case of newly registering 04) will be described.

【0013】最初に、登録処理作業者は画像4が含む都
道府県庁所在地名を目視で調べる。次いで、登録処理作
業者は都道府県庁所在地名の画像4内位置を調べる。こ
の結果得たデータを都道府県庁所在地データベースに追
加する。画像4は上記3地名を含むため、登録処理作業
者は、都道府県庁所在地データベースに新たに東京,千
葉,宇都宮という地名と画像番号4とそれらの画像4内
の位置とを表わす3個のレコード(416〜418)を
追加する。
First, the registration worker visually checks the prefectural office location name included in the image 4. Next, the registration processing operator checks the position in the image 4 of the prefectural office location name. The resulting data is added to the prefectural office location database. Since the image 4 includes the above three place names, the registration processing operator newly adds three records indicating the place names of Tokyo, Chiba, and Utsunomiya, the image number 4, and their positions in the image 4 to the prefecture office location database. (416 to 418) are added.

【0014】次に、本情報処理装置に都道府県庁所在地
として「埼玉」を新たに登録する場合について説明す
る。
Next, a case where "Saitama" is newly registered as a prefectural office location in the information processing apparatus will be described.

【0015】登録処理作業者は、「埼玉」を含む衛星画
像とその衛星画像内の「埼玉」の位置を得るため、衛星
画像情報データベース(400)が含む画像1(40
1)から画像3(403)を目視で調べる。画像1(4
01)から画像3(403)がいずれも埼玉を含むとす
ると、登録処理作業者は、都道府県庁所在地データベー
スに「埼玉」と「埼玉」を含む画像番号と画像内位置を
表わすデータを新たに3レコード(419〜421)追
加する。
In order to obtain the satellite image including "Saitama" and the position of "Saitama" in the satellite image, the registration processing operator acquires image 1 (40) included in the satellite image information database (400).
Visual inspection of image 3 (403) from 1). Image 1 (4
If all of 01) to image 3 (403) include Saitama, the registration processing operator newly adds the data indicating the image number including “Saitama” and “Saitama” and the position in the image to the prefecture office location database. Add 3 records (419 to 421).

【0016】以上のように、新規画像の登録に当たって
は、都道府県庁所在地データベースに登録済のすべての
地名について、それらが新規画像に含まれるか否かを、
作業者が調査する必要がある。また、新規都道府県庁所
在地名の登録に当たっては、衛星画像情報データベース
に登録済みのすべての画像について、それらが新規地名
を含むか否かを、作業者が調査する必要がある。しか
も、衛星画像はセンサによって撮影範囲や、調査対象の
画像に占める大きさが異なり、また同じセンサであって
も撮影条件によって、調査対象の画像内位置は異なるた
め、上記の調査は目視によらざるを得ない。従って、登
録処理における操作者の負担は大きく、誤処理の可能性
が増大するという問題がある。これらの問題は、格納デ
ータの増大にともない顕著になる。
As described above, when registering a new image, for all place names registered in the prefectural office location database, whether or not they are included in the new image,
Workers need to investigate. In addition, when registering a new prefectural office location name, it is necessary for the worker to investigate whether or not all the images registered in the satellite image information database include the new place name. Moreover, the satellite image differs in the shooting range and the size occupied by the survey target image depending on the sensor, and even within the same sensor, the position in the survey target image varies depending on the shooting conditions. I have no choice. Therefore, there is a problem that the operator's burden in the registration process is heavy and the possibility of erroneous processing increases. These problems become remarkable as the stored data increases.

【0017】(3)更新処理 本情報処理装置に登録済みである「東京」の画像内位置
を更新する場合について説明する。
(3) Update Processing A case of updating the position in the image of “Tokyo” that has been registered in the information processing apparatus will be described.

【0018】更新処理作業者は更新対象レコードを得る
ため、上記の検索処理例で説明した手順により、都道府
県庁所在地データベースより「東京」を含む3レコード
(409〜411)を検索する。また、「東京」の変更
後の画像内位置を得るため、衛星画像情報データベース
より「東京」を含む画像1(401)から画像3(40
3)を検索する。更新処理作業者は、409〜411の
3レコードについて、それぞれに対応する画像より新し
い「東京」の画像内位置を求める。そして、この新しい
画像内位置で409〜411の3レコードを更新する。
In order to obtain the record to be updated, the update processing worker searches the prefectural office location database for three records (409 to 411) including "Tokyo" according to the procedure described in the above search processing example. Further, in order to obtain the position in the image after the change of “Tokyo”, the image 1 (401) to the image 3 (40) including “Tokyo” are acquired from the satellite image information database.
Search 3). The update processing operator obtains the position in the image of “Tokyo” that is newer than the image corresponding to each of the three records 409 to 411. Then, the three records 409 to 411 are updated with the new position in the image.

【0019】以上のように、画像内位置の更新に当たっ
ては、作業者は、都道府県庁所在地データベースに登録
済のすべての誤地名について、それらの新画像内位置を
調べる必要がある。しかも、上述の登録処理と同じ理由
で、上記の調査は目視によらざるを得ない。従って、更
新処理における作業者の負担が大きいという問題があ
る。この問題は、格納データの増大にともない顕著にな
る。
As described above, in updating the position in the image, the operator needs to check the positions in the new image for all the wrong place names registered in the prefecture office location database. Moreover, for the same reason as the above-mentioned registration processing, the above-mentioned investigation has to be done by visual inspection. Therefore, there is a problem that the operator's burden in the updating process is heavy. This problem becomes remarkable as the stored data increases.

【0020】(4)削除処理 本情報処理装置の衛星画像情報データベースより画像2
(402)を削除する場合について説明する。
(4) Deletion processing Image 2 from the satellite image information database of this information processing apparatus.
A case of deleting (402) will be described.

【0021】画像2(402)の削除に当たっては、削
除処理作業者は都道府県庁所在地データベース内レコー
ドで画像2と関係づけられているレコードをすべて削除
する必要がある。すなわち、都道府県庁所在地データベ
ースを検索し、画像2を画像番号としてもつレコード
(410,413)を削除する。
When deleting the image 2 (402), the deletion processing operator needs to delete all the records associated with the image 2 in the records in the prefectural office location database. That is, the prefecture office location database is searched, and the record (410, 413) having the image 2 as the image number is deleted.

【0022】以上のように、画像の削除に当たっては、
都道府県庁所在地データベースに登録済のすべての地名
について、それらが削除画像に関係付けられているか否
かの調査が必要である。従って、削除処理における処理
時間が増加するという問題がある。この問題は、格納デ
ータの増大にともない顕著になる。
As described above, when deleting an image,
It is necessary to investigate whether all place names registered in the prefectural office location database are related to the deleted image. Therefore, there is a problem that the processing time in the deletion processing increases. This problem becomes remarkable as the stored data increases.

【0023】関連する他の先行文献としては、特開平2
−2463 号公報,特開平2−85963号公報が挙げられる。
As another related prior art document, Japanese Patent Laid-Open No. Hei 2
-2463 and JP-A-2-85963 are mentioned.

【0024】[0024]

【発明が解決しようとする課題】上記従来技術は、衛星
画像のように同一地点の異なる撮影日時あるいは異なる
センサの画像情報が蓄積されるデータベースにおける、
検索処理速度について考慮されていない。また、新規画
像情報または新規文書情報の登録における、作業者の負
担およびそれに伴う作業の信頼性について考慮されてい
ない。また、文書情報更新における作業者の負担につい
て考慮されていない。また、画像削除処理における処理
速度について考慮されていない。これらの問題は、情報
処理装置に登録されるデータの増加に伴い、顕著にな
る。
SUMMARY OF THE INVENTION The above-mentioned conventional technique is used in a database in which image information of different image pickup dates or different sensors of the same point such as satellite images are accumulated.
Search processing speed is not considered. In addition, no consideration is given to the burden on the worker in registering new image information or new document information and the work reliability associated therewith. Moreover, the burden on the worker in updating the document information is not considered. Further, the processing speed in the image deletion processing is not considered. These problems become remarkable as the amount of data registered in the information processing device increases.

【0025】本発明の目的は、検索速度を改善するこ
と、登録・更新・削除処理における作業者の負担を改善
すること、および登録処理における信頼性を改善するこ
とにある。
An object of the present invention is to improve the search speed, to reduce the burden on the operator in the registration / update / deletion process, and to improve the reliability in the registration process.

【0026】[0026]

【課題を解決するための手段】上記目的を達成するため
に、本発明では、画像を含む複数の内容の異なるデータ
ベースを持つ情報処理装置において、各データベースの
内容に必ずしも依存せず情報処理装置に共通な単一の内
容の情報を用いて、各データベース内の情報を結び付け
る。
In order to achieve the above object, in the present invention, in an information processing apparatus having a plurality of databases having different contents including images, the information processing apparatus does not necessarily depend on the contents of each database. The information in each database is tied together using a common single content information.

【0027】また、各データベース内の各情報にそれぞ
れ独自の管理情報を持たせ、この管理情報を用いて予め
定められた演算処理を行う事により、各データベースの
各情報の任意の小部分と情報処理装置に共通な単一の内
容の任意の情報とが、相互に特定できるような情報の変
換手段を設ける。
Further, each information in each database is given its own management information, and predetermined management processing is performed by using this management information, whereby an arbitrary small part of each information in each database and the information. The information conversion means is provided so that the arbitrary information having a single content common to the processing devices can mutually specify.

【0028】[0028]

【作用】上記の手段により、各データベースの内容に必
ずしも依存せず情報処理装置に共通な単一の内容の情報
を用いて複数の内容の異なるデータベースを一元管理で
きるので、データベース管理情報容量が減少し、登録・
更新・検索・削除の処理速度が改善される。
By the above means, a plurality of databases having different contents can be centrally managed by using information of a single content common to the information processing apparatus without necessarily depending on the contents of each database, so that the database management information capacity is reduced. Register and
The processing speed of update / search / delete is improved.

【0029】また、各データベースの各情報が持つ独自
の管理情報を用いて、各データベースの各情報の任意の
小部分と情報処理装置に共通な単一の内容の任意の情報
とが相互に特定できるため、作業者は登録・更新処理時
に各データベース内の情報間の全ての関係付けを予め情
報処理装置に指示する必要がなくなり、作業者の負担が
改善される。
Further, by using the unique management information possessed by each information in each database, any small portion of each information in each database and any information having a single content common to the information processing apparatus are mutually specified. Therefore, the worker does not need to instruct the information processing apparatus in advance for all the relationships between the information in each database at the time of registration / update processing, and the burden on the worker is improved.

【0030】[0030]

【実施例】以下、本発明の一実施例を説明する。図1は
本発明を実施するシステムの一構成例を示すもので、計
算機10を中心として、画像または文字を表示する表示
手段11と画面の指示またはデータの入力を行う入力手
段12と画像を含む複数のメディアから成るデータを記
憶するデータベース記憶手段13とから構成される。こ
こで、データベース記憶手段13は文書情報データベー
ス18および画像情報データベース19等の画像および
文字数値情報を含む複数のデータベースを有する。ま
た、計算機10は入力手段12からの情報によりデータ
ベース記憶手段13に対するデータの登録を制御する登
録制御部21と更新を制御する更新制御部22と削除を
制御する削除制御部23と入力手段12からの情報をも
とにデータベース記憶手段13に対する検索処理を制御
する検索手段15とを有し、さらに検索手段15は各デ
ータベースが有するデータ管理情報間の関係付けを行う
キー変換手段16とデータベース記憶手段13から表示
手段11へ渡すデータを一時保存する表示バッファ17
とを有す。また、検索・登録・更新・削除の指示入力ま
たは結果の出力等をプロセスに対し行う場合は、表示手
段11または入力手段12の代わりにプロセスインター
フェース24を用いる。
EXAMPLE An example of the present invention will be described below. FIG. 1 shows an example of the configuration of a system for carrying out the present invention, which mainly includes a computer 10, a display means 11 for displaying an image or a character, an input means 12 for inputting a screen instruction or data, and an image. The database storage means 13 stores data composed of a plurality of media. Here, the database storage means 13 has a plurality of databases including image and character numerical value information such as the document information database 18 and the image information database 19. Further, the computer 10 uses the information from the input unit 12 to register the data in the database storage unit 13, a registration control unit 21 that controls the update, an update control unit 22 that controls the update, a deletion control unit 23 that controls the deletion, and the input unit 12. Based on the information, the search means 15 for controlling the search process for the database storage means 13 is further provided. The search means 15 further includes a key conversion means 16 for relating the data management information of each database and a database storage means. A display buffer 17 for temporarily storing data passed from the display unit 13 to the display unit 11.
Have and. Further, when inputting instructions for search / registration / update / deletion or outputting the results to a process, the process interface 24 is used instead of the display means 11 or the input means 12.

【0031】以下、本実施例を用い、検索・登録・更新
・削除処理の操作例について説明する。
An operation example of search / registration / update / deletion processing will be described below using this embodiment.

【0032】検索の例として、文書データベース内の文
書情報から画像情報を検索する操作について説明する。
As an example of retrieval, an operation for retrieving image information from document information in a document database will be described.

【0033】操作者は、入力手段12より文書情報の検
索指示を検索手段15に入力する。検索手段15は検索
指示にもとづき、文書情報データベース18を検索し、
文書情報および共通情報である位置情報を取り出す。そ
して、文書情報を表示バッファ17に一時保存し、ま
た、共通情報である位置情報をキー変換手段16に送
る。検索手段15は検索指示にもとづき、共通情報であ
る位置情報を画像情報データベース19に送る。画像情
報データベース19は共通情報である位置情報と画像情
報の属性情報にもとづき画像情報を検索し、検索結果で
ある画像情報を表示バッファ17に送り、また、画像属
性情報をキー変換手段16に送る。検索手段15は、共
通情報である位置情報をキー変換手段16を用いて画像
管理情報である位置情報に変換し、変換結果を表示バッ
ファ17に送る。検索手段15は表示バッファ17に保
存された検索結果である情報を表示手段11に送る。表
示手段11は画像管理情報である位置情報にもとづき、
文書情報と画像情報を結び付けて表示し、操作者に検索
結果として提示する。
The operator inputs a search instruction of the document information to the search means 15 through the input means 12. The search means 15 searches the document information database 18 based on the search instruction,
The position information, which is document information and common information, is extracted. Then, the document information is temporarily stored in the display buffer 17, and the position information which is the common information is sent to the key conversion means 16. The search means 15 sends the positional information, which is common information, to the image information database 19 based on the search instruction. The image information database 19 searches the image information based on the position information which is common information and the attribute information of the image information, sends the image information which is the search result to the display buffer 17, and sends the image attribute information to the key conversion means 16. .. The search unit 15 uses the key conversion unit 16 to convert the position information that is the common information into the position information that is the image management information, and sends the conversion result to the display buffer 17. The search means 15 sends the search result information stored in the display buffer 17 to the display means 11. The display means 11 is based on the position information which is the image management information,
The document information and the image information are linked and displayed, and presented to the operator as a search result.

【0034】検索の他の例として、表示手段11に表示
された画像情報から文書情報を検索する操作について説
明する。
As another example of the search, an operation for searching the document information from the image information displayed on the display means 11 will be described.

【0035】画像情報は予め表示手段11により表示さ
れているものとする。操作者は表示された画像情報を見
ながら入力手段12を用い、画像管理情報である位置情
報を指示入力し、検索手段15に送る。検索手段15は
キー変換手段16を用い、画像管理情報である位置情報
を共通情報である位置情報に変換する。検索手段15は
共通情報である位置情報をデータベース記憶手段13内
の文書データベース18に送る。文書情報データベース
18は、共通情報である位置情報にもとづき文書情報を
検索し、結果を表示バッファ17に送り、一時保存す
る。検索手段15は表示バッファ17に保存された検索
結果である情報を表示手段11により表示し、操作者に
検索結果として提示する。
It is assumed that the image information is previously displayed by the display means 11. While viewing the displayed image information, the operator uses the input means 12 to instruct and input the positional information, which is image management information, and sends it to the search means 15. The search unit 15 uses the key conversion unit 16 to convert the position information that is the image management information into the position information that is the common information. The search means 15 sends the positional information, which is common information, to the document database 18 in the database storage means 13. The document information database 18 searches for document information based on position information which is common information, sends the result to the display buffer 17, and temporarily stores the result. The search unit 15 causes the display unit 11 to display the information as the search result stored in the display buffer 17, and presents it to the operator as the search result.

【0036】このように、画像を含む複数のデータベー
スに共通な単一の位置情報を用いてデータベース間の結
び付けを行うことにより、データベース管理情報が減少
し、検索速度が改善される。
As described above, the database management information is reduced and the search speed is improved by connecting the databases by using the single position information common to the plurality of databases including images.

【0037】登録の例として、画像情報を登録する操作
について説明する。
An operation of registering image information will be described as an example of registration.

【0038】操作者は、入力手段12より画像登録指示
と画像情報を入力し、これらの指示と情報は登録制御部
21に送られる。さらに操作者は、画像管理情報である
位置情報と共通情報である位置情報との関係付けである
画像属性情報を作成するため、共通情報である位置情報
を入力手段12より入力し、これらの情報は登録制御部
21に送られる。登録制御部21は入力された画像登録
指示と画像情報と共通情報である位置情報にもとづき、
画像属性情報を作成し、これらの情報は画像情報データ
ベース19に送られ、登録される。
The operator inputs image registration instructions and image information from the input means 12, and these instructions and information are sent to the registration control section 21. Further, the operator inputs the position information which is the common information from the input means 12 in order to create the image attribute information which is the relationship between the position information which is the image management information and the position information which is the common information. Is sent to the registration controller 21. The registration control unit 21 is based on the input image registration instruction, the image information, and the positional information that is common information.
Image attribute information is created, and this information is sent to the image information database 19 and registered.

【0039】このように、画像を含む複数のデータベー
スの内容に独立な位置情報を用いてデータベース間の結
び付けを行うことにより、登録処理において処理対象と
なるデータベースが1つに特定されるため、作業者の負
担が軽減し、あわせて誤処理が減少し信頼性が改善され
る。
As described above, by connecting the databases using the position information independent of the contents of the plurality of databases including the images, one database to be processed in the registration process is specified. The burden on the operator is reduced, and the error processing is reduced and the reliability is improved.

【0040】更新の例として、文書情報を更新する操作
について説明する。
As an example of updating, an operation of updating document information will be described.

【0041】操作者は、入力手段12により文書更新指
示と更新情報を入力し、これらは更新制御部22に送ら
れる。更新制御部22は文書更新指示にもとづき、文書
情報データベース18に文書更新指示と更新情報を送
る。文書情報データベース18は文書更新指示と更新情
報にもとづき、文書情報の更新を行う。
The operator inputs a document update instruction and update information through the input means 12, and these are sent to the update control unit 22. The update control unit 22 sends the document update instruction and the update information to the document information database 18 based on the document update instruction. The document information database 18 updates the document information based on the document update instruction and the update information.

【0042】このように、画像を含む複数のデータベー
スの内容に独立な位置情報を用いてデータベース間の結
び付けを行うことにより、更新処理において処理対象と
なるデータベースが1つに特定されるため、作業者の負
担が改善される。
As described above, by connecting the databases by using the position information independent of the contents of the plurality of databases including the images, one database to be processed in the update processing is specified. Person's burden is improved.

【0043】削除の例として、画像情報を削除する操作
について説明する。
An operation of deleting image information will be described as an example of deletion.

【0044】操作者は、入力手段12により画像削除指
示を入力し、この指示は削除制御部23に送られる。削
除制御部23は画像削除指示にもとづき、画像情報デー
タベース19に画像削除指示を送る。画像情報データベ
ース19は画像削除指示にもとづき、画像情報の削除を
行う。
The operator inputs an image deletion instruction by the input means 12, and this instruction is sent to the deletion control section 23. The deletion control unit 23 sends an image deletion instruction to the image information database 19 based on the image deletion instruction. The image information database 19 deletes the image information based on the image deletion instruction.

【0045】このように、画像を含む複数のデータベー
スの内容に独立な位置情報を用いてデータベース間の結
び付けを行うことにより、削除処理において処理対象と
なるデータベースが1つに特定されるため、作業者の負
担が改善される。
In this way, by linking the databases by using the position information independent of the contents of the plurality of databases including the images, one database to be processed in the deletion processing is specified. Person's burden is improved.

【0046】次に、検索・登録・更新・削除処理フロー
の具体例を図2ないし図4を用いて詳細に説明する。
Next, a specific example of the search / registration / update / deletion process flow will be described in detail with reference to FIGS.

【0047】図2ないし図4は、検索処理の例として、
地名とその属性情報が格納された文書情報データベース
と衛星画像が格納された画像情報データベースと地図が
格納された地図情報データベースから成る例を用い、操
作者が指示した「地名」にもとづき、衛星画像上および
地図上にその「地名」の位置と属性情報を表示する処理
フローを示す。処理は以下のように行われる。
2 to 4 show examples of the retrieval process.
Based on the "place name" instructed by the operator, the satellite image is used with an example consisting of a document information database that stores place names and their attribute information, an image information database that stores satellite images, and a map information database that stores maps. The processing flow which displays the position and attribute information of the "place name" on the top and a map is shown. The processing is performed as follows.

【0048】操作者は、表示しようとする「地名」を入
力手段を用いて入力する(101)。地名は知っている
が場所がわからないような検索を想定し、例えば地名と
しては東京と入力する。入力された「地名」をキーとし
て文書情報データベースを検索する(102)。文書情
報データベースより検索された「地名」の属性情報よ
り、共通情報である位置情報、例えば緯度経度を取り出
す(103)。つまり、東京の緯経度を取り出すことを
意味する。
The operator uses the input means to input the "place name" to be displayed (101). Assuming a search in which the place name is known but the place is unknown, for example, enter Tokyo as the place name. The document information database is searched using the entered "place name" as a key (102). Position information, which is common information, such as latitude and longitude, is extracted from the attribute information of "place name" retrieved from the document information database (103). In other words, this means extracting the latitude and longitude of Tokyo.

【0049】次に、画像情報データベースについて、
(105)から(113)の処理を全画像に対し行う
(104)。まず、画像情報データベースより1つの画
像情報を取り出す(105)。画像情報の属性情報より
画像の4隅の緯度経度を取り出す(106)。操作者が
指示した「地名」の緯度経度が、105で取り出した画
像の4隅の緯度経度から成る矩形に含まれるか否かを調
べる(107)。つまり、東京が撮影されている衛星画
像を検索する。
Next, regarding the image information database,
The processing from (105) to (113) is performed on all images (104). First, one image information is retrieved from the image information database (105). The latitude and longitude of the four corners of the image are extracted from the attribute information of the image information (106). It is checked whether the latitude / longitude of the “place name” designated by the operator is included in the rectangle formed by the latitude / longitude of the four corners of the image extracted in 105 (107). In other words, search for satellite images of Tokyo.

【0050】含まれる場合は、109から113の処理
を行う(108)。まず、画像情報の属性情報より、緯
度経度からラインピクセル値への変換式を取り出す(1
09)。得られた変換式を用い、操作者が指示した「地
名」の緯度経度をラインピクセル値に変換する(11
0)。画像を表示する(111)。110で得られた画
像上の「地名」に対応するラインピクセル位置に矢印記
号等を表示し、その位置を操作者に示す(112)。つま
り、衛星画像上に東京の位置を示すことを意味し、操作
者に対し視覚的にその位置を表示することができる。
又、合わせて「地名」の属性情報を表示する(11
3)。このようにメディアが異なった情報を統一的に処
理することが可能である。
If it is included, the processes from 109 to 113 are performed (108). First, the conversion formula from the latitude / longitude to the line pixel value is extracted from the attribute information of the image information (1
09). Using the obtained conversion formula, the latitude and longitude of the "place name" designated by the operator are converted into line pixel values (11
0). The image is displayed (111). An arrow symbol or the like is displayed at the line pixel position corresponding to the "place name" on the image obtained at 110, and the position is shown to the operator (112). That is, it means indicating the position of Tokyo on the satellite image, and the position can be visually displayed to the operator.
In addition, the attribute information of "place name" is also displayed (11
3). In this way, it is possible to uniformly process information of different media.

【0051】続いて、地図も同様に検索することができ
る。すなわち、地図情報データベースについて、(11
5)から(123)の処理を全画像に対し行う(11
4)。まず、地図情報データベースより1つの画像情報
を取り出す(115)。地図情報の属性情報より地図の
4隅の緯度経度を取り出す(116)。操作者が指示し
た「地名」の緯度経度が、115で取り出した地図の4
隅の緯度経度から成る矩形に含まれるか否かを調べる
(117)。
Subsequently, the map can be similarly searched. That is, regarding the map information database, (11
The processing from 5) to (123) is performed on all images (11
4). First, one image information is retrieved from the map information database (115). The latitude and longitude of the four corners of the map are extracted from the attribute information of the map information (116). The latitude / longitude of the “place name” designated by the operator is 4 on the map extracted in 115.
It is checked whether or not it is included in the rectangle formed by the latitude and longitude of the corner (117).

【0052】含まれる場合は、119から123の処理
を行う(118)。まず、地図情報の属性情報より、緯
度経度から地図座標値への変換式を取り出す(11
9)。得られた変換式を用い、操作者が指示した「地
名」の緯度経度を地図座標値に変換する(120)。地図
を表示する(121)。120で得られた地図上の「地
名」に対応する地図座標位置に記号を表示する(12
2)。「地名」の属性情報を表示する(123)。
If it is included, the processes from 119 to 123 are performed (118). First, the conversion formula from the latitude and longitude to the map coordinate value is extracted from the attribute information of the map information (11
9). Using the obtained conversion formula, the latitude and longitude of the "place name" designated by the operator are converted into map coordinate values (120). The map is displayed (121). A symbol is displayed at the map coordinate position corresponding to the "place name" on the map obtained at 120 (12
2). The attribute information of "place name" is displayed (123).

【0053】このような処理により、画像を含む複数の
データベースを例えば緯度経度のような共通で単一な情
報である位置情報により検索できる。このため、例え
ば、文書情報がL件,画像情報がM件,地図情報がN件
があった場合、管理情報はL+M+N個となる。従来技
術では、L×M×N個の管理情報が必要である。このよ
うに、管理情報の削減が図れ、検索速度の改善が可能と
なる。
By such processing, a plurality of databases including images can be searched for by position information which is common and single information such as latitude and longitude. Therefore, for example, if there are L document information pieces, M image information pieces, and N map information pieces, the management information pieces are L + M + N pieces. In the related art, L × M × N pieces of management information are required. In this way, management information can be reduced and search speed can be improved.

【0054】図5により、検索処理の他の例として、表
示手段に表示された画像情報の画像上位置を入力手段に
より指示することにより、指示位置に対応する文書情報
を検索する処理フローについて説明する。指示対象とな
る画像は画像情報データベースより予め選択されている
ものとする。
Referring to FIG. 5, as another example of the retrieval process, a process flow for retrieving the document information corresponding to the instructed position by instructing the image position of the image information displayed on the display unit by the input unit will be described. To do. It is assumed that the image to be designated is previously selected from the image information database.

【0055】まず、画像を表示手段により表示する(1
21)。操作者は、表示された画像上の任意の位置を例
えばマウス,トラックボール等の入力手段により指示
し、指示位置のラインピクセル座標値を取り出す(12
2)。衛星画像上で、地名がわからないような検索を想
定し、例えば東京付近の位置をマウスでクリックする。
画像情報データベースから、表示された画像の属性情報
であるラインピクセル値から緯度経度への変換式を取り
出す(123)。指示位置のラインピクセル値を変換式
を用い緯度経度に変換する(124)。文書情報データ
ベースについて126から128の処理を全文書に対し
て行う(125)。すなわち、文書情報データベースよ
り文書情報を1つ取り出す(126)。取り出した文書
情報の属性情報より緯度経度を取り出す(127)。画
像より得た緯度経度に最も近い緯度経度を属性情報とし
て持つ文書情報を検索する(128)。検索結果である
文書情報を表示手段により表示する(129)。つま
り、操作者が衛星画像上で指示した場所の地名が東京で
あるということがわかる。
First, the image is displayed by the display means (1
21). The operator designates an arbitrary position on the displayed image with an input means such as a mouse or a trackball, and takes out a line pixel coordinate value of the designated position (12).
2). Assuming a search where the place name is unknown on the satellite image, for example, click a position near Tokyo with the mouse.
From the image information database, the conversion formula from the line pixel value, which is the attribute information of the displayed image, to the latitude and longitude is retrieved (123). The line pixel value at the designated position is converted into latitude and longitude using a conversion formula (124). The processes 126 to 128 are performed on all documents for the document information database (125). That is, one piece of document information is retrieved from the document information database (126). The latitude and longitude are extracted from the attribute information of the extracted document information (127). Document information having the latitude and longitude closest to the latitude and longitude obtained from the image as attribute information is searched (128). The document information as the search result is displayed by the display means (129). That is, it can be understood that the place name of the place designated by the operator on the satellite image is Tokyo.

【0056】図2ないし図4の検索例と同様に、このよ
うな処理により、画像を含む複数のデータベースを例え
ば緯度経度のような共通で単一な情報である位置情報に
より検索でき、管理情報の削減が図れ、検索速度の改善
が可能となる。又、ここで用いる衛星画像の緯度経度か
らラインピクセル値への変換式及びラインピクセル値か
ら緯度経度への変換式は、例えば、画像上4隅の緯度経
度とラインピクセル値から内挿計算し、近似式として求
めることができ、他の画像や地図同様に計算し、変換式
を求めることができる。
Similar to the retrieval examples of FIGS. 2 to 4, by such processing, a plurality of databases including images can be retrieved by the position information which is common and single information such as latitude and longitude, and the management information. Can be reduced and the search speed can be improved. Further, the conversion formula from the latitude / longitude of the satellite image used here to the line pixel value and the conversion formula from the line pixel value to the latitude / longitude are, for example, interpolated from the latitude / longitude and the line pixel value at the four corners of the image, It can be obtained as an approximate expression, and can be calculated in the same manner as other images and maps to obtain a conversion expression.

【0057】図6により、登録処理の例として、文書情
報を登録する処理フローについて説明する。操作者は、
まず、登録したい文書情報を例えばキーボード等の入力
手段を用い計算機に入力する(141)。さらに、上記
文書に付随する共通情報である緯度経度を入力手段によ
り計算機に入力する(142)。計算機の登録制御部
は、緯度経度を上記文書情報の属性情報とし、文書情報
と共に文書情報データベースに登録する(143)。
A process flow for registering document information will be described as an example of the registration process with reference to FIG. The operator
First, the document information to be registered is input to the computer using input means such as a keyboard (141). Further, latitude / longitude, which is common information associated with the document, is input to the computer by the input means (142). The registration control unit of the computer registers the latitude and longitude as attribute information of the document information in the document information database together with the document information (143).

【0058】図7により、登録処理の他の例として、画
像情報を登録する処理フローについて説明する。まず登
録したい画像情報を例えばイメージスキャナ等の入力手
段を用い計算機に入力する(151)。さらに入力され
た画像情報に付随する共通情報である緯度経度を入力手
段により計算機に入力する(152)。登録制御部は、
入力された画像情報とそれに付随する緯度経度にもとづ
き、緯度経度からラインピクセル値への変換式と、ライ
ンピクセル値から緯度経度への変換式を求める(15
3)。登録制御部は上記2つの変換式を属性情報とし、
画像情報と共に画像情報データベースに登録する(15
4)。
A process flow for registering image information will be described as another example of the registration process with reference to FIG. First, the image information to be registered is input to the computer using input means such as an image scanner (151). Further, latitude / longitude, which is common information associated with the input image information, is input to the computer by the input means (152). The registration controller
Based on the input image information and the associated latitude and longitude, a conversion formula from the latitude and longitude to the line pixel value and a conversion formula from the line pixel value to the latitude and longitude are obtained (15
3). The registration control unit uses the above two conversion expressions as attribute information,
Register in the image information database together with the image information (15
4).

【0059】図6,図7の処理フロー例が示すように、
例えば緯度経度のような、各データベースの内容に独立
な位置情報を用いることにより、登録処理において参照
すべき情報は登録対象の特定のデータベースのみとなる
ため、登録作業の工数が削減し、作業者の負担が軽減さ
れる。
As shown in the processing flow examples of FIGS. 6 and 7,
By using position information that is independent of the contents of each database, such as latitude and longitude, the information to be referred in the registration process is only the specific database to be registered, reducing the man-hours for registration work, Burden is reduced.

【0060】図8により、更新処理の例として、文書情
報を更新する処理フローについて説明する。まず、操作
者は、更新したい文書情報を例えばキーボード等の入力
手段を用い計算機に指示する(161)。さらに、更新
内容を例えばキーボード等の入力手段を用い入力する
(162)。更新制御部は入力された指示をもとに文書
情報データベースを検索し、更新対象の文書情報を特定
する(163)。更新制御部は上記の処理(163)で
特定された文書情報を、入力された更新内容にもとづき
更新する(164)。
A processing flow for updating the document information will be described as an example of the update processing with reference to FIG. First, the operator uses the input means such as a keyboard to instruct the computer of the document information to be updated (161). Further, the update content is input using an input means such as a keyboard (162). The update control unit searches the document information database based on the input instruction and specifies the document information to be updated (163). The update control unit updates the document information specified in the above process (163) based on the input update content (164).

【0061】このように、例えば緯度経度のような各デ
ータベースの内容に独立な位置情報を用いることによ
り、更新処理において参照すべき情報は更新対象である
特定のデータベースのみとなるため、更新作業の工数が
削減し作業者の負担が軽減される。
In this way, by using the position information independent of the contents of each database such as latitude and longitude, the information to be referred in the update processing is only the specific database to be updated, and therefore the update work The number of man-hours is reduced and the burden on workers is reduced.

【0062】図9により、削除処理の例として、文書情
報を削除する処理フローについて説明する。まず、操作
者は、削除したい文書情報を例えばキーボード等の入力
手段を用いて指示する(171)。削除制御部は文書情
報データベースより指示された文書情報とその属性情報
を削除する(172)。
A processing flow for deleting document information will be described with reference to FIG. 9 as an example of the deletion processing. First, the operator uses the input unit such as a keyboard to instruct the document information to be deleted (171). The deletion control unit deletes the instructed document information and its attribute information from the document information database (172).

【0063】図10により、削除処理の他の例として、
画像情報を削除する処理フローについて説明する。ま
ず、削除したい画像情報を例えばマウス,トラックボー
ル,キーボード等の入力手段を用い指示する(18
1)。削除制御部は指示された画像情報とその属性情報
を画像情報データベースより削除する(182)。
As shown in FIG. 10, as another example of the deletion process,
A processing flow for deleting image information will be described. First, the image information to be deleted is designated using an input means such as a mouse, a trackball, a keyboard (18).
1). The deletion control unit deletes the instructed image information and its attribute information from the image information database (182).

【0064】図9,図10の処理フロー例が示すよう
に、例えば緯度経度のような、各データベースの内容に
独立な位置情報を用いることにより、削除処理において
参照すべき情報は削除対象の特定のデータベースのみと
なるため、削除作業の工数が削減し、作業者の負担が軽
減される。
As shown in the processing flow examples of FIGS. 9 and 10, by using the position information independent of the contents of each database, such as latitude and longitude, the information to be referred to in the deletion processing specifies the deletion target. Since only the database is used, the number of man-hours for deletion work is reduced and the burden on the worker is reduced.

【0065】次に、文書情報データベースおよび画像情
報データベースおよび地図情報データベースにおけるデ
ータベースの構成例を説明する。
Next, a configuration example of the database in the document information database, the image information database and the map information database will be described.

【0066】図11は文書情報データベースの構成例を
示す。
FIG. 11 shows an example of the structure of the document information database.

【0067】本例は地名データベースの例である。地名
データベースは地名とその属性情報から成る。例えば、
地名(301)とその属性情報である人口(302)と
面積(303)と共通情報である位置情報として緯度経
度(304)等から構成される。
This example is an example of a place name database. The place name database consists of place names and their attribute information. For example,
The place name (301), its attribute information (population (302), area (303), and common information such as latitude and longitude (304)).

【0068】図12に画像情報の構成例を示す。本例は
衛星画像データベースの例である。衛星画像データベー
スは衛星画像とその属性情報から成る。例えば、衛星画
像(320)とその属性情報である衛星画像の名前(3
21),変換式1(緯経度からラインピクセルへの変換
式)(322),変換式2(ラインピクセルから緯経度
への変換式)(323),衛星画像の4隅の緯度経度
(324〜327)等から成る。
FIG. 12 shows an example of the structure of image information. This example is an example of a satellite image database. The satellite image database consists of satellite images and their attribute information. For example, the satellite image (320) and the satellite image name (3
21), conversion formula 1 (conversion formula from latitude / longitude to line pixel) (322), conversion formula 2 (conversion formula from line pixel to latitude / longitude) (323), latitude / longitude of four corners of satellite image (324 to 327) and the like.

【0069】図13に地図情報データベースの構成例を
示す。本例は、道路地図データベースの例である。本例
の地図情報データベースは道路地図とその属性情報から
成る。例えば、道路地図(340)とその属性情報であ
る地図名(341)、地図の4隅の緯度経度(324〜
327)等から成る。
FIG. 13 shows an example of the structure of the map information database. This example is an example of a road map database. The map information database of this example includes a road map and its attribute information. For example, a road map (340), a map name (341) that is its attribute information, and latitude and longitude (324 to
327) and the like.

【0070】このように、図11から図13の構成をと
ることにより、例えば緯度経度のような、画像を含む複
数のデータベースの内容に独立であり、共通で単一な位
置情報で複数のデータベースを結び付けることができ
る。そのため、管理情報の削減が図れ、検索速度の改善
が可能と成る。また、登録・更新・削除が各データベー
ス毎にできるため、登録・更新・削除作業者の負担が改
善され、また誤処理が減少するため、信頼性の改善も図
れる。
As described above, by adopting the configurations of FIGS. 11 to 13, the contents of a plurality of databases including images, such as latitude and longitude, are independent of each other, and a plurality of databases with common single position information are used. Can be tied together. Therefore, management information can be reduced and the search speed can be improved. Moreover, since registration / update / deletion can be performed for each database, the burden on the registration / update / deletion operator is reduced, and erroneous processing is reduced, so that reliability can be improved.

【0071】図14に前述のキー変換手段の実施例を示
す。図14において501は画像データベースに格納さ
れた画像の緯度経度座標による表現を表し、505は該
画像のライン・ピクセル座標による表現を表し、502
は該画像上より作業者が選択した1画素の緯度・経度を
表し、503は該画像に対し定義された緯度・経度座標
とライン・ピクセル座標とを相互に変換する変換式を表
し、504は503の変換式により502の緯度・経度
情報を変換した結果を表す。
FIG. 14 shows an embodiment of the above-mentioned key conversion means. In FIG. 14, reference numeral 501 represents an expression of the image stored in the image database by latitude and longitude coordinates, 505 represents an expression of the image by line pixel coordinates, and 502.
Represents the latitude / longitude of one pixel selected by the operator on the image, 503 represents a conversion formula for mutually converting the latitude / longitude coordinates defined for the image and the line / pixel coordinates, and 504 represents The result of converting the latitude / longitude information of 502 by the conversion formula of 503 is shown.

【0072】本実施例では、キー変換手段として多項式
を用いている。ここでは1次の多項式を例としてキー変
換手段の設定方法を説明する。
In this embodiment, a polynomial is used as the key conversion means. Here, the setting method of the key conversion means will be described by taking a first-order polynomial as an example.

【0073】まず、多項式を以下のように設定する。First, the polynomial is set as follows.

【0074】[0074]

【数1】 [Equation 1]

【0075】[0075]

【数2】 [Equation 2]

【0076】[0076]

【数3】 [Equation 3]

【0077】[0077]

【数4】 [Equation 4]

【0078】ここで、a0,a1,a2,b0,b1,b2
0,c1,c2,d0,d1,d2は多項式の係数である。
(式1)はライン,ピクセルから緯度を求める計算式で
あり、(式2)はライン,ピクセルから経度を求める計
算式であり、(式3)は緯度,経度からラインを求める
計算式であり、(式4)は緯度,経度からピクセルを求
める計算式である。
Here, a 0 , a 1 , a 2 , b 0 , b 1 , b 2 ,
c 0 , c 1 , c 2 , d 0 , d 1 and d 2 are polynomial coefficients.
(Formula 1) is a formula for calculating latitude from lines and pixels, (Formula 2) is a formula for calculating longitude from lines and pixels, and (Formula 3) is a formula for calculating lines from latitude and longitude. , (Formula 4) is a formula for calculating pixels from latitude and longitude.

【0079】1次多項式を用いる場合は、上記の多項式
係数を定めるため画像上の3個以上の点を選択し、その
点の緯度・経度とライン・ピクセルとを調べ、結果を (緯度,経度)=(Φi,Λi) (ライン,ピクセル)=(Li,Pi) i=1〜N(Nは選択した点の個数) とする。上記(式1)から(式4)の多項式係数は最小
自乗法を用い、
When a first-order polynomial is used, three or more points on the image are selected in order to determine the above polynomial coefficient, the latitude / longitude and line / pixel of the point are checked, and the result is (latitude, longitude). ) = (Φ i , Λ i ) (line, pixel) = (L i , P i ) i = 1 to N (N is the number of selected points). The polynomial coefficients of (Equation 1) to (Equation 4) use the least squares method,

【0080】[0080]

【数5】 [Equation 5]

【0081】[0081]

【数6】 [Equation 6]

【0082】[0082]

【数7】 [Equation 7]

【0083】[0083]

【数8】 [Equation 8]

【0084】においてε1,ε2,ε3,ε4が最小になる
ように定める。ここで定めた係数を個々の画像情報と共
に画像データベースに格納する事により任意の位置情報
と画像上の任意の画素とを相互に特定する事ができる。
In ε 1 , ε 1 , ε 2 , ε 3 , and ε 4 are set to be minimum. By storing the coefficient determined here in the image database together with the individual image information, it is possible to mutually specify arbitrary position information and arbitrary pixels on the image.

【0085】図15は画像情報と文字・数値情報の重ね
合わせ表示の実施例を示す。601は画像データベース
618より選択した衛星画像を表し、602は画像表示
装置を表し、603は地方名と飛行場名と飛行場の位置
を格納したリレーショナルデータベースを表し、604
は飛行場名と旅客数と飛行場の位置を格納したリレーシ
ョナルデータベースをあらわし、605はリレーショナ
ルデータベース603,604の検索結果を表示する表
示装置を表す。
FIG. 15 shows an embodiment of superimposing display of image information and character / numerical value information. Reference numeral 601 represents a satellite image selected from the image database 618, 602 represents an image display device, 603 represents a relational database storing region names, airfield names, and airfield positions, and 604.
Represents a relational database that stores the name of the airport, the number of passengers, and the position of the airport, and 605 represents a display device that displays the search results of the relational databases 603 and 604.

【0086】本実施例においては、まず、画像データベ
ースより選択した衛星画像の任意領域を画像表示装置に
表示する(610)。同時に画像データベースより該衛
星画像に対し図14の実施例で定めた緯経度変換係数を
取り出す(611)。また、表示中の画像領域のライン
ピクセルを取り出す(612)。(611)の緯経度変
換係数を用い(612)のラインピクセルを緯度・経度
に変換する(613)。(613)で求めた4隅の緯度
・経度に含まれる飛行場名,旅客数,飛行場の位置を文
字情報データベース,数値情報データベースより検索す
る(614)。(614)の検索結果を表示装置(60
5)に表示する(617)。同時に検索結果(614)
の位置情報を(611)の緯経度変換係数を用いてライ
ンピクセルに変換する(615)。変換結果(615)
を画像表示装置602に図形で表示する(616)。以
上の処理により、画像情報と文字・数値情報を位置情報
により対応づけて1つの画像表示装置に重ねて表示する
事が可能となる。
In this embodiment, first, an arbitrary area of the satellite image selected from the image database is displayed on the image display device (610). At the same time, the latitude / longitude conversion coefficient determined in the embodiment of FIG. 14 is extracted from the image database for the satellite image (611). In addition, line pixels in the image area being displayed are extracted (612). The latitude / longitude conversion coefficient of (611) is used to convert the line pixel of (612) into latitude / longitude (613). The airfield name, the number of passengers, and the position of the airfield included in the latitude / longitude at the four corners obtained in (613) are searched from the character information database and the numerical information database (614). The search result of (614) is displayed on the display device (60
5) is displayed (617). Search results at the same time (614)
The position information of (6) is converted into line pixels using the latitude / longitude conversion coefficient of (611) (615). Conversion result (615)
Is graphically displayed on the image display device 602 (616). By the above processing, it is possible to associate the image information with the character / numerical value information based on the position information and display them in a superimposed manner on one image display device.

【0087】[0087]

【発明の効果】本発明によれば、画像を含む複数の異な
る内容のデータベースに独立な位置情報を用い、各デー
タベース内容を検索できるので、データベース構築時の
意図に関わりなく、任意の内容データの組合わせについ
て検索が可能である。そのため、検索において新たなデ
ータ間の関係付けが不要であるため、検索効率改善の効
果がある。また、新規データの登録・削除・更新におい
て他の内容のデータとの関係を考慮する必要がないた
め、登録・削除・更新作業の工数が少なく、作業者の負
担が減少する効果がある。
According to the present invention, since independent position information can be used for a plurality of databases having different contents including images, the contents of each database can be searched. It is possible to search for combinations. Therefore, since there is no need to associate new data in the search, there is an effect of improving the search efficiency. In addition, since it is not necessary to consider the relationship with data of other contents when registering / deleting / updating new data, the number of man-hours for registration / deletion / update work is small, and the burden on the operator is reduced.

【0088】また、本発明によれば、上記のデータベー
スシステムに共通な単一の位置情報を用い、各データベ
ース内容を検索できるので、登録・削除・更新作業時に
各内容のデータ間の関係付けを登録・削除・更新する必
要がないため、関係付けの誤りを生じることがなく、さ
らに登録・削除・更新作業の工数が少なくなる効果があ
る。また、データベースの管理情報容量が減少するので
検索効率が改善される効果がある。
Further, according to the present invention, since the contents of each database can be searched by using the single position information common to the above database system, the relation between the data of each contents can be established at the time of registration / deletion / update work. Since there is no need to register, delete, or update, there is no error in association, and there is an effect that the number of man-hours for registration, deletion, and update work is reduced. Further, since the management information capacity of the database is reduced, the search efficiency is improved.

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

【図1】本発明の一実施例を示すシステム構成図であ
る。
FIG. 1 is a system configuration diagram showing an embodiment of the present invention.

【図2】本発明の実施例を示す検索処理のフローチャー
トである(その1)。
FIG. 2 is a flowchart (part 1) of a search process showing an embodiment of the present invention.

【図3】本発明の実施例を示す検索処理のフローチャー
トである(その2)。
FIG. 3 is a flowchart of a search process according to the embodiment of the present invention (No. 2).

【図4】本発明の実施例を示す検索処理のフローチャー
トである(その3)。
FIG. 4 is a flowchart of search processing showing the embodiment of the present invention (No. 3).

【図5】本発明の実施例を示す文書情報検索処理のフロ
ーチャートである。
FIG. 5 is a flowchart of document information search processing according to the embodiment of the present invention.

【図6】本発明の実施例を示す文書情報登録処理フロー
チャートである。
FIG. 6 is a document information registration processing flowchart showing an embodiment of the present invention.

【図7】本発明の実施例を示す画像情報登録処理フロー
チャートである。
FIG. 7 is a flowchart of image information registration processing showing an embodiment of the present invention.

【図8】本発明の実施例を示す文書情報更新処理フロー
チャートである。
FIG. 8 is a document information update processing flowchart showing an embodiment of the present invention.

【図9】本発明の実施例を示す文書情報削除処理フロー
チャートである。
FIG. 9 is a flowchart of document information deletion processing according to the embodiment of this invention.

【図10】本発明の実施例を示す画像情報削除処理フロ
ーチャートである。
FIG. 10 is a flowchart of image information deletion processing according to the embodiment of the present invention.

【図11】本発明の実施例で用いられる文書情報データ
ベースの構成例である。
FIG. 11 is a configuration example of a document information database used in the embodiment of the present invention.

【図12】本発明の実施例で用いられる画像情報構成例
である。
FIG. 12 is an example of the image information structure used in the embodiment of the present invention.

【図13】本発明の実施例で用いられる地図情報データ
ベースの構成例である。
FIG. 13 is a configuration example of a map information database used in the embodiment of the present invention.

【図14】本発明の実施例で用いられるキー変換手段を
説明するための図である。
FIG. 14 is a diagram for explaining a key conversion unit used in the embodiment of the present invention.

【図15】本発明の他の実施例を説明するための図であ
る。
FIG. 15 is a diagram for explaining another embodiment of the present invention.

【図16】本発明の従来例を説明するための図である。FIG. 16 is a diagram for explaining a conventional example of the present invention.

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

10…計算機、11…表示手段、12…入力手段、13
…データベース記憶手段、15…検索手段。
10 ... Calculator, 11 ... Display Means, 12 ... Input Means, 13
... database storage means, 15 ... search means.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】地図情報を対応する経度・緯度情報と共に
格納する地図情報データベースと、 地図に関する属性情報を対応する経度・緯度情報と共に
格納する属性情報データベースと、 上記地図情報データベース及び属性情報データベースの
うち一方のデータベースに格納された情報を入力し、当
該入力された情報に対応する経度・緯度情報をキーとし
て他方のデータベースに格納された情報を検索する検索
手段と、を有することを特徴とする情報処理装置。
1. A map information database for storing map information together with corresponding longitude / latitude information, an attribute information database for storing attribute information related to a map together with corresponding longitude / latitude information, and the map information database and attribute information database A search means for inputting information stored in one of the databases and searching the information stored in the other database by using the longitude / latitude information corresponding to the input information as a key. Information processing device.
【請求項2】予め入力され画像として表示されるベき複
数の有意の第1の情報部分と、該第1の各情報部分に対
し個別に付与され、該第1の情報とは内容が異なりかつ
それら自身としては共通の内容を有する第2の情報部分
とを有する第1の情報群を格納した第1のデータベース
と、 上記第1の情報部分とは異なる複数の有意の第3の情報
部分と、該第3の情報部分に対し個別に付与され、該第
3の情報部分とは内容が異なりかつそれら自身としては
共通の内容を有する第4の情報部分とを有する第2の情
報群を格納した第2のデータベースと、 上記第1の情報部分をキーとして入力され、上記第2の
情報部分およびまたは上記第4の情報部分を用いて予め
定められた演算処理を行う事により、上記第2のデータ
ベースの第3の情報部分を特定する検索手段と、を少な
くとも有する事を特徴とする情報処理装置。
2. A plurality of significant first information portions that are input in advance and displayed as an image and a plurality of significant first information portions that are individually given to the respective first information portions and have different contents from the first information. And a first database storing a first information group having a second information portion having a common content as itself, and a plurality of significant third information portions different from the first information portion. And a fourth information part that is individually given to the third information part and has a different content from the third information part and has a common content as itself. The second database stored and the first information part are input as a key, and the predetermined arithmetic processing is performed using the second information part and / or the fourth information part to obtain the above-mentioned first information part. The third information part of the database of 2 The information processing apparatus characterized in that it has a constant searching means, at least.
【請求項3】画像として表示された請求項2における第
1の情報部分より単数または複数の任意の小部分を選択
し、請求項2における第2の情報部分および第4の情報
部分の両方または一方を用いて予め定められた演算処理
を行って特定した請求項2における第3の情報部分を、
上記第1の情報部分に重ねて画面表示することを特徴と
する情報処理方法。
3. A singular or plural arbitrary sub-part is selected from the first information part in claim 2 displayed as an image, and both the second information part and the fourth information part in claim 2 or The third information part in claim 2 specified by performing a predetermined arithmetic process using one of
An information processing method, comprising: displaying the image on the first information portion.
【請求項4】請求項2における第3の情報部分より単数
または複数の任意の小部分を選択し、請求項2における
第2の情報部分および第4の情報部分の両方または一方
を用いて予め定められた演算処理を行って特定した請求
項2における第1の情報部分を画像として表示し、また
選択した上記第3の情報部分を重ねて表示することを特
徴とする情報処理方法。
4. A single or plural arbitrary sub-parts are selected from the third information part in claim 2, and both or one of the second information part and the fourth information part in claim 2 are used in advance. An information processing method, comprising: displaying the first information portion in claim 2 specified by performing a predetermined arithmetic process as an image, and displaying the selected third information portion in an overlapping manner.
JP4042755A 1992-02-28 1992-02-28 Information processing apparatus and method Expired - Fee Related JP2827666B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4042755A JP2827666B2 (en) 1992-02-28 1992-02-28 Information processing apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4042755A JP2827666B2 (en) 1992-02-28 1992-02-28 Information processing apparatus and method

Publications (2)

Publication Number Publication Date
JPH05242162A true JPH05242162A (en) 1993-09-21
JP2827666B2 JP2827666B2 (en) 1998-11-25

Family

ID=12644819

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4042755A Expired - Fee Related JP2827666B2 (en) 1992-02-28 1992-02-28 Information processing apparatus and method

Country Status (1)

Country Link
JP (1) JP2827666B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142904A (en) * 1995-07-14 2001-05-25 Toppan Printing Co Ltd Method for supplying advertisement information
JP2001159531A (en) * 1999-11-30 2001-06-12 Mitsubishi Electric Corp On-vehicle information processing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142904A (en) * 1995-07-14 2001-05-25 Toppan Printing Co Ltd Method for supplying advertisement information
JP2001159531A (en) * 1999-11-30 2001-06-12 Mitsubishi Electric Corp On-vehicle information processing device

Also Published As

Publication number Publication date
JP2827666B2 (en) 1998-11-25

Similar Documents

Publication Publication Date Title
JP3489219B2 (en) Document processing apparatus and document processing method
JP2009069403A (en) Map display system
JP2827666B2 (en) Information processing apparatus and method
JPH10154174A (en) Character string automatic editing system
JPH0322014A (en) Menu selecting method
JPH0643804A (en) Map information system
JPH11120196A (en) Information retrieving device
JP2573758B2 (en) Data search method
JP4015797B2 (en) Data processing system
US20020049757A1 (en) Apparatus for processing data of overlapped facilities by means of virtual facility record and method therefor
JP3375234B2 (en) Map system
US9063950B2 (en) Methods and systems for modifying raster graphics software programs
JP2923707B2 (en) Drawing management device
JPH0414179A (en) Drawing retrieving control method
JP2774668B2 (en) Document management device
JPH0264868A (en) Information retrieving device
JPH0227475A (en) Data managing device
JPH01140270A (en) Map retrieving method
JPH06274557A (en) Drawing management device
JP4119010B2 (en) Integration system
JPS6358485A (en) Map searching system
JP2002215757A (en) Cadastre preparing device and method and computer readable recording medium
JPH0736916A (en) Image retrieval device
JPH0421229B2 (en)
JP2629578B2 (en) Map data maintenance system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070918

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080918

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080918

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090918

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090918

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100918

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100918

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110918

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees