JP2003296726A - Method, device and program for converting drawing and recording medium - Google Patents

Method, device and program for converting drawing and recording medium

Info

Publication number
JP2003296726A
JP2003296726A JP2002098059A JP2002098059A JP2003296726A JP 2003296726 A JP2003296726 A JP 2003296726A JP 2002098059 A JP2002098059 A JP 2002098059A JP 2002098059 A JP2002098059 A JP 2002098059A JP 2003296726 A JP2003296726 A JP 2003296726A
Authority
JP
Japan
Prior art keywords
line segment
character string
map
closed loop
drawing conversion
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
JP2002098059A
Other languages
Japanese (ja)
Other versions
JP4143320B2 (en
Inventor
Eisuke Hajiyama
栄輔 櫨山
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.)
Fujitsu FIP Corp
Original Assignee
Fujitsu FIP Corp
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 Fujitsu FIP Corp filed Critical Fujitsu FIP Corp
Priority to JP2002098059A priority Critical patent/JP4143320B2/en
Publication of JP2003296726A publication Critical patent/JP2003296726A/en
Application granted granted Critical
Publication of JP4143320B2 publication Critical patent/JP4143320B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Instructional Devices (AREA)
  • Processing Or Creating Images (AREA)
  • Image Processing (AREA)
  • Character Discrimination (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a drawing conversion method, a drawing conversion device, a drawing conversion program and a recording medium for reducing the burden of an operator and preparing a vectorized map of desired quality. <P>SOLUTION: This drawing conversion method for using a computer to convert a raster map into a vectorized map has a character string recognition step for recognizing a character string on the raster map an storing the position of the character string on the raster map, a vectorizing step for vectorizing a line segment on the raster map, a closed loop preparing step for preparing a closed loop composed of the closest line segment, tracking a line segment surrounding the character string with the line segment as a side at the position of the character string surrounding the recognized character string, and a graphics combination step for associating the character string with the closed loop information for registration. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、地図のベクトル化
に関し、特にラスタ地図を変換する図面変換方法、図面
変換装置、図面変換プログラム及び記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to vectorization of maps, and more particularly to a drawing conversion method, a drawing conversion device, a drawing conversion program and a recording medium for converting a raster map.

【0002】[0002]

【従来の技術】紙に描かれた地図から、ベクトル化した
地図を生成する技術がある。この場合、まず最初に、複
数の紙の地図をスキャナなどで読み込み、個々の位置に
貼り付け一つの全体地図を作成する。この時、個々に読
み込んだラスタ地図の歪みの補正や元の紙地図にあった
シミなどで発生した点や短い線分などの不要な部分(読
込みノイズと言われている)の削除等の補正したラスタ
地図データを生成する。その補正した地図データをソフ
トウェアとオペレータなどで処理することにより、ベク
トル化した地図データを生成していた。
2. Description of the Related Art There is a technique for generating a vectorized map from a map drawn on paper. In this case, first, a plurality of paper maps are read by a scanner or the like and attached to individual positions to create one whole map. At this time, the correction of the distortion of the raster map read individually and the correction of the unnecessary parts (called reading noise) such as spots and short line segments caused by stains on the original paper map etc. Generate raster map data. By processing the corrected map data with software and an operator, vectorized map data was generated.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来の
技術では、紙の地図をラスタ地図化し、ベクトル化した
場合は、紙の地図上では一つの線であった線が複数に切
れた線(破線)として認識されたり、紙上では2本の線
分が交わっていた線のどちらか一方の線又は両方の線が
切れて認識されることも少なくない。また、紙の地図上
では2本の線分がT字状に形成されているにもかかわら
ず、十字状として認識されたりすることがある。
However, in the prior art, when a paper map is rasterized and vectorized, one line on the paper map is broken into a plurality of broken lines (broken lines). ), Or one of the lines where two line segments intersected on the paper or both lines were cut and recognized. In addition, although two line segments are formed in a T shape on a paper map, they may be recognized as a cross shape.

【0004】一方、ベクトル地図化は、単に線分をベク
トル化するだけではなく、個々の線分に囲まれた範囲
(以下、閉ループ又はポリゴン)を個々の一つの管理対
象(土地等)として認識、管理することも重要な目的で
ある。
On the other hand, in vector mapping, not only the line segments are vectorized, but also the range surrounded by each line segment (hereinafter, closed loop or polygon) is recognized as one individual management target (land etc.). , Managing is also an important purpose.

【0005】このため、先ずラスタ地図情報を基にベク
トル化を行い、各線分を正しく認識するため、オペレー
タが変換した結果を画面上に表示させ、個々の線分が正
確か、一つ線が破線状になっていないか、線分同志が正
確に繋がっていないか等の確認し、間違っている所は、
CAD等の技術を応用して修正を行う。次に、線分で囲
まれたポリゴンを一つずつ地番等の情報とあわせて、登
録していくと言う大変な手間が必要であった。かつ、作
業には根気よくすることが必要となり、修正を行うオペ
レータの負担が大きいため、出来たベクトル地図の品質
にも影響し、問題となる場合があった。
For this reason, first, vectorization is performed based on the raster map information, and in order to correctly recognize each line segment, the result of conversion by the operator is displayed on the screen. Check if it is not a broken line, if the line segments are not connected correctly, etc.
Corrections are made by applying technologies such as CAD. Next, it was necessary to register the polygons surrounded by the line segments one by one, together with the information such as the lot number, etc. In addition, since the work needs to be patient and the operator's work to make the correction is heavy, the quality of the created vector map is affected, which may cause a problem.

【0006】本発明は、このような問題点に鑑み、オペ
レータの負担を軽減するとともに、所望の品質のベクト
ル化した地図を作成するための、図面変換方法、図面変
換装置、図面変換プログラム及び記録媒体を提供するこ
とを目的とする。
In view of the above problems, the present invention reduces the burden on the operator and creates a vectorized map of desired quality, a drawing conversion method, a drawing conversion device, a drawing conversion program and a recording. The purpose is to provide a medium.

【0007】[0007]

【課題を解決するための手段】請求項1に記載の発明
は、コンピュータを用いて、ラスタ地図をベクトル化し
た地図へ変換する図面変換方法であって、前記ラスタ地
図上の文字列を認識し、前記ラスタ地図上における前記
文字列の位置を記憶する文字列認識段階と、前記ラスタ
地図上の線分をベクトル化するベクトル化段階と、認識
した前記文字列を囲む前記文字列の位置に、最も近い線
分で構成された閉ループを、前記文字列を囲む線分を追
跡し、該線分を辺として作成する閉ループ作成段階と、
前記文字列と前記閉ループ情報を関連付けて登録する図
形結合段階とを有することを特徴とする。
According to a first aspect of the present invention, there is provided a drawing conversion method for converting a raster map into a vectorized map by using a computer, wherein a character string on the raster map is recognized. A character string recognizing step of storing the position of the character string on the raster map, a vectorizing step of vectorizing a line segment on the raster map, and a position of the character string surrounding the recognized character string, A closed loop composed of the closest line segments, tracking a line segment surrounding the character string, and creating the closed line segment as an edge;
The method further comprises a figure combining step of registering the character string and the closed loop information in association with each other.

