JPS58165181A - Method for character recognition - Google Patents

Method for character recognition

Info

Publication number
JPS58165181A
JPS58165181A JP57047253A JP4725382A JPS58165181A JP S58165181 A JPS58165181 A JP S58165181A JP 57047253 A JP57047253 A JP 57047253A JP 4725382 A JP4725382 A JP 4725382A JP S58165181 A JPS58165181 A JP S58165181A
Authority
JP
Japan
Prior art keywords
coordinate
point
points
coordinates
gravity
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
JP57047253A
Other languages
Japanese (ja)
Inventor
Yasuo Ichinoto
市野渡 康夫
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP57047253A priority Critical patent/JPS58165181A/en
Publication of JPS58165181A publication Critical patent/JPS58165181A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/16Image preprocessing
    • G06V30/168Smoothing or thinning of the pattern; Skeletonisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition

Abstract

PURPOSE:To eliminate noise component easily, by setting a nearby region for a coordinate point and using the number of coordinate point existing in this region to decide the validity of said coordinate point and adopting the point of the center of gravity of coordinate in the region as a smoothed point. CONSTITUTION:A character pattern consists of coordinate points P0-Pn, and X coordinate value and Y coordinate value of these coordinate points are stored in a coordinate memory. A smoothed point G0 is calculated for a set of coordinate points P0-P3. That is, when the nearby region is expressed with the inside of a circle having a radius (r), numbers N0-N3 in nearby coordinate existing in respective nearby regions of coordinate points P0-P3 are obtained, and coordinates g0-g3 of points of centers of gravity of the region are obtained. In this case, the largest number N of nearby coordinates is N and N2 (=2), and the point of the center of gravity is additionally obtained in respect to coordinates g1 and g2 of points of centers of gravity corresponding to N1 and N2, and the obtained point is defined as a smoothed point. A coordinate of the smoothed point G0 is expressed with G0=(g1+g2)/2. Next, a smoothed point G1 is obtained for a set of coordinate points P1-P4. Hereafter, smoothed points G2, G3... are obtained similarly and are stored in the coordinate memory.

Description

【発明の詳細な説明】 〈発明の技術分野〉 この発明は、文字認識方法に係シ、特にタブレット上に
描かれる手書文字を実時間処理によって認識するに適し
た手書文字認識方法に関する。
DETAILED DESCRIPTION OF THE INVENTION Technical Field of the Invention The present invention relates to a character recognition method, and more particularly to a handwritten character recognition method suitable for recognizing handwritten characters drawn on a tablet by real-time processing.

く背景技術とその問題点〉 タブレット上に描かれた手書文字を認識するには、この
文字を複数の座標点データとして読み込んで、この座標
点データから特徴点を抽出し、さらにこの特徴点の集合
と認識装置内に前もって格納された標準・母ターンとの
類似度を測定して行なう方法が一般的である。
Background technology and its problems> In order to recognize handwritten characters drawn on a tablet, the characters are read in as multiple coordinate point data, feature points are extracted from this coordinate point data, and then feature points are extracted from the coordinate point data. A common method is to measure the degree of similarity between a set of patterns and a standard/mother turn stored in advance in a recognition device.

しかし、従来のこの種の認識方法においては、タブレッ
トの構造に起因する雑音や歪みまたは外抽出を行なって
も文字認識が正しく行なわれないという欠点があシ、ま
た、タブレット自体を改善してこの欠点を除去しようと
した場合には、装置が高価になってしまうという欠点が
あった。
However, this type of conventional recognition method has the disadvantage that character recognition cannot be performed correctly even if noise and distortion are caused by the structure of the tablet or extra extraction is performed. If an attempt was made to eliminate the drawbacks, the device would become expensive.

〈発明の目的〉 この発明の目的は、タブレット自体の構造は変更するこ
となく座標点データの処理方法を改良することによって
雑音成分を除去した文字認識方法を提供するにある。
<Object of the Invention> An object of the present invention is to provide a character recognition method in which noise components are removed by improving the processing method of coordinate point data without changing the structure of the tablet itself.

