JPS63104190A - Drawing read system - Google Patents

Drawing read system

Info

Publication number
JPS63104190A
JPS63104190A JP24942186A JP24942186A JPS63104190A JP S63104190 A JPS63104190 A JP S63104190A JP 24942186 A JP24942186 A JP 24942186A JP 24942186 A JP24942186 A JP 24942186A JP S63104190 A JPS63104190 A JP S63104190A
Authority
JP
Japan
Prior art keywords
basic
elements
specific
dictionary
storage means
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
JP24942186A
Other languages
Japanese (ja)
Inventor
Yasuhiko Terao
寺尾 保彦
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP24942186A priority Critical patent/JPS63104190A/en
Publication of JPS63104190A publication Critical patent/JPS63104190A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

PURPOSE:To speed up recognition processing by providing a dictionary which stores a specific figure that an operator wants to recognize as combinations of basic graphic elements. CONSTITUTION:A binarization means 12 binarizes a figure read out of a drawing 11. The binary picture data is stored in a binary picture storage means 13, and handed to a basic graphic element recognition means 14. First, it converts the binary picture data into short vector data, obtains vector data from the short vector data and recognizes basic graphic elements. The recognized basic graphic elements and parameters such as their coordinates and sizes are stored in a drawing basic graphic element group storage means 15. A specific figure recognition means 17 compares a set of basic graphic elements which are read out of the drawing and outputted from the drawing basic graphic element group storage means 15 with a set of basic graphic elements of a specific figure in a dictionary, which is outputted from a dictionary storage means 16, calculates a degree of similarity as a difference, evaluates it and recognizes the specific figure.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、図面中の所定の図形を検出してその形状を
認識する図面読取方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a drawing reading method for detecting a predetermined figure in a drawing and recognizing its shape.

〔従来の技術〕[Conventional technology]

第7図は例えば情報処理振興協会技術センター報告書5
9技−043に示された従来の図面読取方式を示す判定
木の構成図であり、図において、1は2イ直画像データ
からその特徴量の抽出を行なう特徴抽出ボックス、2は
特徴量によって特定図形の分類を行なう判定ボックスで
、階層構造をなしており、前記特徴抽出ボックス1から
の前記特徴量は最上階層の判定ボックス2が受取る。3
は各々が分類された特定図形のシンボルを1グループず
つ保有してパターンマツチングを行うマツチングボック
スで、最下階層の前記判定ボックス2の各分岐対応に設
けられている。
Figure 7 shows, for example, Information-technology Promotion Association Technology Center Report 5.
This is a configuration diagram of a decision tree showing the conventional drawing reading method shown in 9-technique-043. These judgment boxes are used to classify specific figures, and have a hierarchical structure, and the feature amount from the feature extraction box 1 is received by the judgment box 2 in the highest hierarchy. 3
is a matching box that performs pattern matching by holding one group of classified specific graphic symbols, and is provided corresponding to each branch of the determination box 2 at the lowest level.

次に動作について説明する。図面から読取られた所定の
図形は2値画像データとして特徴抽出ボックス1へ送ら
れる。特徴抽出ボックス1では受取った2値画像データ
を細線化してベクトルデータな作成した後に、閉曲線数
、開端点数などの特徴量を抽出し、これを最大階層の判
定ボックス2へ渡す。判定ボックス2では前記所定の図
形をその特徴量に基づいて階層毎に順次分岐させてゆき
、最下階層の判定ボックス2よりマツチングボックス3
の1つに渡す。
Next, the operation will be explained. A predetermined figure read from the drawing is sent to the feature extraction box 1 as binary image data. The feature extraction box 1 thins the received binary image data to create vector data, extracts feature quantities such as the number of closed curves and the number of open end points, and passes this to the determination box 2 of the largest hierarchy. In the judgment box 2, the predetermined figure is sequentially branched for each layer based on its feature amount, and the matching box 3 is selected from the judgment box 2 in the lowest layer.
Pass it to one of the