【0008】請求項1によれば、文字列認識段階と、ベ
クトル化段階と、閉ループ作成段階と図形結合段階の一
連の段階を行うことにより、オペレータの負担を軽減す
るとともに、所望の品質のベクトル化した地図を作成す
ることができる。
According to the first aspect, by performing a series of steps of the character string recognition step, the vectorization step, the closed loop creation step and the figure combination step, the operator's burden is reduced and a vector of desired quality is obtained. You can create a customized map.

【0009】請求項2に記載の発明は、前記閉ループ作
成段階は、2つの線分の端点が一致したとみなされるこ
とを条件に、前記2つの線分を結合し、新たに仮想する
1つの折れ線を生成することを特徴とする。
According to a second aspect of the present invention, in the closed loop creating step, the two line segments are combined and newly virtualized on the condition that the end points of the two line segments are considered to coincide with each other.
It is characterized by generating one polygonal line.

【0010】請求項2によれば、ラスタ地図と同様に、
複数の線分を1つの折れ線として表現することができる
ため、オペレータの処理を軽減することができる。
According to claim 2, like the raster map,
Since a plurality of line segments can be expressed as one polygonal line, the processing of the operator can be reduced.

【0011】請求項3に記載の発明は、前記閉ループ作
成段階は、第1の線分と第2の線分が略直線上に存在
し、かつ前記第1の線分の端点と前記第2の線分の端点
との距離が所定の値以下であることを条件に、前記端点
の間を結ぶ新たに仮想する線分を生成することを特徴と
する。
According to a third aspect of the present invention, in the closed loop forming step, the first line segment and the second line segment exist on a substantially straight line, and the end point of the first line segment and the second line segment are present. It is characterized in that a new virtual line segment connecting the end points is generated on condition that the distance from the end point of the line segment is less than or equal to a predetermined value.

【0012】請求項3によれば、本来は1本であるはず
の線分がスキャナで紙の地図を読み込んだ際のノイズな
どにより切断された可能性がある切断部分を線分で結ぶ
ことが可能となる。
According to the third aspect, a line segment that should be one originally may have been cut by noise or the like when a paper map is read by a scanner can be connected by the line segment. It will be possible.

【0013】請求項4に記載の発明は、前記閉ループ作
成段階は、端点と、前記線分上の点との距離が所定の値
以下であることを条件に、前記端点と前記線分上の点と
を結ぶ新たに仮想する線分を生成することを特徴とす
る。
According to a fourth aspect of the present invention, in the closed loop creating step, on the condition that the distance between the end point and the point on the line segment is not more than a predetermined value, the end point and the line segment It is characterized in that a new virtual line segment connecting points is generated.

【0014】請求項4によれば、線分の端点と、線分の
端点以外の点とが、スキャナで紙の地図を読み込んだ際
のノイズなどにより切断された可能性がある切断部分を
線分で結ぶことが可能となる。
According to the fourth aspect, the end points of the line segment and the points other than the end points of the line segment are the cut portions which may have been cut by noise when the paper map was read by the scanner. It is possible to tie in minutes.

【0015】請求項5に記載の発明は、前記新たに仮想
した線分と、該線分と接続した線分の2つの線分が重な
ったとみなされた部分は、1つの線分とすることを特徴
とする。
According to a fifth aspect of the present invention, a portion regarded as overlapping the newly imaginary line segment and two line segments connected to the line segment is one line segment. Is characterized by.

【0016】請求項5によれば、1つの線分とすること
により、線分の情報量が減るため、処理量を少なくする
ことができる。
According to the fifth aspect, since the information amount of the line segment is reduced by forming one line segment, the processing amount can be reduced.

【0017】請求項6に記載の発明は、前記閉ループ作
成段階は、第1の線分に第2の線分が交わる場合、前記
第2の線分の端点から前記第1の線分との交点までの距
離が所定の長さの値以下であることを条件に、前記第2
の線分の端点から前記第1の線分との交点までを削除す
ることを特徴とする。
According to a sixth aspect of the present invention, in the closed loop creating step, when the first line segment intersects with the second line segment, the end point of the second line segment is separated from the first line segment. If the distance to the intersection is less than or equal to a predetermined length value, the second
From the end point of the line segment to the intersection with the first line segment.

【0018】請求項6によれば、ノイズなどにより第1
の線分に第2の線分が交わり十字型になった可能性があ
る部分をT字型に形成することが可能となる。
According to the sixth aspect, the first
It is possible to form a T-shaped portion where the second line segment intersects with the line segment and there is a possibility that it has become a cross shape.

【0019】請求項7に記載の発明は、閉ループ作成段
階で変更された部分を、視覚で認識できるように表示す
ることを特徴とする。
The invention described in claim 7 is characterized in that the portion changed in the closed loop creating step is displayed so as to be visually recognizable.

【0020】請求項7によれば、変更された部分を、視
覚で認識可能なように表示することにより、オペレータ
の負担を軽減することができる。
According to the seventh aspect, by displaying the changed portion in a visually recognizable manner, the burden on the operator can be reduced.

【0021】請求項8に記載の発明は、前記図形結合段
階は、前記閉ループ作成段階で新たに仮想した線分を線
分として登録することを特徴とする。
The invention according to claim 8 is characterized in that, in the figure combining step, the line segment newly virtualized in the closed loop creating step is registered as a line segment.

【0022】請求項8によれば、図形結合段階により、
仮想の線分を確定した線分として登録することができ
る。
According to the eighth aspect, the step of combining figures includes
A virtual line segment can be registered as a confirmed line segment.