〈発明の概要〉 この発明は、文字を構成する座標点に対して一定距離範
囲内をその近傍領域と定め、一方接数個の連続する座標
点の集合を複数組つくり、この各集合毎にこの集合に属
する座標点に対しその近傍領域内にある座標点の個数と
重心座標とを求め、最も多くの座標点個数をもつ座標点
とその対応重点座標とを選び出して集合を代表する平滑
点を定め、この操作をすべての集合について行なうこと
によシ平滑点集合を形成し、この平滑点集合に対して標
本化や特徴抽出などの後続処理を行なうと1 とによって雑音成分を除去した文字認識方法を実現した
。以下、この発明の実施例を図面を参照して詳細に説明
する。
<Summary of the Invention> In this invention, a region within a certain distance from a coordinate point constituting a character is defined as its neighborhood area, a plurality of sets of consecutive coordinate points are created, and for each set, For the coordinate points belonging to this set, calculate the number of coordinate points and barycentric coordinates in the neighboring area, select the coordinate point with the largest number of coordinate points and its corresponding important coordinates, and select a smooth point that represents the set. By determining and performing this operation on all sets, a smooth point set is formed, and subsequent processing such as sampling and feature extraction is performed on this smooth point set. A recognition method was realized. Embodiments of the present invention will be described in detail below with reference to the drawings.

第1図はこの発明の実施に使用する文字認識装置の一例
を示すブロック図である。
FIG. 1 is a block diagram showing an example of a character recognition device used in carrying out the present invention.

1は文字の座標点データを格納した座標メモ1ハ2は座
標メモリー内の座標点データを順次読み出して、近傍領
域内にある座標点の個数とその座標点データとを加算し
て再格納する近傍座標数計算器で、差分計算器212判
定器22.カウンタ23、加算値レジスタ24及び、読
み出しカウンタ25.26とを有している。3は比較器
でカウンタ23の内容とレジスタ4の内容とを比較する
1 is a coordinate memo that stores character coordinate point data 1 C2 is a coordinate memo that stores the coordinate point data of a character Sequentially reads the coordinate point data in the coordinate memory, adds the number of coordinate points in the neighboring area and the coordinate point data, and stores it again A neighborhood coordinate number calculator includes a difference calculator 212 and a determiner 22. It has a counter 23, an addition value register 24, and read counters 25 and 26. A comparator 3 compares the contents of the counter 23 and the contents of the register 4.

5は各座標点についての近傍座標数を格納する近傍座標
数メモリ、6は加算値レジスタ24の内容をカウンタ2
3の内容で割シ算して重心点座標値を計算する重心点計
算器、7はアドレスカウンタ’i”l  。
5 is a neighboring coordinate number memory that stores the number of neighboring coordinates for each coordinate point, and 6 is a counter 2 that stores the contents of the addition value register 24.
A barycenter point calculator that calculates the barycenter coordinate value by dividing by the contents of 3, and 7 is an address counter 'i''l.

8で示されるアドレスに重心点計算器6で計算し1: た値を格納する重心点座標メモリ、9は平滑点針:′:
′□) 算器で、比較器919判定器92.カウンタ93及び加
算値レジスタ94を有している。1oは加算値レジスタ
94の内容をカウンタ93の内容で割り算して重心点座
標値を計算する重心点計算器、12は書込みカウンタ1
1で示されるアドレスに重心点計算器10で計算した値
を格納する座標メモリである。
The barycenter point coordinate memory stores the value calculated by the barycenter point calculator 6 at the address indicated by 8, and 9 is the smooth point needle:':
'□) In the calculator, comparator 919 determiner 92. It has a counter 93 and an addition value register 94. 1o is a barycenter point calculator that calculates the barycenter coordinate value by dividing the contents of the addition value register 94 by the contents of the counter 93; 12 is a write counter 1;
This is a coordinate memory that stores the value calculated by the gravity center point calculator 10 at the address indicated by 1.

