JPS6269388A - Method for recognizing handwritten character - Google Patents

Method for recognizing handwritten character

Info

Publication number
JPS6269388A
JPS6269388A JP60209685A JP20968585A JPS6269388A JP S6269388 A JPS6269388 A JP S6269388A JP 60209685 A JP60209685 A JP 60209685A JP 20968585 A JP20968585 A JP 20968585A JP S6269388 A JPS6269388 A JP S6269388A
Authority
JP
Japan
Prior art keywords
stroke
point
points
feature
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP60209685A
Other languages
Japanese (ja)
Other versions
JPH0719278B2 (en
Inventor
Masayoshi Okamoto
正義 岡本
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP60209685A priority Critical patent/JPH0719278B2/en
Publication of JPS6269388A publication Critical patent/JPS6269388A/en
Publication of JPH0719278B2 publication Critical patent/JPH0719278B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Character Discrimination (AREA)

Abstract

PURPOSE:To recognize handwritten characters with high accuracy by understanding each stroke of the input characters as a string of feature points consisting of stop points and the start and end points of strokes and recognizing specific characters based on said string of feature points. CONSTITUTION:A stop point detector 2 processes time series coordinate data given from an input device 1 for handwritten characters and detects the start and end points of each stroke and the stop point existing between these start and end points. Then the detector 2 delivers the coordinate values of said points to a stroke feature amount calculating device 3. The device 3 defines the coordinate values of those start and end points and the stop point of each stroke as the feature points of each stroke and calculates the features of strokes. A stroke identification device 4 specifies a standard pattern based on the features of each stroke and the features of each standard stroke are stored previously in a stroke dictionary 41. A character recognizing device 5 contains a character dictionary 51 which stores data showing KANJI (Chinese characters), KANA (Japanese syllaraby), numeric characters, the alphabet, etc. in the form of the combinations of standard strokes.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、たとえば日本語ワードプロセッサ等の文字入
力装置として利用される手書き文字入力装置にて手書き
入力された文字を認識するための方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for recognizing characters input by hand with a handwritten character input device used as a character input device such as a Japanese word processor.

〔従来技術〕[Prior art]

近年、たとえばワードプロセッサの入力装置として、そ
の操作にある程度の熟練を要するキーボードに代わって
、たとえばタブレット上に入力ペンにて手書き入力され
た文字をLRmし、この文字の入力を受付けるように構
成された手書き文字入力装置が開発され、実用化されて
いる。
In recent years, as an input device for word processors, for example, instead of keyboards that require a certain level of skill to operate, word processors have been configured to LRm characters input by hand with an input pen on a tablet and accept the input of these characters. A handwritten character input device has been developed and put into practical use.

ところで、従来のこの種の装置では、文字入力用のタブ
レット上での入力ペンの軌跡として手書き入力された文
字の各ストロークのタブレット上における時系列座標デ
ータを基に、それぞれのストロークの特徴を表す座標値
を選択的に検出して特徴点とし、これらの特徴点列にて
各ストロークを点近似し、この各ストロークに近似され
た特徴点列の座標値または特徴点列の位置関係から求め
られるストロークの特徴により、入力ペンにて手書き入
力された文字を認識するものである。
By the way, in conventional devices of this kind, the characteristics of each stroke are expressed based on time-series coordinate data on the tablet of each stroke of a character input by hand as the trajectory of an input pen on a tablet for character input. Coordinate values are selectively detected and used as feature points, each stroke is approximated by a series of these feature points, and the coordinate values of the feature point series approximated to each stroke or the positional relationship of the feature point series are obtained. Characters input by hand with an input pen are recognized based on the stroke characteristics.

さて、上述の各ストロークの特徴点を検出する方法とし
て従来は以下に説明する二つの方法が主として採られて
いた。
Now, as a method for detecting the feature points of each of the above-mentioned strokes, the following two methods have conventionally been mainly adopted.

その第1は、入力された時系列座標データを等距離間隔
にて順次分割した各点と、ストロークの始点及び終点と
を特徴点として文字認識を行うものである。
The first method is to perform character recognition using each point obtained by sequentially dividing input time-series coordinate data at equal distance intervals and the start and end points of a stroke as feature points.

その第2は、入力された時系列座標データから座標値の
時系列的な移動方向が変化する点を極点として検出し、
これとストロークの始点及び終点とを特徴点として文字
認識を行うものである。
The second method is to detect a point where the time-series movement direction of coordinate values changes from the input time-series coordinate data as a pole,
Character recognition is performed using this and the start and end points of the stroke as feature points.

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

しかし、上述の第1の方法では、ストロークの特徴点を
検出する処理は比較的簡単であるが、検出された特徴点
とストロークの屈曲点とが一致する可能性は少なく、従
ってストロークの中途の屈曲点を的確に検出することは
困難であり、このため屈曲点を有するストロークの形状
を正確に検出することが出来ない。
However, in the first method described above, although the process of detecting the feature points of the stroke is relatively simple, there is a small possibility that the detected feature points will match the bending point of the stroke, and therefore It is difficult to accurately detect a bending point, and therefore the shape of a stroke having a bending point cannot be accurately detected.

また、第2の方法では、読取られたストロークの時系列
座標データから座標値の時系列的な少動方向をその都度
演算する必要があり、このため入力処理に要するデータ
処理量が過大となって入力処理に時間を要し、またデー
タ処理装置も必要以上に大容量のものが必要となる。ま
たこの方法では、座標値の微細な移動方向の変化等に影
響され易く、不必要な特徴点が数多く検出される膚があ
る。
In addition, in the second method, it is necessary to calculate the time-series small movement direction of the coordinate value from the time-series coordinate data of the read stroke each time, which results in an excessive amount of data processing required for input processing. Input processing requires time, and a data processing device with an unnecessarily large capacity is required. Furthermore, this method is susceptible to minute changes in the direction of movement of coordinate values, and many unnecessary feature points may be detected.

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

本発明は以上に説明した如き事情に鑑みてなされたもの
であり、手書き文字入力に際しては、ストロークの屈曲
点において入力ペンが停留する、換言すれば手書き文字
入力装置の入力面上を移動する入力ペンの軌跡を時系列
座標データとして検出した場合にある程度以上の時間に
亘って継続して同一座標値が検出される、という点に着
目してこの入力ペンの停留点を特徴点とすることにより
、比較的少ない演算量にて各ストロークの屈曲点を的確
に検出して高精度にて手書き入力された文字を認識し得
る手書き文字認識方法の提供を目的とする。
The present invention has been made in view of the circumstances as explained above, and when inputting handwritten characters, the input pen stops at the bending point of the stroke, in other words, the input pen moves on the input surface of the handwritten character input device. By focusing on the fact that when the trajectory of the pen is detected as time-series coordinate data, the same coordinate values are detected continuously over a certain period of time, and by using the stationary point of the input pen as a feature point. It is an object of the present invention to provide a handwritten character recognition method that can accurately detect the bending point of each stroke with a relatively small amount of calculation and recognize characters input by hand with high accuracy.

本発明は、文字入力装置の文字入力面上における位置を
表す時系列座標データとして読取られた入力ペンの軌跡
を文字として認識する手書き文字認識方法において、前
記入力ペンの一文字分の軌跡を構成する各ストロークの
始点、終点及び前記時系列座標データが同一値を所定回
数以上連続して反復する座標位置として検出される入力
ペンの停留点とを検出し、前記始点、終点及び停留点を
それぞれ特徴点とし、これらの特徴点にて構成される特
徴点列の座標値または各特徴点相互の位置関係から求め
られた各ストロークの特徴を基に、入力ペンの軌跡とし
て手書き入力°された文字を認識することを特徴とする
The present invention provides a handwritten character recognition method that recognizes, as a character, the trajectory of an input pen read as time-series coordinate data representing a position on a character input surface of a character input device, in which the trajectory of one character of the input pen is configured. Detect the starting point, end point, and stationary point of the input pen detected as a coordinate position where the time-series coordinate data repeats the same value a predetermined number or more consecutively, and characterize each of the starting point, end point, and stationary point of each stroke. Based on the coordinate values of a feature point sequence made up of these feature points or the characteristics of each stroke determined from the mutual positional relationship of each feature point, the character input by hand as the trajectory of the input pen is calculated. Characterized by recognition.

〔発明の原理〕[Principle of the invention]

まず、本発明に係る手書き文字認識方法の原理について
説明する。
First, the principle of the handwritten character recognition method according to the present invention will be explained.

第1図は一例として漢字「扱」を手書き文字入力用タブ
レットにて入力した場合の時系列座標データの実測値を
示している。なお、測定データは時間分解能が100点
/秒、空間分解能が10点/−1である。図中、各数字
はそれぞれの位置の座標値が連続して検出された回数を
示しており、またO印を付した部分は上述の数字が4以
上である部分を、更に○印に隣接してアンダーラインを
付した数字はそのO印が付された位置での同一座標値の
重複回数をそれぞれ示している。
FIG. 1 shows, as an example, actual measured values of time-series coordinate data when the kanji character ``handled'' is input using a handwritten character input tablet. Note that the measured data has a temporal resolution of 100 points/second and a spatial resolution of 10 points/-1. In the figure, each number indicates the number of times the coordinate value of each position was detected consecutively, and the part marked with an O indicates the part where the above-mentioned number is 4 or more. The underlined numbers each indicate the number of times the same coordinate value overlaps at the position marked with the O mark.

この第1図に示した実測データからは以下の事実が明瞭
に読取れる。即ち、同一ストローク途中における屈曲点
では同一座標値の重複が相当程変高い数値を示している
こと、また各ストロークの始点及び終点においても最低
4以上の重複が生じていること、等である。従って、重
複回数4以上の座標値の位置を特徴点とすれば、ストロ
ークの屈曲点は勿論のこと、始点及び終点をも的確に検
出し得ることになる。
The following facts can be clearly read from the measured data shown in FIG. That is, at bending points in the middle of the same stroke, the number of duplicates of the same coordinate values is quite high, and at least four or more duplicates occur at the start and end points of each stroke. Therefore, if the position of the coordinate value with the number of repetitions of 4 or more is used as a feature point, not only the bending point of the stroke but also the start point and end point can be accurately detected.

〔実施例〕〔Example〕

以下、本発明をその実施例を示す図面に基づいて説明す
る。
Hereinafter, the present invention will be explained based on drawings showing embodiments thereof.

第2図は上述の如き原理に従って本発明を実施するため
に用いる手書き文字認識装置のブロック図である。
FIG. 2 is a block diagram of a handwritten character recognition device used to implement the present invention in accordance with the principles described above.

図中1は手書き文字入力装置であり、その文字入力面上
を移動する入力ベンの軌跡が入力面上に設定されたX−
Y座標系における時系列座標データとして検出される。
1 in the figure is a handwritten character input device, and the trajectory of the input ben that moves on the character input surface is set on the input surface.
It is detected as time series coordinate data in the Y coordinate system.

そして、この時系列座標データは停留点検出装置2に与
えられる。
This time-series coordinate data is then given to the stationary point detection device 2.

停留点検出装置2は、手書き文字入力装置1から与えら
れた時系列座標データを処理して各ストロークの始点、
終点及びその間に存在する停留点とを検出し、その座標
値をストローク特微量算出装置3に出力する。なお、こ
の停留点検出装置2のデータ処理動作については後述す
る。
The stationary point detection device 2 processes the time series coordinate data given from the handwritten character input device 1 to determine the starting point of each stroke,
The end point and the stationary points existing therebetween are detected, and their coordinate values are output to the stroke feature amount calculation device 3. Note that the data processing operation of this stationary point detection device 2 will be described later.

ストローク特微量算出装置3は、停留点検出装置2から
与えられた各ストロークそれぞれの始点。
The stroke feature amount calculation device 3 calculates the starting point of each stroke given from the stationary point detection device 2.

終点及び停留点の座標値を各ストロークの特徴点とし、
これらの特徴点列の座標値からそのストロークの特徴を
算出する。なお、各ストロークの検出されるべき特徴と
しては、特徴点間を結ぶ線分の角度、長さく相対的な)
、特徴点間を結ぶ線分の繋がり方(右回りあるいは左回
り等)等である。
The coordinate values of the end point and stationary point are taken as the feature points of each stroke,
The features of the stroke are calculated from the coordinate values of these feature point sequences. Note that the features to be detected for each stroke include the angle of the line segment connecting feature points, the relative length)
, how line segments connecting feature points are connected (clockwise or counterclockwise, etc.).

