JPH06195406A - Picture processing method - Google Patents

Picture processing method

Info

Publication number
JPH06195406A
JPH06195406A JP4343747A JP34374792A JPH06195406A JP H06195406 A JPH06195406 A JP H06195406A JP 4343747 A JP4343747 A JP 4343747A JP 34374792 A JP34374792 A JP 34374792A JP H06195406 A JPH06195406 A JP H06195406A
Authority
JP
Japan
Prior art keywords
line segment
vector
line
tracking
branch point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4343747A
Other languages
Japanese (ja)
Inventor
Nagisa Sekiguchi
なぎさ 関口
Minoru Yamanaka
稔 山中
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co 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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP4343747A priority Critical patent/JPH06195406A/en
Publication of JPH06195406A publication Critical patent/JPH06195406A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

PURPOSE:To improve the recognizing rate of line kind recognition by proceeding line segment trace at a branch point in a line kind recognizing technique in a drawing input device. CONSTITUTION:In a line segment tracing processing, a system sets a reference point to select a connection candidate vector (S1 sand 2). Even when the reference point is a branch point, if there is a proper vector, it is made to be the connection candidate vector. When an exceptional processing is not necessary (S3:No), a reference vector is moved to go to the next tracing (S4). When the reference point is the branch point and the reference vector and the connection candidate vector are connected (S3:Yes), the vector lengths of the reference vector is added to the connection candidate vector (S5). When the sum is not more than an upper limit threshold value (S6:Yes), the tracing goes to a next one. When the sum is over the upper limit threshold value (S6:No), the reference vector and the connection candidate vector are invalidated (S7). The tracing is finished (S8).

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、手書き図面等の画像
を折れ線近似(ベクトル化)したうえで文字・図形等を
認識する技術に係わり、特に線分追跡機能を改善して線
種認識精度を向上させたものに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for recognizing characters, figures, etc., by performing line approximation (vectorization) on an image such as a hand-drawn drawing, and in particular, improving the line segment tracking function to improve line type recognition accuracy. For those that have improved.

【0002】[0002]

【従来の技術】図面自動入力装置のハードウエア構成を
図9に示す。イメージスキャナ1は手書き図面等を光学
的に読み取るものである。2値画像入力インタフェース
2はイメージスキャナ1から2値画像データを取り込む
ものである。画像メモリ3は2値画像データを格納する
ものである。画像処理プロセッサ4は2値画像データを
ベクトルデータに変換するものである。5はディスクで
あり、ディスクコントローラ6により制御される。7は
システムメモリ、8はCAD(コンピュータ・エイディ
ド・デザイン)システムやマッピングシステム等の上位
システムと通信するための上位システム接続インタフェ
ース、9はこのシステムの主制御を行うホストプロセッ
サであり、システム各部はシステムバス10を介してホ
ストプロセッサ9と接続されている。
2. Description of the Related Art A hardware configuration of a drawing automatic input device is shown in FIG. The image scanner 1 optically reads a handwritten drawing or the like. The binary image input interface 2 takes in binary image data from the image scanner 1. The image memory 3 stores binary image data. The image processor 4 converts binary image data into vector data. A disk 5 is controlled by the disk controller 6. Reference numeral 7 is a system memory, 8 is a host system connection interface for communicating with a host system such as a CAD (Computer Aided Design) system and a mapping system, 9 is a host processor that performs the main control of this system, and each system unit is It is connected to the host processor 9 via the system bus 10.