集合に属する座標点数を4、近傍領域を座標点 0 からの距離0,8諷以内、即ち文字の分解能をH濶とし
、これを10ビツトとすると、2つの座標点間のX座標
値、Y座標値の差分が共に±8ビット以内の場合を想定
して、以下動作を説明する。
Assuming that the number of coordinate points belonging to the set is 4, and the neighboring area is within a distance of 0.8 from coordinate point 0, that is, the resolution of the character is H, and this is 10 bits, then the X coordinate value between the two coordinate points, Y The operation will be described below assuming that the differences in coordinate values are both within ±8 bits.

第2図(、)は文字パターンの一例を示したもので、座
標点p  、p  、・・・P  、P によって構成
され、0    1       n−I     n
この座標点のX座標値X (Xo* Xl * ・・’
 Xn−1+Xn )およびY座標値Y (yo+ )
’i l +++ yn−1+ yn)は第2図(b)
のように座標メモリ1内に0番地からn +1番地にわ
たって格納されている。又文字・母ターンの最後の座標
点を示す文字エンドフラグLE及びストロークの連続状
態を示すペンダウンフラグPDが各々の座標点について
付加されて共に格納されている。
Figure 2 (,) shows an example of a character pattern, which is composed of coordinate points p, p,...P, P, and is 0 1 n-I n
X coordinate value of this coordinate point
Xn-1+Xn) and Y coordinate value Y (yo+)
'i l +++ yn-1+ yn) is shown in Figure 2(b)
They are stored in the coordinate memory 1 from address 0 to address n+1 as shown in FIG. Further, a character end flag LE indicating the last coordinate point of the character/mother turn and a pen down flag PD indicating the continuous state of strokes are added to each coordinate point and stored together.

第3図は第2図(a)の一部拡大図である。FIG. 3 is a partially enlarged view of FIG. 2(a).

まず、Po−P3からなる座標点集合について平滑点G
。を計算する手順について説明する。
First, for the coordinate point set consisting of Po-P3, smooth point G
. We will explain the procedure for calculating .

前述した近傍領域が第3図に示した半径rの円内部で表
わされるものとすると、座標点P。、Pl。
Assuming that the aforementioned nearby area is represented inside a circle of radius r shown in FIG. 3, the coordinate point P. ,Pl.

P2 s P3の各近傍領域内に存在する近、傍座標数
No ) N1t N2 + N3はそれぞれN。=1
 (Po自身のみ) e N1 =2 (P、とP2)
 、 N2= 2(PlとP2)。
Number of neighboring coordinates existing in each neighboring region of P2 s P3 ) N1t N2 + N3 is N, respectively. =1
(Po itself only) e N1 = 2 (P, and P2)
, N2=2 (Pl and P2).