そして、これらの検出された各ストロークの特徴はスト
ローク識別装置4に与えられる。
The characteristics of each of these detected strokes are then provided to the stroke identification device 4.

ストローク識別装置4は、上述のストローク特微量算出
装置3から与えられた各ストロークの特徴を基に、その
ストロークを特定の標準ストローク、たとえばr−J、
rN、r/J・・・等の特徴点が始終点のみのストロー
ク、あるいは「コ」。
The stroke identification device 4 classifies the stroke as a specific standard stroke, such as r-J, based on the characteristics of each stroke given from the stroke feature calculation device 3 described above.
A stroke where the characteristic points such as rN, r/J, etc. are only the beginning and end points, or "ko".

r−’J、r<J、r>J・・・等の屈曲点(本発明方
法においては始終点間の停留点として検出される)をも
含むストロークの標準パターンにそれぞれ特定するもの
である。
r-'J, r<J, r>J, etc. (in the method of the present invention, these are detected as stationary points between the start and end points), respectively. .

なお、ストロークの標準パターンは、漢字、仮名、数字
、アルファベット等の各文字を手書き筆記する場合の筆
順に従って各ストロークに分解したちのそれぞれを上記
の如き標準ストロークとして分解し、各標準ストローク
の特徴がストローク識別値W4に付属するストローク辞
1f41に予め格納されている。そして、ストローク特
微量算出装置3はストローク特微量算出装置3から与え
られたストロークの特徴を、ストローク辞書41に格納
されている標準ストロークの特徴と比較することにより
標準ストロークの内の一つとして特定し、その標準スト
ロークのたとえばコード番号が文字識別装置5に出力さ
れる。
In addition, the standard pattern of strokes is created by breaking down each character such as kanji, kana, numbers, alphabets, etc. into strokes according to the order of strokes when handwriting them, and then breaking them down into standard strokes as described above. is stored in advance in the stroke index 1f41 attached to the stroke identification value W4. Then, the stroke feature amount calculation device 3 identifies the stroke characteristics given from the stroke feature amount calculation device 3 as one of the standard strokes by comparing them with the characteristics of the standard strokes stored in the stroke dictionary 41. Then, for example, the code number of the standard stroke is output to the character recognition device 5.