このようにして、前記所定の図形が渡されたマツチング
ボックス3では、これと保有しているグループのシンボ
ルとのパターンマツチングを行なりて、前記所定の図形
のシンボルを特定し認識する。
In this way, the matching box 3 to which the predetermined figure has been passed performs pattern matching between this and the symbols of the group it holds, thereby specifying and recognizing the symbol of the predetermined figure.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来の図面読取方式は以上のように構成されているので
、認識したい特定図形種を追加しようとする場合、特徴
量の判定の種類や数、さらにはパターンマツチングのた
めのシンボルのグループ数等を増やさなければならず、
その都度具体的手段を再検討することが必要になり、ま
た認識対象領域をいちいち切出さなければならないなど
の問題点があった。
Conventional drawing reading methods are configured as described above, so when you want to add a specific figure type that you want to recognize, you need to know the type and number of feature values to be determined, as well as the number of symbol groups for pattern matching. must be increased,
There were problems such as the need to reconsider the specific method each time, and the recognition target area had to be extracted one by one.

この発明は上記のような問題点を解消するためになされ
たもので、特定図形種の追加に際しても具体的手段の再
検討の必要がなく、特定図形の認識の高速化がはかれる
図面読取方式を得ることを目的とする。
This invention was made in order to solve the above-mentioned problems, and it provides a drawing reading method that does not require reconsideration of specific means when adding a specific figure type and speeds up the recognition of specific figures. The purpose is to obtain.

〔問題点を解決するための手段〕[Means for solving problems]

この発明に係る図面読取方式は、認識したい特定図形を
基本図形要素の組合せ・とじて複数記憶している辞書を
持ち、読取りたい図面を2値画像データとして読取りて
、その2値画像データより前記図面から読取った図形を
基本図形要素として認識し、次に前記図面の図形の基本
図形要素中の大きさ最大の要素と同種類の基本要素を辞
誉め特定図形の基本図形要素中に最大要素として持つも
のを候補として選び、この各々の候補の図形要素の組と
比較し、比率による大きさ合せ1回転合せ。
The drawing reading method according to the present invention has a dictionary that stores a plurality of specific figures to be recognized as combinations of basic figure elements, reads the drawing to be read as binary image data, and uses the binary image data to The figure read from the drawing is recognized as a basic figure element, and then the basic element of the same type as the largest element among the basic figure elements of the figure in the drawing is selected as the largest element among the basic figure elements of the specific figure. Select the one with the above as a candidate, compare it with the set of graphic elements of each candidate, and match the size by one rotation according to the ratio.

位置合せを行い相互の基本図形要素の配置位置などを誤
差として評価するようにしたものである。
The alignment is performed and the mutual arrangement positions of basic graphical elements are evaluated as errors.

〔作 用〕[For production]

この発明における図面読取方式は、直線2円弧。 The drawing reading method in this invention is a straight line and two circular arcs.

円、三角、四角などの基本図形要素で認識したい特定図
形をあられして辞書とし、また、図面から読取った所定
の図形と辞書の特定図形を比較してその基本図形要素間
での配置位置などの誤差を評価することにより特定図形
が認識されるものであり、特定したい図形種な追加する
場合には、その図形を基本図形要素で表現してやるだけ
でよく、具体的手段の再検討までは必要としない。なお
、上記特定図形は辞書に登録されている図形の任意の拡
大率である相似形でもよい。
You can create a dictionary by collecting specific shapes that you want to recognize using basic graphical elements such as circles, triangles, and squares, and also compare the specified shapes read from the drawing with the specific shapes in the dictionary to determine the placement position among the basic graphical elements. A specific figure can be recognized by evaluating the error in the figure, and if you want to add a type of figure that you want to specify, you only need to express that figure with basic figure elements, and it is not necessary to reconsider the specific method. I don't. Note that the above-mentioned specific figure may be a similar figure that is an arbitrary enlargement ratio of the figure registered in the dictionary.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。第1
図において、11は読取りたい図面、12はこの図面1
1から読取った図形の2値画像データを作成する2値化
手段、13は2値化手段12からの2値画像データを記
憶する2値画像記憶手段、14は前記2値画像データか
ら、直線1円弧。
An embodiment of the present invention will be described below with reference to the drawings. 1st
In the figure, 11 is the drawing you want to read, 12 is this drawing 1
Binarization means 13 creates binary image data of the figure read from 1, binary image storage means 13 stores the binary image data from the binarization means 12, and 14 creates a straight line from the binary image data. 1 arc.