【0023】請求項9に記載の発明は、ラスタ地図をベ
クトル化した地図へ変換する図面変換装置であって、前
記ラスタ地図上の文字列を認識し、前記ラスタ地図上に
おける前記文字列の位置を記憶する文字列認識手段と、
前記ラスタ地図上の線分をベクトル化するベクトル化手
段と、認識した前記文字列を囲む前記文字列の位置に、
最も近い線分で構成された閉ループを、前記文字列を囲
む線分を追跡し、該線分を辺として作成する閉ループ作
成手段と、前記文字列と前記閉ループ情報を関連付けて
登録する図形結合手段とを有することを特徴とする。
The invention according to claim 9 is a drawing conversion device for converting a raster map into a vectorized map, wherein a character string on the raster map is recognized and the position of the character string on the raster map is recognized. A character string recognition means for storing
Vectorizing means for vectorizing the line segment on the raster map, and the position of the character string surrounding the recognized character string,
A closed loop composed of the closest line segments is traced to the line segment surrounding the character string, and closed loop creating means for creating the line segment as an edge, and graphic combining means for associating and registering the character string and the closed loop information. And having.

【0024】請求項9によれば、文字列認識手段と、ベ
クトル化手段と、閉ループ作成手段と図形結合手段の一
連の手段を有することにより、オペレータの負担を軽減
するとともに、所望の品質のベクトル化した地図を作成
することが可能な図面変換装置を提供できる。
According to the ninth aspect, by having a series of means such as the character string recognizing means, the vectorizing means, the closed loop creating means and the graphic connecting means, the operator's burden is reduced and a vector of desired quality is obtained. It is possible to provide a drawing conversion device capable of creating a converted map.

【0025】なお、上記プログラムを記録する記録媒体
は、CD−ROM、フレキシブルディスク、光磁気ディ
スク(MO)等のように、情報を光学的、電気的あるい
は磁気的に記録する記録媒体、もしくはROMやフラッ
シュメモリのように情報を電気的に記録する半導体メモ
リ等、様々なタイプの記録媒体を用いることができる。
The recording medium for recording the program is a recording medium such as a CD-ROM, a flexible disk or a magneto-optical disk (MO) for recording information optically, electrically or magnetically, or ROM. Various types of recording media such as a semiconductor memory that electrically records information such as a flash memory and a flash memory can be used.

【0026】[0026]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings.

【0027】本発明の実施の形態における図面変換装置
の全体構成を図1に示す。図1に示されるように、図面
変換装置10は、通常のコンピュータと、そのコンピュ
ータにインストールされたソフトウェアにより構成され
ている。また、ラスタ化された地図を生成するために、
イメージスキャナ12を備えていても良い。
FIG. 1 shows the overall configuration of a drawing conversion device according to an embodiment of the present invention. As shown in FIG. 1, the drawing conversion apparatus 10 is composed of an ordinary computer and software installed in the computer. Also, to generate a rasterized map,
The image scanner 12 may be provided.

【0028】次に、図面変換装置10のコンピュータシ
ステムのハードウェアブロック図を、図2を用いて説明
する。
Next, a hardware block diagram of the computer system of the drawing conversion apparatus 10 will be described with reference to FIG.

【0029】図2に示されるコンピュータシステムは、
それぞれバスBで相互に接続されている入力装置22
と,表示装置23と,ドライブ装置24と,記録媒体2
5と,補助記憶装置26と,メモリ装置27と,演算処
理装置20と,インターフェース装置21とを含むよう
に構成される。
The computer system shown in FIG.
Input devices 22 connected to each other by a bus B
, Display device 23, drive device 24, and recording medium 2
5, the auxiliary storage device 26, the memory device 27, the arithmetic processing device 20, and the interface device 21.

【0030】入力装置22は、コンピュータシステムの
利用者が操作するキーボード及びマウスなどで構成さ
れ、コンピュータシステムに各種操作信号を入力するた
めに用いられる。表示装置23は、コンピュータシステ
ムを操作するのに必要な各種ウインドウやデータ等を表
示する。インターフェース装置21は、コンピュータシ
ステムをネットワーク18に接続する為のインターフェ
ースであり、例えばNIC(Network Interface Card)
やモデム等で構成される。
The input device 22 is composed of a keyboard and a mouse operated by a user of the computer system, and is used to input various operation signals to the computer system. The display device 23 displays various windows and data necessary for operating the computer system. The interface device 21 is an interface for connecting the computer system to the network 18, and is, for example, a NIC (Network Interface Card).
And modem.

【0031】そして、上記コンピュータシステムを動作
させるためのプログラムは、CD−ROM等の記録媒体
25によって提供されるか、ネットワーク18を通じて
ダウンロードされる。また、記録媒体25は、ドライブ
装置24にセットされ、データやプログラムが記録媒体
25からドライブ装置24を介して補助記憶装置26に
インストールされる。
The program for operating the computer system is provided by a recording medium 25 such as a CD-ROM or downloaded through the network 18. The recording medium 25 is set in the drive device 24, and data and programs are installed in the auxiliary storage device 26 from the recording medium 25 via the drive device 24.

【0032】補助記憶装置26は、データやプログラム
を格納すると共に、必要なファイル等を格納する。メモ
リ装置27は、コンピュータシステムの起動時に補助記
憶装置26からプログラムを読み出して格納する。演算
処理装置20は、メモリ装置27に読み出され格納され
たプログラムに従って処理を実行する。
The auxiliary storage device 26 stores data and programs, and also stores necessary files and the like. The memory device 27 reads the program from the auxiliary storage device 26 and stores the program when the computer system is activated. The arithmetic processing unit 20 executes processing according to the program read and stored in the memory unit 27.

【0033】以上でハードウェアブロック図の説明を終
え、以下、図面変換装置10の処理について説明する。
まず最初に、準備として行う市町村単位での図割りにつ
いて説明する。
The hardware block diagram has been described above, and the processing of the drawing conversion apparatus 10 will be described below.
First of all, explanation will be given on the division of maps by municipality as a preparation.

【0034】図3は、ある地域の全域を1枚のラスタ地
図で表し、その地図の画像に座標を付加したものであ
る。また、その図3に示された地域は、A、B、…とい
うアルファベットを用いて順番付けられた地図の単位に
分解される。図4は、分解されたうちの1つの地図
「E」を表しており、これは、アルファベット図郭とい
われる。
FIG. 3 shows the entire area of a certain area by one raster map, and the coordinates are added to the image of the map. The area shown in FIG. 3 is decomposed into map units ordered by using alphabets A, B, ... FIG. 4 shows one of the decomposed maps "E", which is referred to as the alphabet map.

【0035】そして、図4のアルファベット図郭Eに示
されるように、アルファベット図郭はさらに小さい地図
で構成される。これらの地図を表したのが図5の地図で
ある。この地図は、上述したように、座標が付加された
ラスタ地図であり、余白の除去や歪みを補正して正規化
されている。
Then, as shown in the alphabet map frame E of FIG. 4, the alphabet map frame is composed of a smaller map. The map in FIG. 5 shows these maps. As described above, this map is a raster map to which coordinates have been added, and is normalized by removing blank spaces and correcting distortion.