文字識別装置5は、上述のストローク識別装置4から与
えられる一文字分の標準ストロークのコード番号の組合
せにより手書き文字入力装置1に手書き入力された文字
を特定の文字として認識する装置である。この文字識別
装置5には、漢字。
The character recognition device 5 is a device that recognizes a character input by handwriting into the handwritten character input device 1 as a specific character based on a combination of code numbers of standard strokes for one character given from the stroke recognition device 4 described above. This character recognition device 5 has kanji.

仮名、数字、アルファベント等の各文字を前述の標準ス
トロークの組合せとしてそれぞれ表したデータを格納し
た文字辞書51が付属している。そして、前述のストロ
ーク識別装置4から一文字分のストロークの特定結果が
与えられる都度、これを文字識別装置5は文字辞書5工
に格納されている各文字のストロークの組合せのデータ
と比較することにより、手書き文字入力装置1から手書
き入力された文字を特定の文字として認識する。
A character dictionary 51 is attached that stores data representing each character such as kana, numeral, alpha bent, etc. as a combination of the above-mentioned standard strokes. Each time the aforementioned stroke identification device 4 provides a stroke identification result for one character, the character identification device 5 compares this with the data of stroke combinations of each character stored in the character dictionary 5. , characters input by handwriting from the handwritten character input device 1 are recognized as specific characters.