N3−1(P3自身のみ)となシ、その重心点座標go
* gl r g2 p g5はそれぞれgO” (x
(3t yo) g3 = (N31 y3) となる。
N3-1 (P3 itself only) and its center of gravity coordinates go
* gl r g2 p g5 are gO” (x
(3t yo) g3 = (N31 y3).

ここで最も大きい近傍座標数NはN、 、 N2(=2
)であるから、これに対応する重心点座標g11 g2
についてさらにその重心点を求めればそれが平滑点とな
る。
Here, the largest number of neighboring coordinates N is N, , N2 (=2
), the corresponding coordinates of the center of gravity g11 g2
If we further find the center of gravity for , it becomes the smooth point.

即ち平滑点G。は、 となる。That is, smooth point G. teeth, becomes.

このようにして最初の座標点集合P。−P3について平
滑点G。が求まったら、次に2番目の座標点集合P  
−P について同様の手順を行なって平滑4 点G1を求めると、 となる。以下同様にして、 となってすべての平滑点が求まる。
In this way, the first coordinate point set P is created. - Smooth point G for P3. After finding the second coordinate point set P
If we perform the same procedure for −P to find the smooth 4-point G1, we get: In the same manner, all smooth points are found.

このようにして求められた平滑点座標列には、Po、P
5のような離れて存在する孤立点の座標は入ってとない
The smooth point coordinate string obtained in this way includes Po, P
The coordinates of isolated points such as 5 are not included.

次に第1図に示したブロック図の動作を、第4図のフロ
ーチャートを参照しながら説明する。なお第4図のフロ
ーチャートに用いられる符号は以下のように定めである
Next, the operation of the block diagram shown in FIG. 1 will be explained with reference to the flowchart shown in FIG. Note that the symbols used in the flowchart of FIG. 4 are defined as follows.

i・・・読み出しカウンタ25の内容 j・・・読み出しカウンタ26の内容 に1・・6カウンタ23の内容 に2・・・カウンタ93の内容 t・・・アドレスカウンタ8の内容 量・・・書込みカウンター1の内容 S、・・・加算値レジスタ24の内容 S2・・・加算値レジスタ94の内容 R・・・レジスタ・4の内容 A (i)・・・iでアレセスされる座標メモリーの内
容’、’:II。
i... Content of read counter 25 j... Content of read counter 26 1... 6 Content of counter 23 2... Content of counter 93 t... Content amount of address counter 8... Write Contents of counter 1 S,...Contents of added value register 24 S2...Contents of added value register 94, R...Contents of register 4 A (i)...Contents of coordinate memory accessed by i ',': II.

A (j)・・・jでアク七スされる座標メモリーの内
容B h)・・・mでアクセスされる座標メモリー2の
内容 C(4・・・tでアクセスされる近傍座標数メモリ5の
内容 D (/=)・・・tでアクセスされる重心点座標メモ
リ7の内容 まず、読み出しカウンタ25,26.カウンタ23 、
93 、加算値レジスタ24 、94 、アドレスカウ
ンタ8.レジスタ4及び書込みカウンタ11の内容をク
リアして初期化を行なう(ステップ1)。
A (j)...Contents of coordinate memory 2 accessed by j h)...Contents of coordinate memory 2 accessed by m C (4...Memory 5 of neighboring coordinates accessed by t) Contents D (/=)...Contents of the center of gravity coordinate memory 7 accessed at t First, read counters 25, 26, counter 23,
93, addition value register 24, 94, address counter 8. The contents of the register 4 and write counter 11 are cleared and initialized (step 1).

つぎに、近傍座標数計算器2内の差分計算器21は、読
み出しカウンタ25および26で示される座標メモリ1
の内容をそれぞれ読み出し、それらのX座標値、Y座標
値の差分を計算する。判定器22は、差分が共に8ビツ
ト以下であるならば、相互に近傍領域内にあるものと判
定し、カウンタ23の内容を1だけ増やし、さらに読み
出しカウンタ26で示される座標メモリ1の内容のX座
標値、Y座標値を加算値レジスタ24のX座標値、Y座
標値にそれぞれ加算し、その値を再び記憶する。近傍領
域内にないと判定した場合には何もしない(ステップ2
)。
Next, the difference calculator 21 in the neighborhood coordinate number calculator 2 reads the coordinate memory 1 indicated by the read counters 25 and 26.
, and calculate the difference between their X and Y coordinate values. If the differences are both 8 bits or less, the determiner 22 determines that they are in the adjacent region, increments the contents of the counter 23 by 1, and further adds the contents of the coordinate memory 1 indicated by the read counter 26. The X coordinate value and Y coordinate value are respectively added to the X coordinate value and Y coordinate value of the addition value register 24, and the values are stored again. If it is determined that it is not within the nearby area, do nothing (step 2
).

終了後、読み出しカウンタ26の内容を1だけ増やしく
ステップ3)、ふたたび上記の処理を行なう。この処理
を4回縁シ返し、4個の座標のうち第1番目の座標につ
いて集合内の近傍座標数と、それらのX座標値、Y座標
値の加算値をそれぞれカウンタ23と、加算値レジスタ
24に記憶する。
After finishing, step 3) increments the contents of the read counter 26 by 1, and repeats the above process. This process is repeated four times, and for the first coordinate among the four coordinates, the number of neighboring coordinates in the set and the added value of their X coordinate value and Y coordinate value are stored in the counter 23 and the added value register. 24.

