JPH0585060B2 - - Google Patents
Info
- Publication number
- JPH0585060B2 JPH0585060B2 JP62317343A JP31734387A JPH0585060B2 JP H0585060 B2 JPH0585060 B2 JP H0585060B2 JP 62317343 A JP62317343 A JP 62317343A JP 31734387 A JP31734387 A JP 31734387A JP H0585060 B2 JPH0585060 B2 JP H0585060B2
- Authority
- JP
- Japan
- Prior art keywords
- propagation
- components
- vector
- characters
- recognition
- 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.)
- Expired - Lifetime
Links
Landscapes
- Character Discrimination (AREA)
Description
〔産業上の利用分野〕
本発明は、文字・図形等のパターンを認識する
ための認識方法に関するものである。
〔従来の技術〕
文字・図形等のパターン認識を行う有力な手段
の一つに相関法がある。相関法により文字・図形
等のパターン認識を行う装置においては、元の2
次元画像そのものから相関計算して認識を行うよ
りも、一旦、特徴抽出処理を行つて高次特徴同志
で相関を取つた方が良い結果が得られることが知
られており、このような観点から例えば、特開昭
59−792号公報のような提案が成されている。こ
の方式は、優れた実験結果を残しており、そのこ
とは、電子通信学会論文集(D)J67−D,2(昭和59
年2月)のpp224〜231やJ67−D,12(昭和59年
2月)のpp1442〜1449に「文字認識のための相
関法の一改良」として発表されている。以下、そ
の概略につき第5図のフローチヤートを参照して
説明する。
こゝでは認識の対象となる文書を入力した後、
二次元ラインセンサの如き光電変換手段により光
電変換して(参照)その画像データをメモリに
格納し、このデータに対しては図示はされていな
いがコンピユータ等の計算手段により位置合わ
せ、ベクトル化、大きさの正規化等を行い(,
参照)、さらに伝播停止処理を繰り返して(,
,参照)高次特徴量を抽出し、2次元のガウ
ス形重み関数の畳込みを含むベクトル面間の配分
によるボケ処理を行い(参照)、所定の辞書パ
ターンとの間で類似度計算をするとゝもにその最
大値を検出し(,参照)、認識結果として出
力する。
以上のことに関し、第6図ないし第10図を参
照してもう少し具体的に説明する。なお、第6図
は単位方向ベクトルを示す説明図、第7図は空間
微分マスクを示す構成図、第8図は結合係数マス
クを示す構成図、第9図は伝播停止処理の概念を
説明する説明図、第10図は伝播停止処理条件を
説明する説明図である。
先ず、白黒に2値化された画像を所定の大きさ
のメツシユに空間量子化するとともに、各メツシ
ユについて文字を構成する黒部分(ストローク成
分)と白地の背景成分)との境界を取り出しさら
に、これを第6図の如く45度間隔で定義された単
位ベクトルg1〜g8により、係数の2乗和を最小
にする線形結合で表現する。この境界成分を表す
線形結合係数を容易に求めるため、第7図の空間
微分マスクMAx,MAyと第8図の結合係数マス
クMB1,MB2,MB3,MB4を用いる。つまり、
空間微分マスクMAx,MAyにより、境界の空間
微分値がX方向成分,Y方向成分の組(▽x,▽
y)として得られ、結合係数マスクMB1〜MB4に
より非零の単位ベクトル番号とその係数が得られ
る。
こうして、X座標i、Y座標j、単位ベクトル
kに対して結合係数PがP(i,j,k)として
表され、kをパラメータとするベクトル面Pk
(i,j)と考える。即ち、
Px(i,j)=P(i,j,k)
とする。次に、大きさの正規化をPk(i,j)に
行つた後の方向別パタンQk(i,j)を、まず、
定められた方向へと伝播せしめ、次いで停止処理
を行う。これを所定の回数繰り返す。伝播処理は
ベクトル成分の向きに単位位置だけ移動させるこ
とである。直交成分については文字通りである
が、斜め成分については直交座標上の格子点を使
用している便宜上、水平、垂直成分に分解して伝
播させる。従つて、もともと8方向の成分であつ
たが、停止・伝播処理の演算の都合で第1表のよ
うに、みかけ(中間経過)では12面となる。
第n回目の伝播処理の結果を、Qk (n)(i,j)
とすると、そのアルゴリズムは次のように表せ
る。
Qk (n)(i+λk,j+μk)=Qk (n-1)(i,j)
但し、Qk (O)(i,j)=Qk(i,j)とする。
なお、λk、μkはベクトル面毎の単位位置移動方向
を示している。λk、μkの値を第1表に示す。ま
た、伝播処理はそのバリエーシンとして直交成
分、斜め成分について任意の重み付けをすること
ができる。斜め成分の重みを0にすば水平、垂直
成分のみとすることもできる。但し、斜め成分は
水平、垂直成分に分解して伝播させているので、
重み付けの際はこの点に注意する必要がある。
[Industrial Application Field] The present invention relates to a recognition method for recognizing patterns such as characters and figures. [Prior Art] One of the effective means for recognizing patterns such as characters and figures is the correlation method. In devices that recognize patterns such as characters and figures using the correlation method, the original two
It is known that better results can be obtained by first performing feature extraction processing and then correlating higher-order features than performing recognition by calculating correlations from the dimensional image itself.From this perspective, For example, Tokukai Akira
Proposals such as those in Publication No. 59-792 have been made. This method has yielded excellent experimental results, which is evidenced by the fact that the Proceedings of the Institute of Electronics and Communication Engineers (D) J67-D, 2
It was published as ``Improvements of the correlation method for character recognition'' in pp. 224-231 of J67-D, 12 (February 1980), pp. 1442-1449. The outline thereof will be explained below with reference to the flowchart of FIG. Here, after inputting the document to be recognized,
The image data is photoelectrically converted (referenced) by a photoelectric conversion means such as a two-dimensional line sensor and stored in a memory, and this data is aligned, vectorized, and converted by a computer or other calculation means (not shown). Normalize the size, etc. (,
), and then repeat the propagation stop process (,
, Reference) Extract high-order features, perform blur processing by distributing them between vector planes including convolution of a two-dimensional Gaussian weight function (see), and calculate similarity with a predetermined dictionary pattern. It also detects the maximum value (see ) and outputs it as the recognition result. The above will be explained in more detail with reference to FIGS. 6 to 10. Furthermore, Fig. 6 is an explanatory diagram showing a unit direction vector, Fig. 7 is a block diagram showing a spatial differential mask, Fig. 8 is a block diagram showing a coupling coefficient mask, and Fig. 9 explains the concept of propagation stop processing. An explanatory diagram, FIG. 10, is an explanatory diagram illustrating propagation stop processing conditions. First, a black and white binarized image is spatially quantized into meshes of a predetermined size, and for each mesh, the boundaries between the black part (stroke component) and the white background component that make up the characters are extracted, and further, This is expressed as a linear combination that minimizes the sum of squares of coefficients using unit vectors g1 to g8 defined at 45 degree intervals as shown in FIG. In order to easily obtain the linear combination coefficients representing this boundary component, the spatial differential masks MA x , MA y shown in FIG. 7 and the combination coefficient masks MB 1 , MB 2 , MB 3 , MB 4 shown in FIG. 8 are used. In other words,
Using the spatial differential masks MA x and MA y , the spatial differential value of the boundary is a set of X direction component and Y direction component ( ▽
y ), and non-zero unit vector numbers and their coefficients are obtained using the coupling coefficient masks MB 1 to MB 4 . In this way, the coupling coefficient P is expressed as P (i, j, k) for X coordinate i, Y coordinate j, and unit vector k, and the vector plane P k with k as a parameter is expressed as P (i, j, k).
Consider (i, j). That is, P x (i, j) = P (i, j, k). Next, after normalizing the size of P k (i, j), the direction-specific pattern Q k (i, j) is first expressed as
The signal is allowed to propagate in a predetermined direction, and then a stop process is performed. This is repeated a predetermined number of times. The propagation process is to move by a unit position in the direction of the vector component. The orthogonal component is literal, but the diagonal component is separated into horizontal and vertical components and propagated for convenience by using grid points on orthogonal coordinates. Therefore, although there were originally components in eight directions, there are apparently 12 directions (intermediate progress) as shown in Table 1 due to the calculation of the stop and propagation processing. The result of the n-th propagation process is Q k (n) (i, j)
Then, the algorithm can be expressed as follows. Q k (n) (i+λ k,j +μ k )=Q k (n-1) (i, j) where Q k (O) (i, j)=Q k (i, j).
Note that λ k and μ k indicate the direction of unit position movement for each vector plane. Table 1 shows the values of λ k and μ k . Further, in the propagation process, arbitrary weighting can be applied to orthogonal components and oblique components as variations thereof. By setting the weight of the diagonal component to 0, only the horizontal and vertical components can be used. However, since the diagonal component is separated into horizontal and vertical components and propagated,
This point must be kept in mind when assigning weights.
しかしながら、この方式による成果は教育漢字
データベースという限られた実験範囲で得られた
ものであり、手書き文字認識やマルチフオントの
印刷文字認識等の分野でJIS第二水準の範囲で実
用にしてみると、筆記者の手書き変形やフオント
の多様さに加え、字画の多い文字の出現率が増加
するため、複雑な文字同志、または複雑な文字と
仮名文字が分離し難くなり、未だ改善の余地があ
ることが明らかになつた。
従つて、本発明は上述の点に鑑み、文字の構造
が明示的に表現され、故に手書き変形やフオント
毎の細部の違いに左右されない安定した特徴が得
られるよう、その特徴抽出方法を改良し、その結
果、複雑な文字でも容易に分離し得る、認識率の
高い認識方法を提供することを目的とするもので
ある。
〔問題点を解決するための手段〕
従来の単純な特徴パターンを、文字の構造を最
外郭から内深部への深さとして明示的に表現でき
るよう、特徴パターンの次数を増やす。
すなわち、
本発明では固定的に1方向へと伝播するので
はなく、メツシユ毎に伝播、停止処理を所定回
数実行した後停止した成分のみ残して終了させ
る処理を、伝播方向を交互に反転させて繰り返
し行う。
各終了時に停止した成分を高次特徴パターン
として保存しておき、認識の際、それぞれを独
立した特徴として相関値を求める。
〔作用〕
保存された特徴パターンを時系列に沿つてなら
べると、反転の度にその時の最外郭成分が特徴面
の外部へ流出していくので、内深部の成分程、後
まで残ることになる。従つて、上記,項によ
り、構造上良く似ている文字例えば、「自」と
「白」、「天」と「大」等が良く分離し、認識率が
向上する。
〔実施例〕
第1図は本発明の実施例を示すフローチヤート
である。これは、第5図と対応するものである
が、従来と同じ部分は省略し、異なる部分(第5
図のステツプ〜に相当する部分)だけを示し
たものである。
すなわち、文字を構成する線分の8つの方向別
パターンQk(i,j)を、まず、定められた方向
へと伝播せしめ(参照)、次いで停止処理を行
う(参照)。これを所定の回数だへ繰り返す。
その後は固定的に1方向へと伝播し続けるのでは
なく、一旦、停止処理した特徴パターンから停止
しなかつた成分を除去した後、これを前とは反対
方向に伝播せしめ(参照)、逆向きのベクトル
成分として伝播停止処理を再び所定の回数だけ繰
り返す(参照)。このようにして、停止処理後
の特徴パターンを反転の度に保存しておき、M回
反転を繰り返す。なお、反転の繰り返し数はメモ
リの容量に応じて定まり、4,5回で終了する場
合もあり、パターンがなくなるまで繰り返す場合
もある。通常は4〜8である。
以下、より詳細に説明する。
まず、伝播処理は基本的に従来と同様であり、
反転の度に伝播方向が逆むきになる点が異なる。
水平、垂直成分についてはベクトル成分の向き
に、また斜め成分については水平、垂直成分に分
解して単位位置だけ移動させる。従つて、もとも
と8方向の成分であつたが、演算の都合で第2表
のように、みかけでは12面となる。第m回反転
後、第n回目の伝播処理の結果をQk (n)(i,j)
とすると、そのアルゴリズムは次のように表せ
る。
Qk (n)(i+ωn・λk,j+ωn・μk)
=Qk (n-1)(i,j)
但し、
ωn=(−1)(m+1),
Qk (O)(i,j)=Qk(i,j)
である。こゝに、λk、μkはベクトル面毎の単位位
置移動方向を示し、ωnは、それが1回おきに反
転することを示している。λk、μkの値を第2表に
示す。
However, the results obtained using this method were obtained in the limited experimental range of the educational kanji database, and it is unlikely that it will be put into practical use within the scope of JIS level 2 in fields such as handwritten character recognition and multi-font printed character recognition. In addition to the handwriting deformities of scribes and the variety of fonts, the appearance rate of characters with many strokes increases, making it difficult to separate complicated characters from each other or from complicated characters and kana characters, so there is still room for improvement. It became clear. Therefore, in view of the above-mentioned points, the present invention improves the feature extraction method so that the structure of characters is explicitly expressed and stable features are obtained that are not affected by handwriting deformation or differences in details between fonts. As a result, it is an object of the present invention to provide a recognition method that can easily separate even complex characters and has a high recognition rate. [Means for solving the problem] The order of the conventional simple feature pattern is increased so that the structure of the character can be expressed explicitly as the depth from the outermost part to the innermost part. That is, in the present invention, instead of propagating in one fixed direction, the propagation direction is alternately reversed so that the propagation and stopping processes are executed a predetermined number of times for each mesh, and then the process is terminated leaving only the stopped components. Do it repeatedly. The components stopped at each end are saved as high-order feature patterns, and during recognition, correlation values are determined for each as an independent feature. [Effect] When the preserved feature patterns are arranged in chronological order, the outermost components at that time will flow out of the feature surface each time there is a reversal, so the deeper components will remain until later. . Therefore, due to the above-mentioned terms, characters that are structurally similar, such as "self" and "shiro", "heaven" and "dai", etc., are well separated, and the recognition rate is improved. [Example] FIG. 1 is a flowchart showing an example of the present invention. This corresponds to Fig. 5, but the same parts as before are omitted and different parts (Fig. 5) are omitted.
Only the parts corresponding to steps ~ in the figure are shown. That is, eight directional patterns Q k (i, j) of line segments constituting a character are first propagated in a predetermined direction (reference), and then a stopping process is performed (reference). Repeat this a predetermined number of times.
After that, instead of continuing to propagate fixedly in one direction, the components that have not stopped are removed from the feature pattern that has been stopped, and then they are propagated in the opposite direction (see), and in the opposite direction. The propagation stop process is repeated a predetermined number of times as a vector component (see). In this way, the characteristic pattern after the stop processing is saved every time the pattern is reversed, and the pattern is repeatedly reversed M times. Note that the number of repetitions of inversion is determined depending on the capacity of the memory, and may be completed after 4 or 5 times, or may be repeated until there are no more patterns. Usually it is 4-8. This will be explained in more detail below. First, the propagation process is basically the same as before,
The difference is that the propagation direction is reversed each time it is reversed.
The horizontal and vertical components are moved in the direction of the vector component, and the diagonal component is separated into horizontal and vertical components and moved by a unit position. Therefore, although it originally had components in eight directions, due to calculation reasons, it appears to have 12 sides as shown in Table 2. After the m-th inversion, the result of the n-th propagation process is Q k (n) (i, j)
Then, the algorithm can be expressed as follows. Q k (n) (i+ω n・λ k , j+ω n・μ k ) = Q k (n-1) (i, j) However, ω n = (−1) (m+1) , Q k (O ) (i, j)=Q k (i, j). Here, λ k and μ k indicate the direction of unit position movement for each vector plane, and ω n indicates that it is reversed every other time. Table 2 shows the values of λ k and μ k .
本発明によれば、従来の特徴パターンをより高
次な特徴へと拡張し、文字の構造を最外郭から内
深部への深さとして明示的に表現できるようにし
ている。その結果、以下の如き効果を期待するこ
とができる。
固定的に1方向へと伝播させるのではなく、
メツシユ毎に伝播、停止処理を所定回数実行し
た後停止した成分のみを残して終了させる処理
を、伝播方向を交互に反転させて繰り返し行
う、すなわち、反転とその繰り返しを行うこと
により、従来よりさらに高次特徴量を抽出する
ことができる。
各終了時に停止した成分を高次特徴パターン
として保存しておき、認識の際、それぞれを独
立した特徴として相関値を求める。その結果、
認識を大まかな認識から詳細認識へと、段階的
に効率良く実行できる。
保存された特徴パターンを時系列に沿つてな
らべると、反転の度にその時の最外郭成分が特
徴面の外部へ流出していくので、内深部の成分
程、後まで残ることになる。つまり、簡単な文
字(画数の少ないもの)程、反転次数(m)の低い
パターンしか成分が残らず、線の本数の違いが
特徴パターンに明確に現われる。従つて、上記
,により、構造上良く似ている文字例え
ば、「自」と「白」,「天」と「大」等が良く分
離し、認識率が向上する。
According to the present invention, conventional feature patterns are extended to higher-order features, and the structure of a character can be expressed explicitly as depth from the outermost part to the innermost part. As a result, the following effects can be expected. Rather than propagating in one fixed direction,
After performing the propagation and stop processing a predetermined number of times for each mesh, the process of leaving only the stopped components and ending the process is repeated by alternately reversing the propagation direction. High-order features can be extracted. The components stopped at each end are saved as high-order feature patterns, and during recognition, correlation values are determined for each as an independent feature. the result,
Recognition can be efficiently performed in stages from general recognition to detailed recognition. If the saved feature patterns are arranged in chronological order, the outermost components at that time will flow out of the feature surface each time there is a reversal, so the deeper components will remain until later. In other words, the simpler the character (the fewer the number of strokes), the more components remain in patterns with a lower inversion order (m), and the difference in the number of lines appears more clearly in the characteristic pattern. Therefore, due to the above, characters that are structurally similar, such as "self" and "shiro", "heaven" and "dai", etc., are well separated, and the recognition rate is improved.
第1図は本発明の実施例を示すフローチヤー
ト、第2図は本発明による停止処理の概念を説明
するための説明図、第3図は本発明による伝播停
止処理条件を説明するための説明図、第4図は本
発明による特徴抽出方法を説明するための説明
図、第5図は相関法にもとづくパターン認識方法
の従来例を示すフローチヤート、第6図は単位方
向ベクトルを説明するための説明図、第7図は空
間微分マスクを示す構成図、第8図は結合係数マ
スクを示す構成図、第9図は従来の伝播停止処理
の概念を説明するための説明図、第10図は従来
の伝播停止処理条件を説明するための説明図、第
11図は従来の伝播停止処理の過程を具体的に説
明するための説明図、第12図は従来の伝播停止
処理結果の具体例を説明するための説明図であ
る。
符号説明、V01,V02……着目ベクトル成分、
VA〜VE……対向ベクトル成分、g1〜g8……単位
方向ベクトル、MAx,MAy……空間微分マスク、
MB1〜MB4……結合係数マスク。
FIG. 1 is a flowchart showing an embodiment of the present invention, FIG. 2 is an explanatory diagram for explaining the concept of stop processing according to the present invention, and FIG. 3 is an explanation for explaining propagation stop processing conditions according to the present invention. 4 is an explanatory diagram for explaining the feature extraction method according to the present invention, FIG. 5 is a flowchart showing a conventional example of a pattern recognition method based on the correlation method, and FIG. 6 is for explaining a unit direction vector. 7 is a configuration diagram showing a spatial differential mask, FIG. 8 is a configuration diagram showing a coupling coefficient mask, FIG. 9 is an explanatory diagram for explaining the concept of conventional propagation stop processing, and FIG. 10 is an explanatory diagram for explaining conventional propagation stop processing conditions, FIG. 11 is an explanatory diagram for specifically explaining the process of conventional propagation stop processing, and FIG. 12 is a specific example of conventional propagation stop processing results. It is an explanatory diagram for explaining. Code explanation, V 01 , V 02 ... Vector components of interest,
V A ~ V E ... Opposing vector component, g 1 ~ g 8 ... Unit direction vector, MA x , MA y ... Spatial differential mask,
MB 1 to MB 4 ...Coupling coefficient mask.
Claims (1)
ツシユに分割し、各メツシユ毎に文字を構成する
ストロークとその背景との境界成分を取り出して
所定大きさと方向をもつベクトルとして表し、こ
れにもとづき認識を行う文字認識方法において、
メツシユ毎に伝播、停止処理を所定回数実行し
た後停止した成分のみ残して終了させる処理を伝
播方向を交互に反転させて繰り返し行い、各終了
時に停止した成分を高次特徴パターンとして抽出
することを特徴とする文字認識方法。1 Divide the screen containing the characters to be recognized into meshes of a predetermined size, extract the boundary component between the strokes that make up the character and its background for each mesh, represent it as a vector with a predetermined size and direction, and based on this, In the character recognition method that performs recognition,
After performing the propagation and stopping processing a predetermined number of times for each mesh, the process of ending the process leaving only the stopped components is repeated by alternately reversing the propagation direction, and the stopped components are extracted at each end as a high-order feature pattern. Characteristic character recognition method.
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62317343A JPH01159781A (en) | 1987-12-17 | 1987-12-17 | Character recognizing method |
| US08/123,750 US5485531A (en) | 1987-12-17 | 1993-09-17 | Character-feature extraction device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62317343A JPH01159781A (en) | 1987-12-17 | 1987-12-17 | Character recognizing method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01159781A JPH01159781A (en) | 1989-06-22 |
| JPH0585060B2 true JPH0585060B2 (en) | 1993-12-06 |
Family
ID=18087164
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP62317343A Granted JPH01159781A (en) | 1987-12-17 | 1987-12-17 | Character recognizing method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH01159781A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11040988B2 (en) | 2014-09-30 | 2021-06-22 | Novaled Gmbh | Method for producing an organic electronic component, and organic electronic component |
-
1987
- 1987-12-17 JP JP62317343A patent/JPH01159781A/en active Granted
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11040988B2 (en) | 2014-09-30 | 2021-06-22 | Novaled Gmbh | Method for producing an organic electronic component, and organic electronic component |
| US11731988B2 (en) | 2014-09-30 | 2023-08-22 | Novaled Gmbh | Method for producing an organic electronic component, and organic electronic component |
Also Published As
| Publication number | Publication date |
|---|---|
| JPH01159781A (en) | 1989-06-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR0133949B1 (en) | Apparatus and method for nonlinear normalization of image | |
| Rajavelu et al. | A neural network approach to character recognition | |
| CN111476249B (en) | Construction method of multi-scale large-receptive-field convolutional neural network | |
| CN108710830A (en) | A kind of intensive human body 3D posture estimation methods for connecting attention pyramid residual error network and equidistantly limiting of combination | |
| CN103310453A (en) | Rapid image registration method based on sub-image corner features | |
| CN102156975B (en) | Natural image de-noising method based on support value transform and multi-scale redundant dictionary learning | |
| CN103198455B (en) | A kind of image de-noising method utilizing total variation minimization and gray level co-occurrence matrixes | |
| CN110210371B (en) | In-air handwriting inertial sensing signal generation method based on deep confrontation learning | |
| CN107274486A (en) | A method for generating model 3D renderings | |
| CN108550126A (en) | A kind of adaptive correlation filter method for tracking target and system | |
| EP0504577B1 (en) | Image processing method and apparatus | |
| JPH0585060B2 (en) | ||
| CN111126185A (en) | Deep learning vehicle target identification method for road intersection scene | |
| CN110942416B (en) | General morphological acceleration method for GPU | |
| JPH0935000A (en) | Handwritten character recognition method and apparatus | |
| JP2612335B2 (en) | Pattern recognition method | |
| Mikheev et al. | High-quality polygonal contour approximation based on relaxation | |
| JP2893760B2 (en) | Pattern normalizer | |
| Azam et al. | On fast recognition of isolated characters by constructing character signature database | |
| JPH0385686A (en) | Pattern normalizing device | |
| Lau et al. | EDT based tracing maximum thinning algorithm on grey scale images | |
| JP2651008B2 (en) | Pattern recognition method | |
| CN1292380C (en) | A Line Description and Detection Method Based on Combination of 3-Pixel Primitives | |
| JPH0695644A (en) | System for recognizing straight line of character pattern | |
| Sun | Diamond, Hexagon, and General Polygonal Shaped Window Smoothing. |