円、三角、四角などの基本図形要素とその大きさ。Basic geometric elements such as circles, triangles, and squares and their sizes.

位置、方向などのパラメータを得る基本図形要素認識手
段、15は基本図形要素認識手段14からの基本図形要
素とそのパラメータを記憶する図面基本図形要素群記憶
手段、16は認識したい特定図形が直線1円弧9円、三
角、四角などの基本図形要素で構成される辞書を記憶し
ている辞書記憶手段、17は前記図面基本図形要素群記
憶手段15からの図面の図形の基本図形要素の組を前記
辞書記憶手段16の辞書内の特定図形の基本図形要素の
組と比較し、相互の基本図形要素間での誤差を評価して
特定図形を認識する特定図形認識手段、18は特定図形
認識手段17の認識結果を記憶する認識結果記憶手段で
ある。
Basic figure element recognition means for obtaining parameters such as position and direction; 15, drawing basic figure element group storage means for storing the basic figure elements and their parameters from the basic figure element recognition means 14; 16, when the specific figure to be recognized is a straight line 1; Dictionary storage means 17 stores a dictionary consisting of basic graphical elements such as arcs, triangles, squares, etc.; reference numeral 17 stores a set of basic graphical elements of drawing figures from the drawing basic graphical element group storage means 15; Specific figure recognition means 18 recognizes a specific figure by comparing it with a set of basic figure elements of a specific figure in the dictionary of the dictionary storage means 16 and evaluating the error between mutual basic figure elements; 18 is a specific figure recognition means 17; This is a recognition result storage means for storing recognition results.

次に動作について説明する。ここで、第2図は読取られ
る図面11の一例を示す平面図、第3図及び第4図はそ
の基本図形要素の認識過程を示す説明図である。
Next, the operation will be explained. Here, FIG. 2 is a plan view showing an example of the drawing 11 to be read, and FIGS. 3 and 4 are explanatory diagrams showing the recognition process of its basic graphical elements.

図面11から読取られた図形(例えば第2図に破線21
で囲んだ部分)は2値化手段12によりて2値画像デー
タとなる。第3図Aがこの2値画像データを示すもので
あり、各黒点22には位置としてX座標及びX座標が与
えられる。この2値画像データは2値画像記憶手段13
に記憶され、基本図形要素認識手段14に渡される。
Figures read from drawing 11 (for example, broken line 21 in Fig. 2)
The portion surrounded by ) is converted into binary image data by the binarization means 12. FIG. 3A shows this binary image data, and each black point 22 is given an X coordinate and an X coordinate as a position. This binary image data is stored in the binary image storage means 13.
and is passed to the basic graphic element recognition means 14.

基本図形要素認識手段14では、まず前記2値図像デー
タを短ベクトルデータに変換し、次いでこの短ベクトル
データからベクトルデータを得て基本図形要素を認識す
る。第3図Bがこの短ベクトルデータを示すものであり
、各短ベクトル23は始点及び終点の座標を有し、前記
2値画像データの黒点22のかたまりの微小部分から得
られる。
The basic graphic element recognition means 14 first converts the binary iconographic data into short vector data, and then obtains vector data from the short vector data to recognize basic graphic elements. FIG. 3B shows this short vector data, and each short vector 23 has coordinates of a starting point and an ending point, and is obtained from a minute portion of a mass of black points 22 of the binary image data.