また近傍座標数メモリ5には、アドレスカウンタ8が示
すアドレスにカウンタ23の内容を格納する(ステップ
4)。
Further, the contents of the counter 23 are stored in the neighboring coordinate number memory 5 at the address indicated by the address counter 8 (step 4).

比較器3はカウンタ23の内容と、レジスタ4の内容と
を比較し、前者が大きい場合には、その内容をレジスタ
4に記憶し、後者が大きい場合には何も行なわない(ス
テップ5)。
The comparator 3 compares the contents of the counter 23 and the contents of the register 4, and if the former is larger, it is stored in the register 4, and if the latter is larger, nothing is done (step 5).

重心点計算器6は、加算値レジスタ24の内容を読み出
し、そのX座標値とY座標値とをそれぞれカウンタ23
の内容で割シ算して重心魚座標値算出を行なう。結果は
、アドレスカウンタ8が示す重心点座標メモリ7内のア
ドレスに格納される(ステップ6)。次に読み出しカウ
ンタ25とアドレスカウンタ8の内容を1づつ増やし、
読み出しカウンタ26の内容は座標集合の先頭座標の格
納アドレスにセットするため3だけ減じ、さらに、カウ
ンタ23および加算値レジスタ24の内容をクリアする
(ステップ7)。
The centroid point calculator 6 reads out the contents of the addition value register 24 and inputs the X coordinate value and Y coordinate value to the counter 23.
Calculate the center of gravity fish coordinates by dividing by the contents of . The result is stored at the address in the center of gravity point coordinate memory 7 indicated by the address counter 8 (step 6). Next, increase the contents of the read counter 25 and address counter 8 by 1,
The contents of the read counter 26 are decremented by 3 in order to be set to the storage address of the first coordinate of the coordinate set, and the contents of the counter 23 and the addition value register 24 are cleared (step 7).

引き続き前記と同様にして第2番目の座標点についても
その近傍座標点数、重心点座標の計算格納と、近傍座標
点数の大小比較が行なわれ、各メモリ、レジスタへの格
納を行なう。この処理を4回縁シ返す事により、4個の
座標点の各近傍座標数が近傍座標数メモリ5に格納され
、その最大値がレジスタ4に格納され、各座標点の近傍
座標集合の重心点座標が重心点座標メモリ7に格納され
る。
Subsequently, in the same manner as described above, for the second coordinate point, the number of neighboring coordinate points and the coordinates of the center of gravity are calculated and stored, and the number of neighboring coordinate points is compared in magnitude, and stored in each memory and register. By repeating this process four times, the number of neighboring coordinates of each of the four coordinate points is stored in the neighboring coordinate number memory 5, the maximum value is stored in the register 4, and the center of gravity of the set of neighboring coordinates of each coordinate point is stored. The point coordinates are stored in the center of gravity point coordinate memory 7.