本発明方法は、以上のように構成された装置により実施
されるのであるが、停留点検出装置2による停留点の検
出動作について、第3図のフローチャートに従ってより
具体的に説明する。
The method of the present invention is carried out by the apparatus configured as described above, and the operation of detecting a stationary point by the stationary point detection device 2 will be explained in more detail according to the flowchart of FIG.

停留点検出装置2は、手書き文字入力装置1から順次入
力される手書き文字の時系列座標データの各データ値を
、前回入力されたデータ値と比較し、同一値である場合
には重複回数Nを1加算してデータを読込むステップに
戻って次のデータを読込み、同一値でない場合には重複
回数Nが4以上であるか否かの判断を行う。そして、重
複回数Nが4以上(N22)の場合にはその座標値を停
留点として一旦付属のメモリ内に格納して重複回数Nを
0(N=O)にリセットした後、次のデータを読込むス
テップに戻る。また重複回数Nが4以上でない(N<4
)場合には重複回数Nを0(N=0)にリセットして次
のデータを読込むステップに戻る。
The stationary point detection device 2 compares each data value of time-series coordinate data of handwritten characters sequentially inputted from the handwritten character input device 1 with the previously inputted data value, and if the values are the same, the number of times of overlap N is determined. 1 and returns to the step of reading the data to read the next data. If the values are not the same, it is determined whether the number of duplications N is 4 or more. If the number of overlaps N is 4 or more (N22), the coordinate value is temporarily stored in the attached memory as a stopping point, the number of overlaps N is reset to 0 (N=O), and the next data is Return to the loading step. Also, the number of duplicates N is not 4 or more (N<4
), the number of repetitions N is reset to 0 (N=0) and the process returns to the step of reading the next data.

さて、停留点は基本的には上述の如き処理により検出さ
れるのであるが、しかし手書き文字入力の場合には、ス
トローク途中の屈曲点においては入力ペンの移動が停留
する停留点が一個所であることはむしろ稀であり、通常
は極く狭い範囲に停留点が複数現れることが多い、従っ
て、このような場合には停留点検出装置2は、以下の原
則に従って、メモリに一旦格納した複数の停留点の中か
ら一点の停留点を選択して特徴点とする。
Now, the stopping point is basically detected by the process described above, but in the case of handwritten character input, at a bending point in the middle of a stroke, there is only one stopping point where the movement of the input pen stops. This is rather rare, and usually multiple stationary points appear in an extremely narrow range. Therefore, in such cases, the stationary point detection device 2 uses the following principles to detect multiple stationary points once stored in memory. One stationary point is selected from among the stationary points and set as a feature point.

たとえば第4図fatの如き中途に屈曲点を有するスト
ローク「コ」を具体例として考えると、まず第4図中)
はストローク中途の屈曲点の近傍に4点の停留点が検出
された場合を示している。即ち、「コ」型のストローク
の屈曲点にはそれぞれ所定距離内に^、 R,C,Dの
4点の停留点が検出され、それぞれの重複回数AN、 
8N、 CN、 DNはAN、4. BN冨5.CN=
10゜ON・6である。このような場合には停留点検出
装置2は重複回数Nが最大の停留点C(CN・10)を
この屈曲点を代表する特徴点として選択し、その座標値
をストローク特微量算出装置3に出力する。
For example, if we consider as a specific example the stroke "K" which has a bending point in the middle as shown in Figure 4 fat, first of all,
shows a case where four stationary points are detected near the bending point in the middle of the stroke. That is, four stationary points, R, C, and D, are detected within a predetermined distance from each bending point of the "U"-shaped stroke, and the number of repetitions AN,
8N, CN, DN is AN, 4. BN Tomi 5. CN=
10°ON/6. In such a case, the stationary point detection device 2 selects the stationary point C (CN・10) with the maximum number of repetitions N as a feature point representing this bending point, and sends its coordinate values to the stroke feature amount calculation device 3. Output.

第4図(C)は上述の場合と同様にして5点の停留点A
−Eが検出された際に、0点とD点の重複回数CN、 
DNが共に8で同数(CN=8. DN・8)であった
場合を示している。このような場合には、停留点検出装
置2はたとえばfl)時間的に最初に現れた停留点を選
択する、(2)時間的に最後に現れた停留点を選択する
、(3)両者の中間を停留点として新に設定する、等の
いずれかの方法により一点を特徴点として選択し、その
座標値をストローク特微量算出装置3に出力する。
Figure 4 (C) shows the five stationary points A in the same way as in the above case.
- When E is detected, the number of times CN of overlaps between point 0 and point D,
This shows the case where the DNs are both 8 and the same number (CN=8.DN・8). In such a case, the stationary point detection device 2 selects, for example, fl) the stationary point that appears first in time, (2) selects the stationary point that appears last in time, or (3) selects the stationary point that appears last in time. One point is selected as a feature point by any method such as newly setting the intermediate point as a stationary point, and its coordinate value is output to the stroke feature amount calculation device 3.