【0036】以上の処理を、図6のフローチャートを用
いて説明する。ステップS101で、例えば市町村のよ
うな単位で、ラスタ地図が作成される。これは、イメー
ジスキャナ12を用いて作成することができる。次に、
図面変換装置10は、ステップS102で市町村全体図
の図割を行う。これは、先ほどの図4や図5に示された
地図の図面番号の定義である。次に、図面変換装置10
は、ステップS103で、それぞれのラスタ地図の補正
を行う。この補正は、例えば紙に描かれた地図を読み込
んでいるために発生するノイズや余白の除去、または歪
みの補正であり、ベクトル化する前に行われる補正であ
る。そして、ステップS104で上記処理により加工さ
れた新たなラスタ地図に公共座標が付加されたラスタ地
図が作成される。
The above processing will be described with reference to the flowchart of FIG. In step S101, a raster map is created in units such as municipalities. This can be created using the image scanner 12. next,
The drawing conversion device 10 performs a diagram division of the entire municipality map in step S102. This is the definition of the drawing number of the map shown in FIGS. 4 and 5. Next, the drawing conversion device 10
In step S103, each raster map is corrected. This correction is, for example, correction of noise and blanks or distortion caused by reading a map drawn on paper, and is correction performed before vectorization. Then, in step S104, a raster map in which public coordinates are added to the new raster map processed by the above processing is created.

【0037】次に、上記処理により作成されたラスタ地
図に対して行われる画地一括抽出処理について説明す
る。
Next, the image area batch extraction process performed on the raster map created by the above process will be described.

【0038】画地一括抽出処理は、まず最初に、ラスタ
地図上に描かれた番地を表す地番文字をOCR(Optica
l Character Reader)変換することによりベクトル化し
た文字として認識する処理である。その認識した文字
の、画像上の相対位置をもとに、地図上の該当座標に地
番文字を描画する。この文字は、複数のレイヤで構成さ
れる地図のレイヤのうち、地番専用のレイヤに登録され
る。
In the image area collective extraction process, first, the area number character representing the address drawn on the raster map is set to OCR (Optica).
l Character Reader) This is the process of recognizing as vectorized characters by conversion. Based on the relative position of the recognized character on the image, a lot number character is drawn at the corresponding coordinates on the map. This character is registered in the layer dedicated to the lot number among the map layers including a plurality of layers.

【0039】次に、図面変換装置10は、図7に示され
るように、ベクトル化された地番文字の存在領域をラス
タ地図30の画像から除外して、地番文字を除外したラ
スタ地図32を作成する。次に、図面変換装置10は、
図8の地図34に示されるように、作成されたラスタ地
図32上の線分をベクトル化する。線分をベクトル化す
ることにより、地図34に示されるような、端点同士を
直線で結んだ線分が作成される。これらの線分に対し、
端点同士が重なっている点38、40、42は、結合さ
れて、地図36に示されるように、ポリライン(折れ
線)化される。
Next, as shown in FIG. 7, the drawing conversion apparatus 10 excludes the area where the vectorized lot number characters are present from the image of the raster map 30, and creates the raster map 32 from which the lot number characters are excluded. To do. Next, the drawing conversion device 10
As shown in the map 34 of FIG. 8, the created line segment on the raster map 32 is vectorized. By vectorizing the line segments, a line segment connecting the end points with a straight line as shown in the map 34 is created. For these line segments,
The points 38, 40, 42 where the end points overlap each other are combined to form a polyline (polygonal line) as shown in the map 36.

【0040】次に、図面変換装置10は、図9の点線で
表された領域に示されるように、地図の枠である図郭4
4から一定の範囲(バッファ)にあるポリラインを削除
する。これはスキャニングの精度や紙図面の精度によ
り、図10に示されるように、図郭線が途切れる可能性
がある為であり、図面変換装置10は、途切れた図郭線
を削除した後、再び図郭線を描画する。
Next, the drawing converting apparatus 10 is a map frame 4 which is a frame of a map, as shown in a region shown by a dotted line in FIG.
Delete the polyline from 4 to a certain range (buffer). This is because, as shown in FIG. 10, there is a possibility that the contour lines of the drawing may be interrupted depending on the accuracy of scanning and the accuracy of the paper drawing. Draw a contour line.

【0041】そして、次に、図面全体から規定値の長さ
以下のポリラインを削除する。これは、紙図面の質やス
キャニングの状態によって発生する余計なベクトル及び
図面上のトンボ等を削除して、筆界線のみとするために
行われる。
Then, a polyline having a length of a specified value or less is deleted from the entire drawing. This is done in order to eliminate unnecessary vectors and register marks on the drawing, which are generated due to the quality of the paper drawing and the scanning condition, so that only the boundary lines are drawn.

【0042】次に、ポリラインの結合など、ポリライン
に関する補正処理が行われる。まず、図11に示される
ような、2つの線分の端点がある範囲に含まれる場合の
処理について説明する。まず、図11(a)のような、
ほぼ一直線に存在する線分で、かつ端点同士の距離が所
定の長さより短い場合、図11に示されるように、端点
46と端点48とを結び、2つの線分を一直線に結合す
る。次に、図11(b)のように、2つの線分が一直線
上に存在しない場合は、端点50と端点52とを結ぶこ
となく、そのままとする。次に、図11(c)のよう
な、ほぼ一直線に存在する線分の場合でも、端点54と
端点56との距離が所定の長さより長い場合は、2つの
端点を結ぶことなく、そのままとする。
Next, a correction process relating to polylines, such as joining of polylines, is performed. First, the processing when the end points of two line segments are included in a certain range as shown in FIG. 11 will be described. First, as shown in FIG.
When the line segments are present in a substantially straight line and the distance between the end points is shorter than a predetermined length, as shown in FIG. 11, the end points 46 and 48 are connected and the two line segments are connected in a straight line. Next, as shown in FIG. 11B, when the two line segments do not exist on a straight line, the end points 50 and 52 are not connected and are left as they are. Next, even in the case of a line segment that exists in a substantially straight line as shown in FIG. 11C, if the distance between the end points 54 and 56 is longer than a predetermined length, the two end points are not connected and are left as they are. To do.

【0043】次に、図12を用いて、線分58と端点と
の結合について説明する。図12の(a)のように、端
点60が、線分58との距離が所定の長さより短い場合
は、図12(a)に示されるように、端点60から線分
58を延長して端点60と線分とを結合させる(L字接
合)。しかし、図12のように、端点62と線分58と
の距離が所定の長さより長い場合は、結合せずにそのま
まとする。
Next, the connection between the line segment 58 and the end point will be described with reference to FIG. As shown in FIG. 12A, when the distance between the end point 60 and the line segment 58 is shorter than a predetermined length, the line segment 58 is extended from the end point 60 as shown in FIG. The end point 60 and the line segment are joined (L-shaped joint). However, as shown in FIG. 12, when the distance between the end point 62 and the line segment 58 is longer than a predetermined length, they are left as they are without being combined.