【0003】この装置の動作概要を図10に示す。2値
画像入力インタフェース2は、イメージスキャナ1で読
み取られた2値画像データを取り込み、画像メモリ3に
転送・格納する(S1)。この後、この2値画像データ
を対象として画像処理プロセッサ4が細線化方式あるい
は輪郭検出・芯線化方式による画像処理を行う。輪郭検
出・芯線化方式の場合、2値画像データから輪郭画素列
を抽出して輪郭ベクトルを生成し(S2)、さらに輪郭
ベクトルの中心線にあたる芯線ベクトルを生成する(S
3)。輪郭ベクトルデータや芯線ベクトルデータはシス
テムメモリ7に格納される。ホストプロセッサ9は、こ
れらのベクトルデータから文字候補やシンボル候補、線
分候補といったベクトル要素を分離・抽出する(S
4)。システムメモリ7には文字辞書やシンボル辞書等
が用意されており、ホストプロセッサ9は、分離した各
種ベクトル要素について必要により辞書を参照しながら
パターン認識を行う(S5〜7)。この後、認識したパ
ターンデータを所定のフォーマットに編集して認識結果
とし(S8)、この認識結果をCADシステムに引き渡
す等、各種の出力処理を行う(S9)。
An outline of the operation of this device is shown in FIG. The binary image input interface 2 takes in the binary image data read by the image scanner 1 and transfers / stores it in the image memory 3 (S1). After that, the image processing processor 4 performs the image processing on the binary image data by the thinning method or the contour detection / skeletonization method. In the case of the contour detection and skeletonization method, a contour pixel string is extracted from the binary image data to generate a contour vector (S2), and further, a skeleton vector corresponding to the center line of the contour vector is generated (S).
3). The contour vector data and the core line vector data are stored in the system memory 7. The host processor 9 separates and extracts vector elements such as character candidates, symbol candidates, and line segment candidates from these vector data (S
4). A character dictionary, a symbol dictionary, and the like are prepared in the system memory 7, and the host processor 9 performs pattern recognition with reference to the dictionary as necessary for various separated vector elements (S5 to 7). After that, the recognized pattern data is edited into a predetermined format as a recognition result (S8), and various output processings such as passing the recognition result to the CAD system are performed (S9).

【0004】上記のパターン認識における線分処理(S
7)では、実線の他に、破線や鎖線など不連続部分を含
む線分についても認識を可能とするため、図11に示す
アルゴリズムが採用されている。このアルゴリズムで
は、まず、線分ベクトル要素の中から破鎖線の構成要素
の候補となり得るものを抽出する(S1)。この処理で
は、線分ベクトル要素の長さがしきい値(最大線分長設
定値)以下であることを条件として線分ベクトル要素を
弁別する。このことにより、実線の構成要素に相当する
線分要素を排除する。次に、抽出したベクトル要素群を
対象として探索を行い(S2)、基準線となり得る要素
を選出する(S3)。この後、線分追跡を行って連続性
のある要素をグループ化する(S4)。そしてグループ
化した要素群について線種判断を行う(S5)。この線
種判断では、各要素の長さや各要素間の距離の分布を評
価し、破線や鎖線(さらには一点鎖線や二点鎖線)とい
った線種を判別する。
Line segment processing (S
In 7), the algorithm shown in FIG. 11 is adopted in order to make it possible to recognize line segments including discontinuous parts such as broken lines and chain lines in addition to solid lines. In this algorithm, first, a line segment vector element that can be a candidate for a broken line component is extracted (S1). In this processing, the line segment vector elements are discriminated on condition that the length of the line segment vector elements is equal to or less than a threshold value (maximum line segment length set value). As a result, line segment elements corresponding to the solid line components are eliminated. Next, a search is performed for the extracted vector element group (S2), and an element that can serve as a reference line is selected (S3). After that, line segments are traced to group continuous elements (S4). Then, line type judgment is performed on the grouped elements (S5). In this line type determination, the distribution of the length of each element and the distance between each element is evaluated, and a line type such as a broken line or a chain line (further, a one-dot chain line or a two-dot chain line) is determined.

【0005】[0005]

【発明が解決しようとする課題】従来の線種認識では、
線分追跡において線分要素の分岐点に達すると当該線分
の追跡を終了する手法をとっていたが、この手法では、
特に線分の交差部分の多く、しかも実線と他線種を組み
合わせて記述することがある設備図や機械図等の場合、
追跡区間の短小化・追跡区間の切り出し点数の多数化等
を招き、線種認識精度の阻害要因となる問題があった。
In the conventional line type recognition,
In the line segment tracking, when the branch point of the line segment element was reached, the tracking of the line segment was ended.
Especially in the case of facility drawings and mechanical drawings, where there are many intersections of line segments and there are cases where solid lines and other line types are combined and described.
There is a problem that the tracking section is shortened and the number of cut-out points of the tracking section is increased, which becomes an obstacle to the line type recognition accuracy.