次にアドレスカウンタ8の内容をクリアしくステップ8
)、平滑点計算器遣において比較器91はレジスタ4の
内容とアト・・レスカウンタ8で示される近傍座標数メ
モリ5の内容を読み出しその値を比較する。判定器92
はその2つの値が等しい場合にはカウンタ93の内容を
1だけ増し、アトモリ7の内容を読み出し、そのX座標
値、Y座視値を加算値レジスタ94のX座標値、Y座標
値にそれぞれ加算して格納する。2つの値が等しくなか
った場合は何もしない(ステップ9)。終了後アドレス
カウンタ8の内容を1だけ増しくステップ10)、同様
の処理を行なう。この処理を4回繰り返しレジスタ4で
示される最大近傍座標数と等しい近傍座標数をもつ座標
点の数と、それに対応する重心点座標のX座標値、Y座
標値の加算値をそれぞれカウンタ93と加算値レジスタ
94に記憶する。この処理が終了すると、重心点計算器
10は加算値レジスタ94の内容を読み出し、X座標値
とY座標値をそれぞれカウンタ93の内容で割り算して
、重心点座標値を算出し、これを最初定めた4個の□座
標点の集合の平滑点として決定し、書込みカウll’、
ll、i、7タ11が示す座標メモリー2の::[ アドレスに格納する(ステップ11)。引き続き次の座
標点集合を定め平滑点を決定するには、まず読み出しカ
ウンタ25.26の内容を2だけ減じて前座標点集合に
おける2番目の座標点を今回の座標点集合の先頭座標と
なるようにし、書込みカウンタ11の内容を1だけ増し
て、それらを除くカウンタ23 、93 、加算値レジ
スタ24゜94、アドレスカウンタ8.レジスタ4の内
容はクリアして初期化を行ない再び近傍座標数計算の処
理よシ実行する(ステップ12)。このようにして順次
得られた平滑点を座標メモリ12に記憶して行き、1文
字分のデータについて処理が終了したら座標メモリ12
の内容を読み出し標本化、特徴抽出を行ない、文字認識
を行なう。
Next, clear the contents of address counter 8 in step 8.
), in the smooth point calculation, the comparator 91 reads the contents of the register 4 and the contents of the neighboring coordinate number memory 5 indicated by the address counter 8, and compares the values. Judgment device 92
If the two values are equal, the contents of the counter 93 are incremented by 1, the contents of the Atmory 7 are read out, and the X and Y values are added to the X and Y coordinates of the addition value register 94, respectively. Add and store. If the two values are not equal, do nothing (step 9). After the completion, the contents of the address counter 8 are incremented by 1 (step 10), and similar processing is performed. This process is repeated four times and the counter 93 calculates the number of coordinate points having the number of neighboring coordinates equal to the maximum number of neighboring coordinates indicated in the register 4, and the sum of the X and Y coordinate values of the corresponding barycentric point coordinates. It is stored in the addition value register 94. When this process is completed, the center of gravity calculator 10 reads the contents of the addition value register 94, divides the X coordinate value and the Y coordinate value by the contents of the counter 93, calculates the coordinate value of the center of gravity, and calculates the coordinate value of the center of gravity. Determine it as a smooth point of the set of four □ coordinate points, and write
ll, i, 7 are stored at the ::[ address of coordinate memory 2 indicated by data 11 (step 11). To subsequently determine the next set of coordinate points and determine the smooth point, first decrement the contents of the read counters 25 and 26 by 2, and make the second coordinate point in the previous set of coordinate points the first coordinate of the current set of coordinate points. The contents of the write counter 11 are incremented by 1, and the counters 23, 93, the addition value register 24, and the address counter 8. The contents of register 4 are cleared and initialized, and the process of calculating the number of neighboring coordinates is executed again (step 12). The smoothed points obtained in this way are stored in the coordinate memory 12, and when the processing for one character's data is completed, the coordinate memory 12
The content is read out, sampled, features are extracted, and character recognition is performed.

〈発明の効果〉 以上説明したようにこの発明では、座標点に対して近傍
領域を設定し、その領域内に存在する座標点の数を座標
点の有効性の判定に利用しかつ領域内座標の重心点を平
滑点として採用しているので雑音成分の除去が容易にで
きかつ高品質の平滑パターンが得られる利点がある。
<Effects of the Invention> As explained above, in this invention, a neighborhood area is set for a coordinate point, and the number of coordinate points existing within that area is used to determine the validity of the coordinate point, and the coordinates within the area are Since the center of gravity of is used as the smoothing point, noise components can be easily removed and a high-quality smoothing pattern can be obtained.

また、この発明は雑音や歪みを含む文字の座標ノeター
ンを高品質の・母ターンに平滑化して文字認識が行なえ
るという利点があるので、低価格タブレットの使用にお
いても高い認識率が得られるので、各種文字、記号など
のオンライン手書文字認識装置に利用することができる
In addition, this invention has the advantage that character recognition can be performed by smoothing character coordinate e-turns containing noise and distortion into high-quality mother turns, so a high recognition rate can be achieved even when using a low-cost tablet. Therefore, it can be used in an online handwritten character recognition device for various characters, symbols, etc.

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

第1図は、この発明の実施に使用する文字認識装置の一
例を示すブロック図、第2図はこの発明の入力・ぐター
ンの例と座標メモリの内容を示す図、第3図は第2図に
示した入カバターンの一部拡大図、第4図はこの発明の
実施例のフローチャートである。 1・・・座標メモリ、2・・・近傍座標数計算器、2ノ
・・・差分計算器、22・・・判定器、23・・・カウ
ンタ、24・・・加算値レジスタ、25.26・・・読
み出しカウンタ、3・・・比較器、4・・・レジスタ、
5・・・近傍座標数メモリ、6・・・重心点計算器、7
・・・重心点座標メモリ、8・・・アドレスカウンタ、
9・・・平滑点計算器、91・・・比較器、92・・・
判定器、93・・・カウンタ、94・・・加算値レジス
タ、1o・・・重心点計算器、11・・・書込みカウン
タ、12・・・座標メモリ。 第2図 (C1)(b ) 第3図 “〜P5 特許庁長官 殿 21発明の名称 文字認識方法 3、補正をする者 事件との関係       特 許 出 願 人任 所
(〒105)  東京都港区虎ノ門1丁目7番12号4
代理人 住 所(〒105)  東京都港区虎ノ門1丁目7査1
2号1)明細書第3頁第13行〜第14行に「重点座標
」とあるのを「重心点座標」と補正する。 2)同省第5頁第6行に「距離0.8 vm以内」とあ
るのを「X差分、Y差分が共に±0.8m以内」と補正
する。 3)同省第5頁第6行〜第7行に「o、2■とし、これ
を10ビツト」とあるのをr O,1wmとし、これを
1ビツト」と補正する。 、、1
FIG. 1 is a block diagram showing an example of a character recognition device used in carrying out the present invention, FIG. FIG. 4, which is a partially enlarged view of the input cover shown in the figure, is a flowchart of an embodiment of the present invention. DESCRIPTION OF SYMBOLS 1... Coordinate memory, 2... Neighborhood coordinate number calculator, 2... Difference calculator, 22... Determiner, 23... Counter, 24... Addition value register, 25.26 ...Read counter, 3...Comparator, 4...Register,
5... Neighborhood coordinate number memory, 6... Centroid point calculator, 7
... Center of gravity coordinate memory, 8... Address counter,
9...Smooth point calculator, 91...Comparator, 92...
Determiner, 93... Counter, 94... Addition value register, 1o... Centroid point calculator, 11... Write counter, 12... Coordinate memory. Figure 2 (C1) (b) Figure 3 " ~ P5 Commissioner of the Japan Patent Office 21 Invention name character recognition method 3, relationship with the case of the person making the amendment Patent application office (105) Port of Tokyo Toranomon 1-7-12-4
Agent address (105) 1-7-1 Toranomon, Minato-ku, Tokyo
No. 2 1) "Coordinates of emphasis" on page 3, lines 13 to 14 of the specification is corrected to "coordinates of center of gravity." 2) In the 6th line of page 5 of the ministry, the phrase "distance within 0.8 vm" will be corrected to "both the X difference and Y difference are within ±0.8 m." 3) In the 6th and 7th lines of page 5 of the same ministry, the statement ``O, 2■, which is 10 bits'' should be corrected to ``rO, 1wm, which is 1 bit''. ,,1