第4図fd)は同一座標値の点Cが停留点として二度検
出された場合を示している。即ち、ストロークの屈曲点
において時系列座標データが点A(重複回数AN −4
)から点B(重複回数BN −5) 、点C(重複回数
CN、−8)に移動し、次に点C′に一旦移動した後再
度点Cに戻って(重複回数CN2−3)更に点D(重複
回数oN −8) 、点E(重複回数EN −5)の順
に移動した場合には、停留点検出装置2は停留点Cにお
ける一回目の重複回数CN、と二回目の重複回数CN2
とを加算した重複回数CNo(−11)をその点Cの重
複回数CNとする。そして停留点検出装置2はこの後上
述の第4図tc+の場合と同様に重複回数Nが最大の点
をこの屈曲点を代表する特徴点としてその座標値をスト
ローク特微量算出装置3に出力する。
FIG. 4 fd) shows a case where point C with the same coordinate values is detected twice as a stationary point. That is, at the bending point of the stroke, the time series coordinate data is point A (the number of overlaps AN -4
), move to point B (number of overlaps BN -5), point C (number of overlaps CN, -8), then move once to point C', return to point C again (number of overlaps CN2-3), and then move to point C (number of overlaps CN, -8). When moving in the order of point D (number of overlaps oN -8) and point E (number of overlaps EN -5), the stationary point detection device 2 detects the first number of duplicates CN and the second number of duplicates at the stationary point C. CN2
Let the number of overlaps CNo (-11) obtained by adding the above to be the number of overlaps CN of that point C. Thereafter, the stationary point detection device 2 outputs the coordinate values of the point with the maximum number of repetitions N as a feature point representing this bending point to the stroke feature amount calculation device 3, as in the case of FIG. 4 tc+ described above. .

従って、第4図fdlの例では、点Cの一回目の重複回
数CNIと点りの重複回数[]Nとが共に8で最大であ
るが、点Cの一回目と二回目の合計の重複回数CNoが
11となるので、この点Cがこの屈曲点の停留点、即ち
この屈曲点を代表する特徴点として選択されてその座標
値がストローク特微量算出装置3に出力される。
Therefore, in the example of Fig. 4 fdl, the first number of repetitions CNI of point C and the number of repetitions []N of points are both maximum 8, but the total number of repetitions of the first and second times of point C is 8, which is the maximum. Since the number of times CNo is 11, this point C is selected as a stationary point of this bending point, that is, a feature point representing this bending point, and its coordinate value is output to the stroke feature amount calculation device 3.

次に、停留点検出装置2による始終点の検出について説
明する。
Next, detection of the start and end points by the stationary point detection device 2 will be explained.

手書き文字入力に際しては、一般的には各ストロークの
始点及び終点においては入力ペンの移動が一旦停止し、
あるいは移動速度がやや遅くなるため、本発明方法を通
用した場合には当然停留点が発生する。このため、たと
えば第5図(a)及び山)に示す如<  (Oは時系列
座標データ、・は停留点をそれぞれ表す)、ストローク
の始点及び終点近傍には始点SP及び終点EPが検出さ
れることは勿論、始点sp及び終点HPから所定距離内
に停留点A、R,C及びり、E、F等も検出される場合
があり得る。このような場合には、停留点検出装置2は
始点sp及び終点EPを特徴点としては採用せず、各停
留点A、I’t。
When inputting handwritten characters, the input pen generally stops moving at the start and end points of each stroke.
Alternatively, since the moving speed becomes somewhat slow, a stopping point will naturally occur if the method of the present invention is applied. Therefore, as shown in Fig. 5(a) and crest), the start point SP and end point EP are detected near the start and end points of the stroke. Needless to say, stopping points A, R, C, E, F, etc. may also be detected within a predetermined distance from the starting point sp and the ending point HP. In such a case, the stationary point detection device 2 does not use the starting point sp and the ending point EP as feature points, but uses the stationary points A, I't.

C及びり、 l!、 Fの内から前述の処理により一点
を選択してそれぞれ始点及び終点を表す特徴点としてそ
れらの座標値をストローク特@量算出装置3に出力する
C and ri, l! , F by the above-described process, and output their coordinate values to the stroke characteristic amount calculation device 3 as feature points representing the start point and end point, respectively.