【0006】この発明は、かかる問題点に鑑み、線分要
素その他のベクトル要素を認識する画像処理方法におい
て、分岐点における線分追跡の続行を可能とし、線種認
識精度を向上させた方法を提供することを目的とする。
In view of such a problem, the present invention provides an image processing method for recognizing a line segment element and other vector elements, which enables continuous line segment tracking at a branch point and improves line type recognition accuracy. The purpose is to provide.

【0007】[0007]

【課題を解決するための手段および作用】この発明は、
かかる目的を達成するために、ベクトル化画像から分離
抽出して得られる線分要素を入力データとし、破鎖線要
素弁別用の上限しきい値をもって線分要素を弁別し、弁
別された線分要素を追跡して複数の線分要素にわたる区
間の線分を検出し、検出された線分の線種を認識する方
法において、線分要素を追跡するにあたって、次の手順
を追加する。
Means and Actions for Solving the Problems
In order to achieve such an object, the line segment elements obtained by separating and extracting from the vectorized image are used as input data, the line segment elements are discriminated with the upper threshold for discriminating broken line elements, and the discriminated line segment elements are discriminated. In the method of tracking a line segment of a plurality of line segment elements and recognizing the line type of the detected line segment, the following procedure is added to trace the line segment element.

【0008】すなわち、分岐点に到達した際、直ちに追
跡不能(終了)とはせずに、所定の線分選択アルゴリズ
ムに従って分岐線分要素の中から追跡線分要素を選択
し、追跡の続行を可能とする。だたし、分岐点を有する
実線部分を追跡してしまう可能性を排除するため、追跡
を続行する前に、次の処理を行う。
That is, when the branch point is reached, the tracing line element is not immediately disabled (terminated), but a tracing line segment element is selected from among the branching line segment elements according to a predetermined line segment selection algorithm to continue the tracing. It is possible. However, in order to eliminate the possibility of tracing the solid line portion having a branch point, the following processing is performed before continuing the tracing.

【0009】まず、懸案線分要素および追跡線分要素の
合成線分長を適当な手法で演算する。そして、求めた合
成線分長を前記の上限しきい値と比較し、合成線分長が
上限しきい値を上回る場合、懸案線分要素および追跡線
分要素を合成した線分要素は実線要素であると判断し、
両線分要素を無効化したうえで追跡を終了する。一方、
合成線分長が上限しきい値を下回る場合、両線分要素を
合成した線分要素は破鎖線要素であると判断し、追跡線
分要素を進行方向として追跡を続行する。
First, the combined line segment length of the pending line segment element and the tracking line segment element is calculated by an appropriate method. Then, the obtained combined line segment length is compared with the upper limit threshold value, and when the combined line segment length exceeds the upper limit threshold value, the line segment element combining the pending line segment element and the tracking line segment element is a solid line element. Is determined to be
Tracking ends after both line segment elements are invalidated. on the other hand,
When the combined line segment length is less than the upper limit threshold, it is determined that the line segment element that combines both line segment elements is a broken line element, and tracking is continued with the tracking line segment element as the traveling direction.

【0010】また、線種認識の際も同様に、分岐点を介
して接続した線分要素については合成線分要素を仮想し
て当該線分要素の代わりに使用する態様をとることによ
り、認識精度向上が期待できる。
Similarly, in the line type recognition, the line segment elements connected via the branch points are recognized by imagining a composite line segment element and using it instead of the line segment element. Accuracy improvement can be expected.

【0011】[0011]

【実施例】以下、この発明の実施例を説明する。この実
施例に係る図面自動入力装置は、破鎖線の線種認識処
理、特に線分追跡処理に特徴がある。この処理機能はソ
フトウエア的に実現することが可能であり、この場合、
ハードウエア構成はたとえば図9に示すような既存の構
成で構わない。
Embodiments of the present invention will be described below. The drawing automatic input device according to this embodiment is characterized by a broken-line broken line type recognition process, particularly a broken line tracking process. This processing function can be realized by software. In this case,
The hardware configuration may be an existing configuration as shown in FIG. 9, for example.