Claims (1)

【特許請求の範囲】[Claims] 文字を構成する座標点の座標データを読み込んで文字認
識を行う文字認識方法において、前記座標点から所定の
距離内を近傍領域と定め、連続する前記座標点を複数個
まとめて集合とし、この集合内の前記各座標点について
前記近傍領域に属する座標点の個数とその座標点を示す
座標データの平均値としての重心点座標とを求める第1
の段階と、前記近傍領域に属する座標点の個数が最大値
である座標点に対応した前記重心点座標からさらにその
重心点座標を求めて平滑点座標とする第2の段階と、前
記集合を連続する次の座標点を含めて再構成し、この再
構成した集合について前記第1の段階と第2の段階とを
順次くり返して行い、連続する前記座標点の集合に対応
する平滑点の集合を得る第3の段階とからなシ、この平
滑点の集合を認識対象の入力データとして文字認識を行
う事を特徴とする文字認識方法。
In a character recognition method that performs character recognition by reading coordinate data of coordinate points that constitute a character, a region within a predetermined distance from the coordinate point is defined as a nearby area, a plurality of consecutive coordinate points are grouped together, and this set is 1. Calculating the number of coordinate points belonging to the neighboring area and the barycenter point coordinates as an average value of coordinate data indicating the coordinate points for each of the coordinate points in the area.
a second step of determining the coordinates of the center of gravity from the coordinates of the center of gravity corresponding to the coordinate point having the maximum number of coordinate points belonging to the neighboring area to obtain smooth point coordinates; A set of smooth points corresponding to the set of consecutive coordinate points is obtained by reconstructing the set including the next consecutive coordinate points, and repeating the first step and the second step sequentially for this reconstructed set. A character recognition method characterized in that character recognition is performed using the set of smooth points as input data to be recognized.
JP57047253A 1982-03-26 1982-03-26 Method for character recognition Pending JPS58165181A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57047253A JPS58165181A (en) 1982-03-26 1982-03-26 Method for character recognition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57047253A JPS58165181A (en) 1982-03-26 1982-03-26 Method for character recognition