【0044】次に、図13を用いて、線分64と他の直
線とが交わる場合の処理について説明する。まず、図1
3(a)のように、端点66と線分64との距離が所定
の長さより短い場合は、T字型に補正する(T字接
合)。図13(b)のように、端点70と線分64との
距離が所定の長さより長い場合は、そのままとする。ま
た、図13(c)のように、交わってから、再び折れ線
となる場合も、そのままとする。
Next, the processing when the line segment 64 intersects with another straight line will be described with reference to FIG. First, Fig. 1
When the distance between the end point 66 and the line segment 64 is shorter than a predetermined length as in 3 (a), the T-shape is corrected (T-joint). As shown in FIG. 13B, when the distance between the end point 70 and the line segment 64 is longer than a predetermined length, it is left as it is. In addition, as shown in FIG. 13C, even when a polygonal line is formed after the intersections, the polygonal line is left as it is.

【0045】以上説明した画地一括抽出とポリライン補
正の処理は、例えば図3で定義されたすべての地図に対
して行われる。
The above-described image area batch extraction and polyline correction processing are performed for all the maps defined in FIG. 3, for example.

【0046】なお、画地一括抽出とポリライン補正の処
理は、予め数種類のパラメタが設定されている。そのパ
ラメタは、「座標値の精度」、「図郭線からのバッファ
の幅」、「ポリライン結合対象とする端点間距離」、
「ポリライン接合対象とする2図形の距離」、「自動削
除対象ポリラインの長さ」の5種類を含み、上記処理に
おける結合などの判定に用いられる。また、パラメタの
設定により、精度を高めたりすることが可能となるた
め、所望の品質のベクトル化した地図を作成することが
可能となる。そして、このように整形されたポリライン
は、筆界専用のレイヤに登録される。
It should be noted that several kinds of parameters are set in advance for the process of batch extraction of image areas and polyline correction. The parameters are "accuracy of coordinate values", "width of buffer from figure contour line", "distance between end points to be combined with polyline",
Five types of "distance between two figures to be joined to polyline" and "length of polyline to be automatically deleted" are included, and are used for determination such as joining in the above processing. Further, since it is possible to improve the accuracy by setting the parameters, it becomes possible to create a vectorized map of desired quality. Then, the polyline shaped in this way is registered in a layer dedicated to the brush field.

【0047】以上説明したラスタ地図をベクトル化する
処理を図14のフローチャートを用いて説明する。ステ
ップS201で図面変換装置10は、ラスタ地図上の地
番文字を抽出することで、地番文字を認識するととも
に、地番文字の位置情報を認識し、記憶する。次に、図
面変換装置10は、ステップS202で、ラスタ地図か
らラインを抽出し、線分のベクトル化を行う。そして、
図面変換装置10は、ステップS203で、ベクトル地
図に対して初期化を行う。この初期化は、上述した図郭
線の再設定、長さが規定値以下の線分の削除などが行わ
れる。次のステップS204で、図面変換装置10は、
ポリゴンの認識を行う。その処理を図15のフローチャ
ートを用いて説明する。ステップS301で、図面変換
装置10は、地図上の線分に対し図11、図12、図1
3を用いて説明した線分結合処理を行う。次に、図面変
換装置10は、ステップS302で、認識した最初の地
番文字コードをセットする。次のステップS303で、
図面変換装置10は、地番文字列の中心から最近傍線分
の検索を行う。この処理は、地番文字に一番近い線分を
検索する処理である。
The process of vectorizing the raster map described above will be described with reference to the flowchart of FIG. In step S201, the drawing conversion device 10 recognizes the lot number character by extracting the lot number character on the raster map, and also recognizes and stores the position information of the lot number character. Next, in step S202, the drawing conversion device 10 extracts a line from the raster map and vectorizes the line segment. And
The drawing conversion device 10 initializes the vector map in step S203. For this initialization, resetting of the above-mentioned figure contour line, deletion of a line segment whose length is equal to or less than a specified value, or the like is performed. In the next step S204, the drawing conversion device 10
Recognize polygons. The process will be described with reference to the flowchart of FIG. In step S301, the drawing conversion device 10 sets the line segments on the map as shown in FIGS.
The line segment combining process described using No. 3 is performed. Next, the drawing conversion device 10 sets the recognized first lot number character code in step S302. In the next step S303,
The drawing conversion device 10 searches the nearest line segment from the center of the lot number character string. This process is a process of searching for the line segment closest to the lot number character.

【0048】そして、図面変換装置10は、ステップS
304で、上記検索で見つかった線分によりポリゴンが
形成されたかどうかの判定を行う。ポリゴンにならなか
った場合、図面変換装置10は、ステップS305で時
計回りの方向に対し、この線分と接続する線分があるか
どうか判定を行う。接続する線分がある場合、図面変換
装置10は、再びステップS304の処理を行う。接続
する線分がなかった場合、図面変換装置10は、ステッ
プS306で、先程選んだ近傍線分の、地番文字列から
みて外側の線分を検索する。この処理は、先ほど選んだ
線分の次に、地番文字列からみて外側の線分を検索する
処理である。なお、ステップS306は求める地図の利
用方針、精度等により1回、或いは行わずにステップS
308へ進むようにしても良い。
Then, the drawing conversion device 10 carries out step S.
At 304, it is determined whether a polygon is formed by the line segment found by the above search. If it does not become a polygon, the drawing conversion device 10 determines whether or not there is a line segment connected to this line segment in the clockwise direction in step S305. When there is a line segment to be connected, the drawing conversion device 10 performs the process of step S304 again. If there is no line segment to be connected, the drawing conversion device 10 searches for a line segment outside the previously selected neighboring line segment as viewed from the lot number character string in step S306. This process is a process of searching for an outer line segment as viewed from the lot number character string next to the line segment selected previously. It should be noted that step S306 may be performed once or depending on the desired map usage policy, accuracy, etc.
You may make it advance to 308.