【0012】この実施例に係る線分追跡処理の概略を図
1に示す。この図に示すように、まず、与えられた基準
ベクトルの進行方向側の端点を基準点に設定する(S
1)。そしてこの基準点を元に連結候補となる他のベク
トルを選出する(S2)。この処理において、基準点あ
るいは連結候補ベクトルの端点が分岐点である場合、直
ちに追跡不能と判断せずに追跡可能かどうか判断する。
An outline of the line segment tracking process according to this embodiment is shown in FIG. As shown in this figure, first, an end point on the traveling direction side of a given reference vector is set as a reference point (S
1). Then, based on this reference point, another vector that is a connection candidate is selected (S2). In this processing, when the reference point or the end point of the connection candidate vector is the branch point, it is immediately determined whether or not the trace is possible without determining that the trace is impossible.

【0013】この連結候補選出処理を図2〜4を用いて
説明する。図2に示すように、線分交差部分のパターン
としてパターン1〜5を想定し、図3,4に示すアルゴ
リズムによりパターン分けして連結候補ベクトルを決定
する。このアルゴリズムにおいて、まず、基準点が非分
岐点あるいは分岐点のいずれであるかを確認する(S
1)。基準点が非分岐点である場合は、パターン1の判
定に進む(S2〜5)。すなわち、基準点を基点とした
所定の領域内にて非分岐点を検索する(S2)。検索し
た非分岐点に接続するベクトルを対象とし、端点間の距
離・角度や基準ベクトルとの角度等に基づいて連結の可
否を判定する(S4)。この結果、連結可能なベクトル
が見つかった場合(S5:Yes)、そのベクトルを連
結ベクトルに確定する。非分岐点が検出されなかった場
合(S3:No)あるいは連結可能なベクトルが見つか
らなかった場合(S5:No)は、パターン2の判定に
進む(S6〜9)。すなわち、まず基準点を元に分岐点
を検索し(S6)、その分岐点に接続する各ベクトルに
ついて連結の可否を判定する(S8)。この結果、連結
可能なベクトルが見つかれば(S9:Yes)、次の処
理に進む。分岐点が検出されない場合(S7:No)あ
るいは分岐点が見つかっても連結可能なベクトルが見つ
からない場合(S9:No)は、追跡不能と判断する
(S10)。
This connection candidate selection process will be described with reference to FIGS. As shown in FIG. 2, patterns 1 to 5 are assumed as patterns of line segment intersections, and patterns are divided by the algorithm shown in FIGS. In this algorithm, first, it is confirmed whether the reference point is a non-branch point or a branch point (S
1). If the reference point is a non-branching point, the process proceeds to the determination of pattern 1 (S2-5). That is, a non-branch point is searched within a predetermined area with the reference point as a base point (S2). Whether or not the connection is possible is determined based on the distance / angle between the end points, the angle with respect to the reference vector, etc. for the vector connected to the retrieved non-branch point (S4). As a result, when a vector that can be connected is found (S5: Yes), the vector is fixed as a connected vector. If no non-branch point is detected (S3: No) or a vector that can be connected is not found (S5: No), the process proceeds to the determination of pattern 2 (S6 to 9). That is, first, a branch point is searched based on the reference point (S6), and it is determined whether or not each vector connected to the branch point can be connected (S8). As a result, if a connectable vector is found (S9: Yes), the process proceeds to the next process. If no branch point is detected (S7: No), or if a connectable vector is not found even if a branch point is found (S9: No), it is determined that tracking is impossible (S10).