また、第3図Cはこれら各短ベクトル23の結合関係、
ベクトル角度変化などから得たベクトルデータであり、
図面11より読取った図形21の各辺は始点及び終点の
座標を有する長ベク)/F/24として認識される。
Moreover, FIG. 3C shows the connection relationship of each of these short vectors 23,
Vector data obtained from vector angle changes, etc.
Each side of the figure 21 read from the drawing 11 is recognized as a long vector )/F/24 having the coordinates of a starting point and an ending point.

ここで、図面11より読取りた図形が円である場合には
、第4図Aの如き短ベクトルデータ25から第4図Bに
示す中心座標と半径によって規定される円26として認
識される。このようにして認識された直線2円2円弧、
三角、四角などの基本図形要素とその座標、大きさ等の
パラメータは図面基本図形要素群記憶手段15に記憶さ
れる。
Here, if the figure read from drawing 11 is a circle, it is recognized as a circle 26 defined by the center coordinates and radius shown in FIG. 4B from the short vector data 25 as shown in FIG. 4A. Straight line 2 circles 2 arcs recognized in this way,
Basic graphical elements such as triangles and squares and parameters such as their coordinates and sizes are stored in the drawing basic graphical element group storage means 15.

特定図形認識手段17はこの図面基本図形要素群記憶手
段15からの図面から読取った図形の基本図形要素の組
と辞書記憶手段16からの辞書の特定図形の基本図形要
素の組と比較して、類似度を誤差として計算し、この誤
差を評価して特定図形の認識を行なう。
The specific figure recognition means 17 compares the set of basic figure elements of the figure read from the drawing from the drawing basic figure element group storage means 15 with the set of basic figure elements of the specific figure of the dictionary from the dictionary storage means 16, The degree of similarity is calculated as an error, and this error is evaluated to recognize a specific figure.

第5図はこの認識過程を示す説明図であり、第6図はそ
の処理の流れを示すフローチャートである。第5図Aに
は、右側にD1〜D606本の線分に基本図形要素化さ
れた図面11の破線21で囲まれた部分から読取った図
形が示されている。
FIG. 5 is an explanatory diagram showing this recognition process, and FIG. 6 is a flowchart showing the flow of the process. FIG. 5A shows a figure read from a portion surrounded by a broken line 21 in the drawing 11, which is converted into basic figure elements into six line segments D1 to D60 on the right side.

ステップST1においてこの辞書の基本図形要素中の最
大のもの、例えばzlが選択され、ステップST2にお
いて、図面の基本図形要素中の最大の要素(例えばDI
)を選択し、この要素と同様の要素をやはり最大の要素
として持つ辞書構成要素を候補としてリストアツブする
。第5図の左側はこの候補のひとつであり、21〜z6
の6本の線分に基本図形要素化されている。
In step ST1, the largest element among the basic graphical elements of this dictionary, for example, zl, is selected, and in step ST2, the largest element among the basic graphical elements of the drawing (for example, DI
) and restore the dictionary components that also have an element similar to this element as the largest element as candidates. The left side of Figure 5 is one of these candidates, 21~z6
It is converted into basic graphical elements into six line segments.

ステップST4〜ST8は、ひとつの候補に対する誤差
評価手順である。ステップST4において選択されたこ
れら両者が対応付けられ、第5図Bに示すように基本図
形要素D1を基本図形要素z1の位置まで移動させた場
合の平行移動量と回転量及び拡大比率を得、ステップS
T5において残った基本図形要素D2〜D6を第5図C
に示すように前記平行移動量と回転量に従って移動させ
拡大縮小させる。
Steps ST4 to ST8 are error evaluation procedures for one candidate. Both of these selected in step ST4 are correlated, and as shown in FIG. 5B, the amount of parallel movement, amount of rotation, and enlargement ratio when basic graphic element D1 is moved to the position of basic graphic element z1 are obtained, Step S
The basic figure elements D2 to D6 remaining at T5 are shown in Fig. 5C.
As shown in the figure, the image is moved and scaled according to the amount of parallel movement and the amount of rotation.