【0049】ステップS304の処理に戻り、線分によ
って図16に示されるようなポリゴンになった場合、図
面変換装置10は、ステップS307で、抽出したポリ
ゴンと地番文字列に画地番号を関連付けたリンク情報と
して付加する。次に、図面変換装置10は、ステップS
308で、図面変換装置10は、図面内の全地番につい
てポリゴンを抽出したかどうか判定し、抽出した場合
は、処理を終了し、まだ抽出していない場合は、ステッ
プS309で認識した次の地番文字コードをセットし、
再びステップS303の処理を行う。
Returning to the process of step S304, when the line segment forms a polygon as shown in FIG. 16, the drawing conversion device 10 associates the extracted polygon and the lot number character string with the image lot number in step S307. Add as link information. Next, the drawing conversion device 10 performs step S
In step 308, the drawing conversion apparatus 10 determines whether or not polygons have been extracted for all the lot numbers in the drawing. If they have been extracted, the process ends. If they have not yet been extracted, the next lot number recognized in step S309. Set the character code,
The process of step S303 is performed again.

【0050】このようにしてポリゴンを認識すると、図
面変換装置10は、図14のステップS205でベクト
ル地図の修正を行い、ステップS206のベクトル化し
た地図の修正が完了したかどうかの判定を行う。修正が
完了していなければ、再び修正を行うために、図面変換
装置10は、ステップS205の処理を行い、修正が完
了した場合、処理を終了する。なお、図15のフローチ
ャートにおいて、ステップS301の線分の結合を行い
ながら、ステップS304のポリゴンになったかどうか
判定することも可能であるため、ステップS301の線
分結合の処理は、ステップS304の前に行っても良
い。
When the polygon is recognized in this way, the drawing conversion apparatus 10 corrects the vector map in step S205 of FIG. 14, and determines whether the vectorized map correction of step S206 is completed. If the correction is not completed, the drawing conversion apparatus 10 performs the process of step S205 to perform the correction again, and if the correction is completed, the process ends. It should be noted that, in the flowchart of FIG. 15, it is possible to determine whether or not the polygon has become the polygon of step S304 while performing the combination of the line segments of step S301. You may go to

【0051】次に、画地一括抽出などの処理が行われた
地図に対して行う手作業での補正作業を容易に行うため
の4つの機能について図17と図18とを用いて順に説
明する。
Next, four functions for facilitating a manual correction work to be performed on a map on which a process such as collective extraction of image areas is performed will be sequentially described with reference to FIGS. 17 and 18. .

【0052】まず、1つめは、ベクトル化した地図を表
示する際に、画地ポリゴンのハッチングを行うととも
に、画地ポリゴンとリンクしている地番の色(図17で
は斜線)を変えて表示する。そして、2つめは、図17
に示されるように、図面変換装置10は、端点を菱形で
表示し、屈曲点を、三角形で表示することにより、オペ
レータが見やすいように表示する。また、3つめとし
て、マウスにより選択操作した際に、表示されているマ
ウスカーソルの座標の近傍形状が強調表示されるだけで
はなく、対象形状が画地ポリゴン及び地番文字の場合
は、リンクしている形状を同時に強調する。4つ目は、
図18に示されるように、地番が123−5と地番が2
58と、地番が123の画地の接点74のような、画地
ポリゴン及びポリラインで同一座標点がある場合、その
接点74を接点76のように移動することができる。こ
れにより、オペレータは、全てのポリラインについて修
正を行う必要がない。
First, when the vectorized map is displayed, the ground polygon is hatched and the color of the lot number linked to the ground polygon (the diagonal line in FIG. 17) is changed and displayed. . And the second is FIG.
As shown in, the drawing conversion device 10 displays the end points in a rhombus and the bending points in a triangle so that the operator can easily see. Thirdly, when the mouse is selected, not only the shape near the coordinates of the displayed mouse cursor is highlighted, but if the target shape is an image ground polygon and a lot number character, a link is made. Emphasize the shapes that are present The fourth is
As shown in FIG. 18, the lot number is 123-5 and the lot number is 2
When there is the same coordinate point in the image ground polygon and the polyline, such as 58 and the contact point 74 of the image ground whose land number is 123, the contact point 74 can be moved like the contact point 76. This eliminates the need for the operator to make corrections for all polylines.

【0053】[0053]

【発明の効果】以上説明したように、オペレータの負担
を軽減するとともに、所望の品質のベクトル化した地図
を作成するための、図面変換方法、図面変換装置が得ら
れる。
As described above, it is possible to obtain the drawing conversion method and the drawing conversion apparatus for reducing the burden on the operator and creating a vectorized map of desired quality.

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

【図1】本発明の実施の形態における図面変換装置の全
体構成図である。
FIG. 1 is an overall configuration diagram of a drawing conversion device according to an embodiment of the present invention.

【図2】コンピュータシステムのハードウェアブロック
図である。
FIG. 2 is a hardware block diagram of a computer system.

【図3】図面番号を定義する地図を示す図である。FIG. 3 is a diagram showing a map defining drawing numbers.

【図4】図面番号が定義された地図を示す図である。FIG. 4 is a diagram showing a map in which drawing numbers are defined.

【図5】図面番号が定義された地図を示す図である。FIG. 5 is a diagram showing a map in which drawing numbers are defined.

【図6】ラスタ地図を作成する処理を示すフローチャー
トである。
FIG. 6 is a flowchart showing a process of creating a raster map.

【図7】地番を除外する様子を示す図である。FIG. 7 is a diagram showing how lot numbers are excluded.

【図8】端点を結合する様子を示す図である。FIG. 8 is a diagram showing how end points are combined.

【図9】バッファにあるポリラインを削除する様子を示
す図である。
FIG. 9 is a diagram showing how a polyline in a buffer is deleted.

【図10】図郭線が途切れた様子を示す図である。FIG. 10 is a diagram showing a state in which a contour line is interrupted.

【図11】端点を結合する場合を示す図である。FIG. 11 is a diagram showing a case where end points are combined.

【図12】端点と直線とを結合する様子を示す図であ
る。
FIG. 12 is a diagram showing a state in which an end point and a straight line are combined.

【図13】交わった線分の処理を示す図である。FIG. 13 is a diagram showing processing of intersecting line segments.

【図14】ベクトル地図作成処理を示すフローチャート
である。
FIG. 14 is a flowchart showing a vector map creation process.

【図15】ポリゴンの認識処理を示すフローチャートで
ある。
FIG. 15 is a flowchart showing a polygon recognition process.

【図16】画地ポリゴンを示す図である。FIG. 16 is a diagram showing a ground polygon.

【図17】端点と屈曲点との表示方法を示す図である。FIG. 17 is a diagram showing a method of displaying end points and bending points.

【図18】接点の移動を示す図である。FIG. 18 is a diagram showing movement of contacts.

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