【0014】一方、基準点が分岐点である場合(S1:
No)は、パターン3の判定に進む(S11,12)。
すなわち、まず基準点に接続する各分岐ベクトルを対象
として連結の可否を判定し(S11)、連結可能なベク
トルを連結ベクトルに確定する(S12:Yes)。も
し連結可能なベクトルが見つからない場合(S12:N
o)は、パターン4の判定に進む(S13〜16)。す
なわち、基準点に接続する分岐ベクトルの中に、接続誤
差ベクトル(図2(d)参照)が存在するかどうかを確
認し(S13)、その接続誤差ベクトル候補の追跡先側
に接続する分岐ベクトルを対象として連結の可否を判定
する(S15)。この結果、連結可能なベクトルを連結
ベクトルに確定する(S16)。接続誤差ベクトル候補
が見つからない場合(S14:No)あるいは連結可能
なベクトルが見つからない場合(S16:No)は、パ
ターン5の判定に進む(S17〜S20)。すなわち、
S2と同様の手順により非分岐点を検索し(S17)、
検索された非分岐点に接続するベクトルの連結可否を判
定する(S19)。この結果、連結可能であれば連結ベ
クトルに確定し(S20:Yes)、非分岐点が見つか
らない場合(S18:No)あるいは見つかってもベク
トルが連結可能でない場合(S20:No)は、追跡不
能とする(S10)。
On the other hand, when the reference point is a branch point (S1:
No) proceeds to the determination of pattern 3 (S11, 12).
That is, first, it is determined whether each branch vector connected to the reference point can be connected (S11), and the connectable vector is determined as the connected vector (S12: Yes). If no connectable vector is found (S12: N
o), the process proceeds to the determination of pattern 4 (S13 to 16). That is, it is confirmed whether or not a connection error vector (see FIG. 2D) exists in the branch vectors connected to the reference point (S13), and the branch vector connected to the tracking destination side of the connection error vector candidate. Whether or not the connection is possible is determined for (S15). As a result, a vector that can be connected is determined as a connected vector (S16). When the connection error vector candidate is not found (S14: No) or when the connectable vector is not found (S16: No), the process proceeds to the determination of pattern 5 (S17 to S20). That is,
The non-branch point is searched by the same procedure as S2 (S17),
Whether or not the vector connected to the searched non-branch point can be connected is determined (S19). As a result, if the vector can be connected, it is determined as a connected vector (S20: Yes), and if the non-branch point is not found (S18: No) or the vector is not connectable even if found (S20: No), it is impossible to trace. (S10).

【0015】図1に戻って説明すると、上記のアルゴリ
ズムにより連結候補ベクトルが選出された後、例外処理
が必要かどうかを確認する(S3)。この処理では、基
準点が分岐点であって連結候補ベクトルが分岐点に直接
接続されているかどうかを判定する。この条件が成立し
ない場合(S3:No)は、連結候補ベクトルに基準ベ
クトルを移動して追跡を続行する(S4)。このことに
より、たとえば図5に示すように、交差のない破鎖線の
追跡が行われる。
Returning to FIG. 1, after the concatenation candidate vector is selected by the above algorithm, it is confirmed whether or not exception processing is necessary (S3). In this process, it is determined whether the reference point is a branch point and the connected candidate vector is directly connected to the branch point. If this condition is not satisfied (S3: No), the reference vector is moved to the connection candidate vector and tracking is continued (S4). As a result, a broken line without an intersection is traced as shown in FIG. 5, for example.

【0016】一方、上記の条件が成立する場合(S3:
Yes)は、例外処理(S5,6)に進む。まず、基準
ベクトルと連結候補ベクトルとの線分長の和を求める等
の手法で合成線分長xを求める(S5)。このとき、前
回の基準点が分岐点であって基準ベクトルが前回の基準
点に接続されている場合、前回の基準ベクトルと今回の
基準ベクトルと連結候補ベクトルとの和を求め、この和
を合成線分長xとする。このように前回の基準ベクトル
を加算するか否かを考慮すれば実用上問題ないと考えら
れるが、必要な場合は、前々回あるいはそれ以前の基準
ベクトルも対象に加える手法をとることができる。
On the other hand, if the above conditions are satisfied (S3:
Yes) proceeds to exception processing (S5, 6). First, the combined line segment length x is obtained by a method such as obtaining the sum of the line segment lengths of the reference vector and the connection candidate vector (S5). At this time, if the previous reference point is a branch point and the reference vector is connected to the previous reference point, the sum of the previous reference vector, the current reference vector, and the concatenation candidate vector is obtained, and this sum is combined. The line segment length is x. In this way, it is considered that there is no practical problem if consideration is given to whether or not the previous reference vector is added, but if necessary, a method of adding the reference vector two times before or before the reference vector can be adopted.