次にステップSTTとステップST8のループによって
、辞書の基本図形要素22〜z5に図面の基本図形要素
D2〜D5を対応させて誤差の最小となるものをそれぞ
れ対とし、その誤差をステップ1376でクリアされた
誤差エリアに総合誤差として頴次加算してゆく。
Next, through a loop of steps STT and ST8, the basic graphical elements 22 to z5 of the dictionary are made to correspond to the basic graphical elements D2 to D5 of the drawing, and those with the minimum error are made into pairs, and the errors are cleared in step 1376. The total error is then added to the error area calculated as a total error.

ここで、この誤差の計算は、基本図形要素が線分の場合
であれば、例えば辞書側の線分の端点と図面側の線分の
端点の間の距離の二乗と定義して計算され、円の場合で
あれば中心位置間の距離の二乗と半径差の二乗和、三角
の場合であれば3つの頂点間の各々の距離の二乗和、四
角の場合であれば4つの頂点間の各々の距離の二乗和と
定義して計算する。
Here, if the basic graphic element is a line segment, this error is calculated by defining it as the square of the distance between the end point of the line segment on the dictionary side and the end point of the line segment on the drawing side, for example, In the case of a circle, the square of the distance between the center positions and the square of the radius difference; in the case of a triangle, the sum of the squares of the distances between each of the three vertices; in the case of a square, the sum of the squares of the distances between each of the four vertices It is calculated by defining it as the sum of squares of the distances.

次に、このようにして計算された総合誤差は、ステップ
ST9において前回計算された総合誤差と比較され、小
さな場合にのみその値を更新してステップST3へ処理
を戻す。
Next, the total error calculated in this way is compared with the previously calculated total error in step ST9, and only if it is small, the value is updated and the process returns to step ST3.

ここで、この総合誤差の格納エリアには初期値として、
例えば格納可能な最大の値がセクトされている。処理が
戻されたステップST3ではりスドアツブされた候補中
で残りのひとつを選択し、以後同様の処理が繰返される
Here, the storage area for this total error has the initial value:
For example, the maximum value that can be stored is sected. At step ST3, where the process is returned, one of the remaining candidates is selected from among the saved candidates, and the same process is repeated thereafter.

ステップST10において最終的に残った最小の総合誤
差が許容値と比較される。その結果、許容値よりも小さ
ければ、ステップST11において前記最小の総合誤差
を得た基本図形要素の組合せを認識したい特定図形であ
ると判定して後処理を行ない、許容値よりも太きければ
、ステップ5T12において認識したい特定図形はない
と判定して後処理を行なう。
In step ST10, the final remaining minimum total error is compared with a tolerance value. As a result, if it is smaller than the tolerance value, it is determined in step ST11 that the combination of basic graphic elements that obtained the minimum total error is the specific figure to be recognized, and post-processing is performed; if it is thicker than the tolerance value, In step 5T12, it is determined that there is no specific figure to be recognized, and post-processing is performed.

ステップ5T13,5T14では、特定済または特定不
可の基本図形要素の抹消を行い、ステップST15では
、残りの基本図形要素の有無を判定する。残りがある場
合は、ステップST1にもどり、新たに別の図形の特定
をはじめる。
In steps 5T13 and 5T14, specified or unspecified basic graphic elements are deleted, and in step ST15, it is determined whether there are any remaining basic graphic elements. If there are any remaining figures, the process returns to step ST1 and starts specifying another figure.

なお、上記実施例では辞書側の座標系にあわせて誤差評
価を行なう場合について説明したが、図面側の座標系に
あわせて誤差評価を行なってもよく、上記実施例と同様
の効果を奏する。
In the above embodiment, a case has been described in which the error evaluation is performed in accordance with the coordinate system on the dictionary side, but the error evaluation may be performed in accordance with the coordinate system on the drawing side, and the same effect as in the above embodiment is achieved.

〔発明の効果〕〔Effect of the invention〕