一方、第5図tCiに示す如く、始点SP及び終点EP
(第5図(C1には終点EPのみ示す)近傍の所定距離
内に停留点が存在しない場合には、停留点検出装置2は
終点EPをそのまま終点を表す特徴点として検出し、そ
の座標値をストローク特@量算出装置3に出力する。
On the other hand, as shown in FIG. 5 tCi, the starting point SP and the ending point EP
(Figure 5 (C1 shows only the end point EP) If there is no stationary point within a predetermined distance nearby, the stationary point detection device 2 detects the terminal point EP as it is as a feature point representing the terminal point, and its coordinate value is output to the stroke characteristic @ amount calculation device 3.

更に、第5図(d)に示す如く、ストロークの終端部分
が「はね」で終わる場合には、「゛はね」の開始部分は
ストローク中途における屈曲点であるから停留点が検出
されるが、「はね」の終端部分に停留点が現れることは
無い。従って、「はね」の終点、+!11ちストローク
の終点[Pの所定距離内には停留点は存在せず、「はね
」の終点がストロークの終点EPを表す特徴点として検
出され、また「はね」そのものも屈曲点から終点EP間
の長さを有するストロークの一部分として検出されるた
め、より正確なストロークの認識が可能となる。
Furthermore, as shown in FIG. 5(d), if the end portion of the stroke ends with a "spring", the starting portion of the "splash" is a bending point in the middle of the stroke, so a stopping point is detected. However, no stationary point appears at the end of the "splash". Therefore, the end point of "splash", +! 11) The end point of the stroke [There is no stationary point within the predetermined distance of P, and the end point of the "spring" is detected as a feature point representing the end point EP of the stroke, and the "spring" itself also moves from the bending point to the end point. Since it is detected as a part of a stroke having a length between EPs, more accurate stroke recognition is possible.

第6図は本発明方法の実施に使用される装置の第2の構
成例を示すブロック図である。
FIG. 6 is a block diagram showing a second configuration example of an apparatus used to implement the method of the present invention.

この第2の装置構成例では、前述の第1の装置構成側同
様に手書き文字入力装置1の入力面上に入力ペンの軌跡
として手書き入力された文字の時系列座標データが停留
点検出装置2に与えられ、各ストロークの特徴点、即ち
始点、終点及び停留点が検出される。そして、本装置構
成例ではこの停留点検出装置2により検出された一文字
分の各ストロークの始終点及び停留点の座標列を一部し
て文字識別装置6により標準文字座標パターンと比較す
ることにより、手書き文字入力装置1に入力された手書
き文字を識別する構成となっている。
In this second device configuration example, similarly to the first device configuration side described above, time-series coordinate data of characters handwritten as a trajectory of an input pen on the input surface of the handwritten character input device 1 is transferred to the stationary point detection device 2. , and the characteristic points of each stroke, that is, the starting point, ending point, and stopping point, are detected. In this device configuration example, the character recognition device 6 compares a part of the coordinate string of the start/end point and the stop point of each stroke for one character detected by the stationary point detection device 2 with a standard character coordinate pattern. , is configured to identify handwritten characters input into the handwritten character input device 1.

第7図は本発明方法の実施に使用される装置の第3の構
成例を示すブロック図である。
FIG. 7 is a block diagram showing a third configuration example of an apparatus used to implement the method of the present invention.

この第3の装置構成例では、前述の第1,2の装置構成
側同様に手書き文字入力装vIllの入力面トに入力ペ
ンの軌跡として手書き入力された文字の時系列座標デー
タが停留点検出装;β2に与えられ、各ストロークの特
徴点、即ち始点、終点及び停留点が検出される。そして
本装置構成例では、手書き文字入力装置Iから出力され
る時系列座標データは上述の停留点検出装置2の他に、
〔従東技術〕の項で説明した各ス1−ローク」二の等距
離間隔の点を特徴点として検出する特徴点検出装置7に
もむ萌えられている。そして、停留点検出装置2にて検
出された各ストロークの始終点及び停留点それぞれの座
標値、及び特徴点検出装置7にて検出された各ストロー
クの特徴点の座標値は特徴点補正装置8に与えられる。
In this third device configuration example, as in the first and second device configurations described above, the time-series coordinate data of the characters handwritten as the trajectory of the input pen on the input surface of the handwritten character input device vIll is detected as a stationary point. The feature points of each stroke, that is, the start point, end point, and stationary point, are detected. In this device configuration example, the time-series coordinate data output from the handwritten character input device I includes, in addition to the stationary point detection device 2 described above,
It is also applied to the feature point detection device 7, which detects points equidistantly spaced from each stroke as feature points, as described in the [Junto Technology] section. Then, the coordinate values of the start and end points and the stop points of each stroke detected by the stationary point detection device 2 and the coordinate values of the feature points of each stroke detected by the feature point detection device 7 are determined by the feature point correction device 8. given to.

第8図はこの特徴点補正装置8による補正処理の説明図
である。いまたとえば、手書き文字入力装置1にストロ
ーク「ワ」 (たとえば漢字「カー1゜片仮名「力」等
の一部)が手書き入力された!I′3’::には、手書
き文字入力装置1から出力された時系列座標データは第
8図(alに示す如き状態となる。
FIG. 8 is an explanatory diagram of the correction processing by this feature point correction device 8. Now, for example, the stroke "wa" (for example, part of the kanji "ka 1゜", katakana "power", etc.) has been handwritten input into the handwritten character input device 1! In I'3'::, the time-series coordinate data output from the handwritten character input device 1 is in a state as shown in FIG. 8 (al).

この手書き文字入力装置1から出力された時系列座標デ
ータを停留点検出装置2にて処理した特徴点、即ち始終
点及び停留点の検出結果は第8図(b)(但し、・は停
留点として検出された特徴点、即ち始終点及び屈曲点を
、Oは停留点を伴わない始終点である特徴点をそれぞれ
表す)に示す如く、始終点及び屈曲点がそれぞれ特徴点
として検出されている。
The time-series coordinate data output from the handwritten character input device 1 is processed by the stationary point detection device 2, and the detection results of the feature points, that is, the start and end points and stationary points are shown in FIG. The starting and ending points and the bending point are detected as feature points, respectively. .

一方、手書き文字入力装置1から出力された時系列座標
データを特徴点補正装置8により等距離間隔にて分割し
て特徴点検出を行った結果は第8図fclに示す如く、
ストロークの屈曲点は検出されていない代わりに、スト
ロークの曲率部分が表されている。
On the other hand, the time-series coordinate data output from the handwritten character input device 1 is divided at equal distance intervals by the feature point correction device 8 to detect feature points, and the results are as shown in FIG.
The bending point of the stroke is not detected, but instead the curvature of the stroke is represented.

特徴点補正装置8には、上述の両方のデータが与えられ
るので、特徴点補正装置8は第8図+dlに示す如く、
両データを比較して特徴点検出装置7により検出された
特徴点の内、停留点検出装置2により検出された各停留
点それぞれに最も近い特徴点をそれぞれの停留点の座標
に置代える。このような特徴点補正装置8による補IF
により、従東一般的に行われている各ス1−ローク−ト
の等距離間隔の位置を特徴点として検出する方法におけ
る屈曲点を的確に検出し難いという欠点が補えることと
なる。
Since the feature point correction device 8 is given both of the above-mentioned data, the feature point correction device 8, as shown in FIG. 8+dl,
Both data are compared, and among the feature points detected by the feature point detection device 7, the feature point closest to each stationary point detected by the stationary point detection device 2 is replaced with the coordinates of each stationary point. Supplementary IF by such feature point correction device 8
This makes up for the drawback that it is difficult to accurately detect bending points in the method commonly used in eastern Japan, which detects positions at equidistant intervals of each stroke as feature points.

なお、この第3の装置構成例における手書き入力文字の
最終的な認識は前述の第2の装置構成例と同様の文字識
別装置6により、特徴点補正装置8による補正結果を標
準文字座標パターンと比較して特定の文字として識別す
る構成となっている。
Note that the final recognition of handwritten input characters in this third device configuration example is performed by using the same character recognition device 6 as in the second device configuration example described above, by converting the correction result by the feature point correction device 8 into a standard character coordinate pattern. The structure is such that it is compared and identified as a specific character.

〔効果〕〔effect〕

以上に詳述した如く本発明によれば、手書き文字入力装
置の入力面上に入力ペンの軌跡として手書き入力された
文字の時系列座標データの中がら、同一の座標値が所定
回数以上継続して反復される座標値を入力ペンの軌跡の
停留点として検出し、入力された文字の各ストロークを
この停留点とストロークの始終点とからなる特徴点列と
して捉え、これを基に手書き入力された文字を特定の文
字として認識するものであるから、本発明方法を実施す
るに際しては比較的簡単な構成にて、また比較的少ない
演算量にて手書き入力された文字の各ストロークの屈曲
点を確実に検出して高精度での手書き文字認識が可能と
なる。
As detailed above, according to the present invention, the same coordinate value continues for a predetermined number of times or more in the time-series coordinate data of a character handwritten as a trajectory of an input pen on the input surface of a handwritten character input device. The repeated coordinate values are detected as the stationary points of the trajectory of the input pen, and each stroke of the input character is captured as a feature point sequence consisting of this stationary point and the start and end points of the stroke, and based on this, the handwritten input is Therefore, when implementing the method of the present invention, the bending point of each stroke of a character input by hand can be recognized with a relatively simple configuration and with a relatively small amount of calculation. This enables reliable detection and highly accurate handwritten character recognition.

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

図面は本発明の実施例を示すものであり、第1図は本発
明の詳細な説明するための模式図、第2図は本発明の実
施に用いられる装置のブロック図、第3図は停留点検出
装置のデータ処理内容を示すフローチャート、第4.5
図は停留点検出装置のデータ処理内容の説明図、第6.
7図は本発明の実施に用いられる第2.第3の装置のブ
ロック図、第8図はその動作説明のための模式図である
。 1・・・手書き文字入力装置  2・・・停留点検出装
置  3・・・ストローク特微量算出装置  4・・・
ストローク識別装置  5・・・文字入力装置特 許 
出願人  三洋電機株式会社 代理人 弁理士  河 野  分 夫 算4図 @牧無テ゛−11”賛) 1゜ 匹 第 1 Δ <a) P (C) X 5 凹 (bン (d) 第 6 凶 (C) 茸  8 図
The drawings show embodiments of the present invention, and FIG. 1 is a schematic diagram for explaining the invention in detail, FIG. 2 is a block diagram of an apparatus used to carry out the invention, and FIG. 3 is a stationary Flowchart showing data processing contents of the point detection device, No. 4.5
The figure is an explanatory diagram of the data processing contents of the stationary point detection device, Section 6.
FIG. The block diagram of the third device, FIG. 8, is a schematic diagram for explaining its operation. 1... Handwritten character input device 2... Stationary point detection device 3... Stroke feature amount calculation device 4...
Stroke identification device 5...Character input device patent
Applicant Sanyo Electric Co., Ltd. Representative Patent Attorney Kawano Bunfu Figure 4 @Makinashi-11”) 1゜ 1st Δ < a) P (C) X 5 concave (b (d) 6th Bad (C) Mushroom 8 Figure

Claims (1)

【特許請求の範囲】 1、文字入力装置の文字入力面上における位置を表す時
系列座標データとして読取られた入力ペンの軌跡を文字
として認識する手書き文字認識方法において、 前記入力ペンの一文字分の軌跡を構成する 各ストロークの始点、終点及び前記時系列座標データが
同一値を所定回数以上連続して反復する座標位置として
検出される入力ペンの停留点とを検出し、 前記始点、終点及び停留点をそれぞれ特徴 点とし、 これらの特徴点にて構成される特徴点列の 座標値または各特徴点相互の位置関係から求められた各
ストロークの特徴を基に、入力ペンの軌跡として手書き
入力された文字を認識することを特徴とする文字認識方
法。
[Scope of Claims] 1. A handwritten character recognition method that recognizes as a character the trajectory of an input pen read as time-series coordinate data representing a position on a character input surface of a character input device, comprising: Detecting a starting point, an ending point, and a stationary point of the input pen, which is detected as a coordinate position where the time-series coordinate data repeats the same value a predetermined number or more consecutively, of each stroke constituting the trajectory; Each point is considered a feature point, and the handwritten input is performed as the trajectory of the input pen based on the coordinate values of a feature point sequence made up of these feature points or the characteristics of each stroke determined from the positional relationship between each feature point. A character recognition method characterized by recognizing characters.
JP60209685A 1985-09-20 1985-09-20 Handwriting recognition method Expired - Lifetime JPH0719278B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60209685A JPH0719278B2 (en) 1985-09-20 1985-09-20 Handwriting recognition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60209685A JPH0719278B2 (en) 1985-09-20 1985-09-20 Handwriting recognition method

Publications (2)

Publication Number Publication Date
JPS6269388A true JPS6269388A (en) 1987-03-30
JPH0719278B2 JPH0719278B2 (en) 1995-03-06

Family

ID=16576925

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60209685A Expired - Lifetime JPH0719278B2 (en) 1985-09-20 1985-09-20 Handwriting recognition method

Country Status (1)

Country Link
JP (1) JPH0719278B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6450180A (en) * 1987-08-20 1989-02-27 Sanyo Electric Co Handwritten graphic recognizing method
JPS6472293A (en) * 1987-09-14 1989-03-17 Sanyo Electric Co Handwritten character and graphic recognizing method
US6369807B1 (en) 1997-06-04 2002-04-09 Nec Corporation Online character entry device
CN108491520A (en) * 2018-03-26 2018-09-04 魏培琳 English writing font error correction method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6450180A (en) * 1987-08-20 1989-02-27 Sanyo Electric Co Handwritten graphic recognizing method
JPS6472293A (en) * 1987-09-14 1989-03-17 Sanyo Electric Co Handwritten character and graphic recognizing method
US6369807B1 (en) 1997-06-04 2002-04-09 Nec Corporation Online character entry device
CN108491520A (en) * 2018-03-26 2018-09-04 魏培琳 English writing font error correction method

Also Published As

Publication number Publication date
JPH0719278B2 (en) 1995-03-06

Similar Documents

Publication Publication Date Title
US6144764A (en) Method and apparatus for on-line handwritten input character recognition and recording medium for executing the method
KR100297481B1 (en) Method and microprocessor for preprocessing handwriting having characters composed of a preponderance of straight line segments
US5023922A (en) Optical character reader
US5600735A (en) Method of recognizing handwritten input
US5533147A (en) Segmentation of handwritten patterns using stroke and jump vectors
US5781660A (en) Image processing method and apparatus
EP0739520B1 (en) Method of joining handwritten input
KR940009992B1 (en) Pattern recognition system
US4813078A (en) Character recognition apparatus
CN105549890A (en) One-dimensional handwritten character input equipment and one-dimensional handwritten character input equipment
JPS6269388A (en) Method for recognizing handwritten character
JP2007025105A (en) Braille translation device, braille translation method, braille translation program, and computer readable recording medium with the program recorded thereon
EP0710384A1 (en) Method of stroke segmentation for handwritten input
JP2698338B2 (en) Feature point detection method for handwritten character recognition
US6208756B1 (en) Hand-written character recognition device with noise removal
KR19980058361A (en) Korean Character Recognition Method and System
JP2664624B2 (en) Feature point detection method for handwritten character recognition
JPH05225396A (en) Hand-written character recognizing device
JPS6395591A (en) Method for recognizing hand-written character
JP2671985B2 (en) Information recognition method
KR900005141B1 (en) Handwritter character recognizing device
JP3128357B2 (en) Character recognition processor
JP2633523B2 (en) Handwriting input device
JPS63136286A (en) Online character recognition system
JPS62120589A (en) Hand-written character recognizing device

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term