【0017】この後、この合成線分長xを上限しきい値
lnmaxと比較する(S6)。この結果、x≦lnmax
ある場合(S6:No)、基準ベクトルと連結候補ベク
トルを無効化したうえで追跡を終了する(S7,8)。
また、x>lnmaxである場合(S6:Yes)、追跡
を続行する(S4)。図6に示すように、基準ベクトル
3の処理ではx3+x4≦lnmaxとなるので追跡を続行
し、基準ベクトルx6の処理ではx6+x7>lnmaxとな
るので、x6,x7を無効化してベクトルx5をもって追
跡を終了する。このことにより、図7に示すように、他
の線分と交差する破鎖線であっても、交差点を越えて線
分追跡を行って正確に線種を認識でき、特に図8に示す
ように、破鎖線部分と実線部分が連続する場合であって
も、実線部分と破鎖線部分とを正確に判別できる。
After this, the composite line segment length x is compared with the upper threshold value ln max (S6). As a result, when x ≦ ln max (S6: No), the reference vector and the connection candidate vector are invalidated, and the tracking is ended (S7, 8).
If x> ln max (S6: Yes), the tracking is continued (S4). As shown in FIG. 6, in the processing of the reference vector x 3 , x 3 + x 4 ≦ ln max, and thus the tracking is continued. In the processing of the reference vector x 6 , x 6 + x 7 > ln max , so x 6 , Invalidate x 7 and end the trace with vector x 5 . As a result, as shown in FIG. 7, even if the broken line intersects with another line segment, the line segment can be traced beyond the intersection and the line type can be accurately recognized. In particular, as shown in FIG. Even if the broken line portion and the solid line portion are continuous, the solid line portion and the broken line portion can be accurately distinguished.

【0018】[0018]

【発明の効果】以上説明したようにこの発明によれば、
次の効果を奏する。
As described above, according to the present invention,
It has the following effects.

【0019】(1)分岐点において適切に追跡方向を選
択できるので、分岐点を有する破鎖線であっても分岐点
の前後にわたって追跡が可能となり、追跡区間の長大化
に伴って線種認識精度が向上する。
(1) Since the tracing direction can be appropriately selected at the branch point, even a broken line having a branch point can be traced before and after the branch point, and the line type recognition accuracy becomes longer as the tracing section becomes longer. Is improved.

【0020】(2)追跡する線分要素が分岐点を介して
連続する場合は、連続する線分要素の合成線分長を求
め、この合成線分長が破鎖線要素として妥当か否かを確
認するので、分岐点を有する実線を破鎖線と誤認識する
おそれを解消できる。
(2) When the line segment elements to be traced are continuous via a branch point, the composite line segment length of the continuous line segment elements is obtained, and it is determined whether or not this composite line segment length is valid as a broken line element. Since the confirmation is performed, it is possible to eliminate the possibility that a solid line having a branch point is erroneously recognized as a broken line.

【0021】(3)これらの利点により線種判別の精度
が向上する。
(3) Due to these advantages, the accuracy of line type discrimination is improved.

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

【図1】この発明の一実施例に係る線分追跡処理の概略
を示すフローチャート。
FIG. 1 is a flowchart showing an outline of line segment tracking processing according to an embodiment of the present invention.

【図2】想定した接続関係のパターンと各パターンに対
応するベクトル接続関係を示す説明図。
FIG. 2 is an explanatory diagram showing an assumed connection relationship pattern and a vector connection relationship corresponding to each pattern.

【図3】この発明の一実施例に係る連結候補ベクトル選
出処理を示すフローチャート。
FIG. 3 is a flowchart showing a connected candidate vector selection process according to an embodiment of the present invention.

【図4】この発明の一実施例に係る連結候補ベクトル選
出処理を示すフローチャート。
FIG. 4 is a flowchart showing a connected candidate vector selection process according to an embodiment of the present invention.

【図5】処理対象の画像例を示す線図。FIG. 5 is a diagram showing an example of an image to be processed.

【図6】処理対象の線分要素例を示す線図。FIG. 6 is a diagram showing an example of line segment elements to be processed.

【図7】処理対象の画像例を示す線図。FIG. 7 is a diagram showing an example of an image to be processed.

【図8】処理対象の画像例を示す線図。FIG. 8 is a diagram showing an example of an image to be processed.

【図9】図面入力装置のハードウエア構成を示すブロッ
ク図。
FIG. 9 is a block diagram showing a hardware configuration of a drawing input device.

【図10】図面入力装置の動作概要を示すフローチャー
ト。
FIG. 10 is a flowchart showing an outline of the operation of the drawing input device.