10…図面変換装置 12…イメージスキャナ 20…演算処理装置 21…インターフェース装置 22…入力装置 23…表示装置 24…ドライブ装置 25…記録媒体 26…補助記憶装置 27…メモリ装置 30、32…ラスタ地図 34、36…地図 38、40、42、46、48、50、52、54、5
6、60、62、66、70、72…端点 44…図郭 58、64…線分 74、76…接点
10 ... Drawing conversion device 12 ... Image scanner 20 ... Arithmetic processing device 21 ... Interface device 22 ... Input device 23 ... Display device 24 ... Drive device 25 ... Recording medium 26 ... Auxiliary storage device 27 ... Memory devices 30, 32 ... Raster map 34 , 36 ... Maps 38, 40, 42, 46, 48, 50, 52, 54, 5
6, 60, 62, 66, 70, 72 ... End point 44 ... Drawing 58, 64 ... Line segment 74, 76 ... Contact

フロントページの続き Fターム(参考) 2C032 HB03 5B050 AA01 BA07 BA17 EA06 EA13 FA02 5B057 AA13 CA12 CA20 CB12 CB17 CF03 CG01 CH01 CH11 CH14 DB02 DC16 5B064 AA07 Continued front page    F-term (reference) 2C032 HB03                 5B050 AA01 BA07 BA17 EA06 EA13                       FA02                 5B057 AA13 CA12 CA20 CB12 CB17                       CF03 CG01 CH01 CH11 CH14                       DB02 DC16                 5B064 AA07

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータを用いて、ラスタ地図をベ
クトル化した地図へ変換する図面変換方法であって、 前記ラスタ地図上の文字列を認識し、前記ラスタ地図上
における前記文字列の位置を記憶する文字列認識段階
と、 前記ラスタ地図上の線分をベクトル化するベクトル化段
階と、 認識した前記文字列を囲む前記文字列の位置に、最も近
い線分で構成された閉ループを、前記文字列を囲む線分
を追跡し、該線分を辺として作成する閉ループ作成段階
と、 前記文字列と前記閉ループ情報を関連付けて登録する図
形結合段階と、 を有することを特徴とする図面変換方法。
1. A drawing conversion method for converting a raster map into a vectorized map using a computer, recognizing a character string on the raster map, and storing a position of the character string on the raster map. A character string recognizing step, a vectorizing step for vectorizing the line segment on the raster map, and a closed loop composed of the line segment closest to the position of the character string surrounding the recognized character string, A drawing conversion method comprising: a closed-loop creating step of tracking a line segment surrounding a column and creating the line segment as an edge; and a figure combining step of registering the character string and the closed-loop information in association with each other.
【請求項2】 前記閉ループ作成段階は、2つの線分の
端点が一致したとみなされることを条件に、前記2つの
線分を前記端点で結合し、新たに仮想する1つの折れ線
を生成することを特徴とする請求項1に記載の図面変換
方法。
2. The closed loop creating step joins the two line segments at the end points on the condition that the end points of the two line segments are considered to coincide with each other to generate a new virtual line. The drawing conversion method according to claim 1, wherein:
【請求項3】 前記閉ループ作成段階は、第1の線分と
第2の線分が略直線上に存在し、かつ前記第1の線分の
端点と前記第2の線分の端点との距離が所定の値以下で
あることを条件に、前記端点の間を結ぶ新たに仮想する
線分を生成することを特徴とする請求項1に記載の図面
変換方法。
3. The closed loop creating step comprises: a first line segment and a second line segment being present on a substantially straight line; and an end point of the first line segment and an end point of the second line segment. The drawing conversion method according to claim 1, wherein a new virtual line segment connecting the end points is generated on condition that the distance is equal to or less than a predetermined value.
【請求項4】 前記閉ループ作成段階は、端点と、前記
線分上の点との距離が所定の値以下であることを条件
に、前記端点と前記線分上の点とを結ぶ新たに仮想する
線分を生成することを特徴とする請求項1に記載の図面
変換方法。
4. The closed loop creating step creates a new virtual connection between the end point and the point on the line segment, provided that the distance between the end point and the point on the line segment is a predetermined value or less. The drawing conversion method according to claim 1, wherein a line segment is generated.
【請求項5】 前記新たに仮想した線分と、該線分と接
続した線分の2つの線分が重なったとみなされた部分
は、1つの線分とすることを特徴とする請求項2乃至4
のいずれか1項に記載の図面変換方法。
5. The line segment that is considered to overlap the newly imaginary line segment and two line segments connected to the line segment is one line segment. Through 4
The drawing conversion method described in any one of 1.
【請求項6】 前記閉ループ作成段階は、第1の線分に
第2の線分が交わる場合、前記第2の線分の端点から前
記第1の線分との交点までの距離が所定の長さの値以下
であることを条件に、前記第2の線分の端点から前記第
1の線分との交点までを削除することを特徴とする請求
項1に記載の図面変換方法。
6. In the closed loop creating step, when a second line segment intersects with the first line segment, a distance from an end point of the second line segment to an intersection point with the first line segment is predetermined. From the end point of the second line segment to the first
The drawing conversion method according to claim 1, wherein the intersections with the line segment 1 are deleted.
【請求項7】 閉ループ作成段階で変更された部分を、
視覚で認識できるように表示することを特徴とする請求
項1乃至6のいずれか1項に記載の図面変換方法。
7. The part changed in the closed loop creating step is
The drawing conversion method according to any one of claims 1 to 6, wherein the drawing conversion is performed so that the drawing can be visually recognized.
【請求項8】 請求項1または請求項7の図面変換方法
において、 前記図形結合段階は、前記閉ループ作成段階で新たに仮
想した線分を線分として登録することを特徴とする図面
変換方法。
8. The drawing conversion method according to claim 1, wherein in the figure combination step, the line segment newly virtualized in the closed loop creating step is registered as a line segment.
【請求項9】 ラスタ地図をベクトル化した地図へ変換
する図面変換装置であって、 前記ラスタ地図上の文字列を認識し、前記ラスタ地図上
における前記文字列の位置を記憶する文字列認識手段
と、 前記ラスタ地図上の線分をベクトル化するベクトル化手
段と、 認識した前記文字列を囲む前記文字列の位置に、最も近
い線分で構成された閉ループを、前記文字列を囲む線分
を追跡し、該線分を辺として作成する閉ループ作成手段
と、 前記文字列と前記閉ループ情報を関連付けて登録する図
形結合手段と、を有することを特徴とする図面変換装
置。
9. A drawing conversion device for converting a raster map into a vectorized map, the character string recognition means recognizing a character string on the raster map and storing the position of the character string on the raster map. A vectorization means for vectorizing the line segment on the raster map; a closed loop composed of line segments closest to the position of the character string surrounding the recognized character string, and a line segment surrounding the character string. The drawing conversion device, comprising: a closed-loop creating unit that tracks the line segment and creates the line segment as an edge; and a graphic combining unit that associates and registers the character string and the closed-loop information.
【請求項10】 コンピュータに、 ラスタ地図上の文字列を認識し、前記ラスタ地図上にお
ける前記文字列の位置を記憶する文字列認識手順と、 前記ラスタ地図上の線分をベクトル化するベクトル化手
順と、 認識した前記文字列を囲む前記文字列の位置に、最も近
い線分で構成された閉ループを、前記文字列を囲む線分
を追跡し、該線分を辺として作成する閉ループ作成手順
と、 前記文字列と前記閉ループ情報を関連付けて登録する図
形結合手順とを実行させるための図面変換プログラム。
10. A character string recognition procedure for causing a computer to recognize a character string on a raster map and storing the position of the character string on the raster map, and vectorization for vectorizing line segments on the raster map. A closed loop composed of a line segment closest to the position of the recognized character string that surrounds the recognized character string, a line segment surrounding the character string, and creating the closed loop as an edge. And a drawing conversion program for executing a figure combining procedure for associating and registering the character string and the closed loop information.
【請求項11】 コンピュータに、 ラスタ地図上の文字列を認識し、前記ラスタ地図上にお
ける前記文字列の位置を記憶する文字列認識手順と、 前記ラスタ地図上の線分をベクトル化するベクトル化手
順と、 認識した前記文字列を囲む前記文字列の位置に、最も近
い線分で構成された閉ループを、前記文字列を囲む線分
を追跡し、該線分を辺として作成する閉ループ作成手順
と、 前記文字列と前記閉ループ情報を関連付けて登録する図
形結合手順とを実行させるための図面変換プログラムを
記録したコンピュータが読み取り可能な記録媒体。
11. A character string recognition procedure for recognizing a character string on a raster map and storing a position of the character string on the raster map in a computer, and vectorization for vectorizing a line segment on the raster map. A closed loop composed of a line segment closest to the position of the recognized character string that surrounds the recognized character string, a line segment surrounding the character string, and creating the closed loop as an edge. And a computer-readable recording medium recording a drawing conversion program for executing a figure combination procedure of associating and registering the character string and the closed loop information.
JP2002098059A 2002-03-29 2002-03-29 Drawing conversion method, drawing conversion apparatus, drawing conversion program, and recording medium Expired - Fee Related JP4143320B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002098059A JP4143320B2 (en) 2002-03-29 2002-03-29 Drawing conversion method, drawing conversion apparatus, drawing conversion program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002098059A JP4143320B2 (en) 2002-03-29 2002-03-29 Drawing conversion method, drawing conversion apparatus, drawing conversion program, and recording medium