以上のように、この発明によれば、特定したい図形を直
線2円、三角、四角などの基本図形要素で表わして特定
図形の認識を行なう構成としたので、特定したい図形種
を追加する場合でも、認識を行なうための具体的手段を
再検討する必要がなく、さらに、最大の基本図形要素に
て、大きさ合せを行っているため、辞書に対して、相似
形の図形の特定も行える図面読取方式が得られる効果が
ある。
As described above, according to the present invention, since the configuration is such that the figure to be specified is represented by basic figure elements such as two straight circles, triangles, and squares, and the specific figure is recognized, even when adding the figure type to be specified, , there is no need to reconsider the specific means for recognition, and since the size is matched using the largest basic graphical element, it is possible to identify similar shapes using a dictionary. This has the effect of providing a reading method.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の一実施例による図面読取方式を示す
構成図、第2図は入力される図面の一例を示す平面図、
第3図及び第4図はこの発明における基本図形要素の認
識過程を示す説明図、第5図はこの発明における特定図
形の認識過程を示す説明図、第6図はその処理の流れを
示すフローチャート、第7図は従来の図面読取方式を示
す判定木の構成図である。 11は図面、12は2値化手段、13は2値画像記憶手
段、14は基本図形要素認識手段、15は図面基本図形
要素群記憶手段、16は辞書記憶手段、17は特定図形
認識手段、D1〜D6及びz1〜z6は基本図形要素。 なお、図中、同一符号は同一、又は相当部分を示す。 特許出願人    三菱電機株式会社 (外2名)
FIG. 1 is a block diagram showing a drawing reading method according to an embodiment of the present invention, FIG. 2 is a plan view showing an example of a drawing to be input,
FIGS. 3 and 4 are explanatory diagrams showing the recognition process of basic graphic elements in this invention, FIG. 5 is an explanatory diagram showing the recognition process of specific shapes in this invention, and FIG. 6 is a flowchart showing the flow of the process. , FIG. 7 is a configuration diagram of a decision tree showing a conventional drawing reading method. 11 is a drawing, 12 is a binarization means, 13 is a binary image storage means, 14 is a basic figure element recognition means, 15 is a drawing basic figure element group storage means, 16 is a dictionary storage means, 17 is a specific figure recognition means, D1 to D6 and z1 to z6 are basic graphical elements. In addition, in the figures, the same reference numerals indicate the same or equivalent parts. Patent applicant: Mitsubishi Electric Corporation (2 others)

Claims (1)

【特許請求の範囲】[Claims] 図面中の所定の図形を検出してその形状の認識を行なう
図面読取方式において、前記図面より読取られた図形の
2値画像データを記憶する2値画像記憶手段と、前記2
値画像データから得た基本図形要素とこの基本図形要素
の大きさ、位置、方向などのパラメータとを記憶する図
面基本図形要素群記憶手段と、認識したい特定図形が前
記基本図形要素で構成され該基本図形要素を辞書構成要
素として複数登録している辞書を記憶している辞書記憶
手段を備え、前記図面から読取った図形の基本図形要素
中、最も大なる基本図形要素と同種類の基本図形要素を
最大の基本図形要素として持つ辞書構成要素を認識した
い特定図形の候補として選び、この候補についてそれぞ
れ最大の基本図形要素間で比率による大きさ合せ、平行
移動回転を行い、前記図面から読取った図形の基本図形
要素の組合せを前記辞書の特定図形の基本図形要素中の
大きなものから順に対応させ、これら両基本図形要素間
の誤差を計算して総和し、この総和量が最小となる候補
を認識したい特定図形と判定し、前記図面の基本図形要
素から特定図形に相当する基本図形要素を抹消し、残っ
た図面の基本図形要素に対して上記判定をくり返し行う
ことを特徴とする図面読取方式。
In a drawing reading method for detecting a predetermined figure in a drawing and recognizing its shape, a binary image storage means for storing binary image data of a figure read from the drawing;
a drawing basic figure element group storage means for storing basic figure elements obtained from value image data and parameters such as the size, position, direction, etc. of the basic figure elements; A dictionary storage means that stores a dictionary in which a plurality of basic graphic elements are registered as dictionary constituent elements, and the basic graphic element is the same type as the largest basic graphic element among the basic graphic elements of the figure read from the drawing. Select the dictionary component that has as the largest basic figure element as a candidate for the specific figure that you want to recognize, and for each of these candidates, size matching by proportion, translation and rotation are performed between the largest basic figure elements, and the figure read from the drawing is The combinations of basic figure elements of the specific figure in the dictionary are made to correspond in descending order of the basic figure elements, the errors between these two basic figure elements are calculated and summed, and the candidate for which this total amount is the smallest is recognized. A drawing reading method characterized in that a specific figure is determined to be a desired specific figure, a basic figure element corresponding to the specific figure is deleted from the basic figure elements of the drawing, and the above determination is repeated for the remaining basic figure elements of the drawing.
JP24942186A 1986-10-22 1986-10-22 Drawing read system Pending JPS63104190A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24942186A JPS63104190A (en) 1986-10-22 1986-10-22 Drawing read system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24942186A JPS63104190A (en) 1986-10-22 1986-10-22 Drawing read system