【図11】線分要素認識手順概要を示すフローチャー
ト。
FIG. 11 is a flowchart showing an outline of a line segment element recognition procedure.

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

1…イメージスキャナ 2…2値画像入力インタフェース 3…画像メモリ 4…画像処理プロセッサ 5…ディスク 6…ディスクコントローラ 7…システムメモリ 8…上位システム接続インタフェース 9…ホストプロセッサCPU 10…システムバス 1 ... Image Scanner 2 ... Binary Image Input Interface 3 ... Image Memory 4 ... Image Processor 5 ... Disk 6 ... Disk Controller 7 ... System Memory 8 ... Host System Connection Interface 9 ... Host Processor CPU 10 ... System Bus

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ベクトル化画像から分離抽出して得られ
る線分要素を入力データとし、破鎖線要素弁別用の上限
しきい値をもって線分要素を弁別し、弁別された線分要
素を追跡して複数の線分要素にわたる区間の線分を検出
し、検出された線分の線種を認識する方法において、 線分要素を追跡するにあたって、分岐点に到達した際、
所定の線分選択アルゴリズムに従って分岐線分要素の中
から追跡線分要素を選択し、懸案線分要素および追跡線
分要素の合成線分長を求めて前記上限しきい値と比較
し、合成線分長が上限しきい値を上回る場合、懸案線分
要素および追跡線分要素を無効化したうえで追跡を終了
する一方、合成線分長が上限しきい値を下回る場合、追
跡線分要素を進行方向として追跡を続行することを特徴
とする画像処理方法。
1. A line segment element obtained by separating and extracting from a vectorized image is used as input data, a line segment element is discriminated with an upper threshold for discriminating broken line elements, and the discriminated line segment element is traced. In the method of recognizing the line type of the detected line segment by detecting the line segment of the section that spans multiple line segment elements, when tracing the line segment element, when reaching the branch point,
A tracking line segment element is selected from branching line segment elements according to a predetermined line segment selection algorithm, a combined line segment length of the pending line segment element and the tracking line segment element is calculated, and is compared with the upper limit threshold value. If the segment length exceeds the upper threshold, the pending line segment element and the trace line element are disabled and the tracking ends, while if the combined line segment length falls below the upper threshold, the trace line element is An image processing method characterized by continuing tracking as a traveling direction.
JP4343747A 1992-12-24 1992-12-24 Picture processing method Pending JPH06195406A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4343747A JPH06195406A (en) 1992-12-24 1992-12-24 Picture processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4343747A JPH06195406A (en) 1992-12-24 1992-12-24 Picture processing method

Publications (1)

Publication Number Publication Date
JPH06195406A true JPH06195406A (en) 1994-07-15

Family

ID=18363930

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4343747A Pending JPH06195406A (en) 1992-12-24 1992-12-24 Picture processing method

Country Status (1)

Country Link
JP (1) JPH06195406A (en)

Similar Documents

Publication Publication Date Title
JP4704601B2 (en) Character recognition method, program, and recording medium
EP0471849A1 (en) Method of generating dot signal corresponding to character pattern and device therefor
JPH06195406A (en) Picture processing method
JPH0364909B2 (en)
JPH07200735A (en) Graphic recognition device
JPH1021403A (en) Method and device for extracting correspondent points
JPH06139360A (en) Line types recognizing method and device
JP2867650B2 (en) Symbol candidate area detection method
JP2656802B2 (en) Drawing input device
JPH06131466A (en) Method and device for recognizing pattern
JP2863530B2 (en) Line image recognition device
JP2002334301A (en) Method and program for extracting feature point of binary image
JP2800544B2 (en) Image data centering processing method
JP2881080B2 (en) Feature extraction method
JP2925303B2 (en) Image processing method and apparatus
JPH0316667B2 (en)
JPH11126216A (en) Automatic drawing input device
JPS622382A (en) Feature extracting devie for pattern
JPH07319942A (en) Method for recognizing line kind in automatic drawing input device
JPH10312460A (en) Image processing method and high precision image processor
JPH02266478A (en) Method for recognizing drawing
JP2838556B2 (en) Image processing device
JPH0527905B2 (en)
JP2785438B2 (en) Character recognition method
JPH0420221B2 (en)