Publications (1)

Publication Number Publication Date
JPS58165181A true JPS58165181A (en) 1983-09-30

Family

ID=12770097

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57047253A Pending JPS58165181A (en) 1982-03-26 1982-03-26 Method for character recognition

Country Status (1)

Country Link
JP (1) JPS58165181A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05189617A (en) * 1991-04-15 1993-07-30 Microsoft Corp Method and apparatus for arc segmentation in handwritten-character recognition

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05189617A (en) * 1991-04-15 1993-07-30 Microsoft Corp Method and apparatus for arc segmentation in handwritten-character recognition
US5610996A (en) * 1991-04-15 1997-03-11 Microsoft Corporation Method and apparatus for arc segmentation in handwriting recognition

Similar Documents

Publication Publication Date Title
CN104166474B (en) Information processor and character identifying method
CN104063723B (en) The stroke restoring method and device of the Off-line Handwritten Chinese
CN104200240A (en) Sketch retrieval method based on content adaptive Hash encoding
CN111931710A (en) Online handwritten character recognition method and device, electronic equipment and storage medium
CN103927730B (en) Image noise reduction method based on Primal Sketch correction and matrix filling
CN105513006B (en) A kind of TrueType font profile thickness method of adjustment and device
JPS58165181A (en) Method for character recognition
CN115841671B (en) Handwriting skeleton correction method, system and storage medium
CN110175539B (en) Character creating method and device, terminal equipment and readable storage medium
WO2023109086A1 (en) Character recognition method, apparatus and device, and storage medium
CN111967405A (en) Finger three-mode fusion identification method and device based on crystal graph structure
CN110189744A (en) The method, apparatus and electronic equipment of text-processing
JP3215162B2 (en) Curve forming method and apparatus
JP3977473B2 (en) Handwritten character recognition method and handwritten character recognition apparatus
CN109118505B (en) Font track calculation method and storage medium
CN110363251A (en) A kind of SKU image classification method, device, electronic equipment and storage medium
CN110047125A (en) A kind of data processing method and device
CN108898631A (en) A kind of interest regional selection method, device, equipment and storage medium
CN114821134B (en) Method for identifying print style number of publication based on template matching
JP2001256437A (en) On-line handwritten kanji recognizing device corresponding to free stroke order and continuously writing stroke
JP2878405B2 (en) Closed area filling method in drawing processing
JPS61143889A (en) Production of pattern discriminating dictionary
JP3155614B2 (en) Pattern recognition method and apparatus
JPS6066290A (en) Compression of character pattern data
JPS63303473A (en) System for compressing pattern data by curve approximation