Publications (1)

Publication Number Publication Date
JPS63104190A true JPS63104190A (en) 1988-05-09

Family

ID=17192724

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24942186A Pending JPS63104190A (en) 1986-10-22 1986-10-22 Drawing read system

Country Status (1)

Country Link
JP (1) JPS63104190A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5398293A (en) * 1990-12-28 1995-03-14 Mutoh Industries, Ltd. System for editing image data
JPH09102037A (en) * 1995-10-05 1997-04-15 Nippon Telegr & Teleph Corp <Ntt> Drawing recognition method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5398293A (en) * 1990-12-28 1995-03-14 Mutoh Industries, Ltd. System for editing image data
JPH09102037A (en) * 1995-10-05 1997-04-15 Nippon Telegr & Teleph Corp <Ntt> Drawing recognition method

Similar Documents

Publication Publication Date Title
US4783829A (en) Pattern recognition apparatus
US8570383B2 (en) Apparatus, method and computer program for recognizing a gesture in a picture, and apparatus, method and computer program for controlling a device
Chua et al. Point signatures: A new representation for 3d object recognition
US6091839A (en) Fingerprint characteristic extraction apparatus as well as fingerprint classification apparatus and fingerprint verification apparatus for use with fingerprint characteristic extraction apparatus
CA2224540A1 (en) Method and apparatus for on-line handwritten input character recognition and recording medium for executing the method
CN113505789A (en) Electrical equipment nameplate text recognition method based on CRNN
CN114694134A (en) Tray identification and positioning method based on depth camera point cloud data
Gattal et al. Segmentation and recognition strategy of handwritten connected digits based on the oriented sliding window
CN110378337B (en) Visual input method and system for drawing identification information of metal cutting tool
JPS63104190A (en) Drawing read system
CN111899235A (en) Image detection method, image detection device, electronic equipment and storage medium
Heutte et al. Combining structural and statistical features for the recognition of handwritten characters
JPS63104189A (en) Drawing read system
CN115018910A (en) Method and device for detecting target in point cloud data and computer readable storage medium
Allezard et al. Recognition of 3d textured objects by mixing view-based and model-based representations
JP2007004709A (en) Object pattern detecting method and device thereof
JPS62286187A (en) Drawing reading system
Jain et al. Corner extraction from indoor environment for mobile robot mapping
Batuwita et al. A customizable fuzzy system for offline handwritten character recognition
Rives et al. Detection of patterns in images from piecewise linear contours
Narabu et al. Automatic manufacturing feature extraction of CAD models for machining
Kuno et al. Object recognition using a feature search strategy generated from a 3D model
Mahmood et al. Surface Patch Detection of 3D Point Cloud Using Local Shape Descriptor
JPH0420503B2 (en)
Pugin et al. Filtering of meaningful features of fuzzy hough transform