Publications (2)

Publication Number Publication Date
JP2003296726A true JP2003296726A (en) 2003-10-17
JP4143320B2 JP4143320B2 (en) 2008-09-03

Family

ID=29387848

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002098059A Expired - Fee Related JP4143320B2 (en) 2002-03-29 2002-03-29 Drawing conversion method, drawing conversion apparatus, drawing conversion program, and recording medium

Country Status (1)

Country Link
JP (1) JP4143320B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006293809A (en) * 2005-04-13 2006-10-26 Zenrin Co Ltd Graphic data processing apparatus
JP2007249047A (en) * 2006-03-17 2007-09-27 Fujitsu Ltd Map data generating program
JP2009211150A (en) * 2008-02-29 2009-09-17 Hitachi Software Eng Co Ltd Extraction device for road network
JP2013205846A (en) * 2012-03-27 2013-10-07 Mitsubishi Electric Corp Facility inspection system
JP2016071786A (en) * 2014-10-01 2016-05-09 株式会社日立システムズ Geographic information vectorization supporting system and geographic information vectorization support method
JP2017010038A (en) * 2016-08-18 2017-01-12 見治 西石垣 Survey type navigation system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006293809A (en) * 2005-04-13 2006-10-26 Zenrin Co Ltd Graphic data processing apparatus
JP2007249047A (en) * 2006-03-17 2007-09-27 Fujitsu Ltd Map data generating program
JP2009211150A (en) * 2008-02-29 2009-09-17 Hitachi Software Eng Co Ltd Extraction device for road network
JP2013205846A (en) * 2012-03-27 2013-10-07 Mitsubishi Electric Corp Facility inspection system
JP2016071786A (en) * 2014-10-01 2016-05-09 株式会社日立システムズ Geographic information vectorization supporting system and geographic information vectorization support method
JP2017010038A (en) * 2016-08-18 2017-01-12 見治 西石垣 Survey type navigation system

Also Published As

Publication number Publication date
JP4143320B2 (en) 2008-09-03

Similar Documents

Publication Publication Date Title
JP3469345B2 (en) Image filing apparatus and filing method
JP3878401B2 (en) Image processing apparatus, image processing method, and recording medium recording the same
JP4757001B2 (en) Image processing apparatus and image processing method
JPH113430A (en) Method and device for associating input image with reference image, and storage medium storing program realizing the method
JP2608571B2 (en) Apparatus and method for vectorizing input scanned image data
JPS63145577A (en) Pattern data generating method
JP4704601B2 (en) Character recognition method, program, and recording medium
JP2003296726A (en) Method, device and program for converting drawing and recording medium
JP2006227824A (en) Drawing recognition method and device
JP4935459B2 (en) Character recognition method, character recognition program, and character recognition device
JPH04141783A (en) Device and method for preparing electron beam graphic data
JP4603658B2 (en) Image processing apparatus, image processing method, and storage medium
JP3391228B2 (en) Image processing method and image processing apparatus
JP4357226B2 (en) Form definition device, form definition method, and form definition program
JP2006072839A (en) Image processing method, image processing apparatus, image processing program and recording medium
JP5361315B2 (en) Information processing apparatus and information processing method
JP2001236464A (en) Method and device for character extraction and storage medium
JPH01277976A (en) Image processor
JP2803736B2 (en) Character recognition method
JPH0850650A (en) Graphic copying out fair device
JPH06337929A (en) Method and device for managing drawing
JPH117493A (en) Character recognition processor
JPH1166225A (en) Device and method for table information extraction and record medium
JPH01292586A (en) Back-up device for recognition of character
CN117274406A (en) Indoor map vectorization method and device and electronic equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050113

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050714

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080318

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080514

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080610

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080616

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

Free format text: PAYMENT UNTIL: 20110620

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4143320

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110620

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313532

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

Free format text: PAYMENT UNTIL: 20110620

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20110620

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20140620

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees