JP2658137B2 - Character recognition method - Google Patents

Character recognition method

Info

Publication number
JP2658137B2
JP2658137B2 JP63056123A JP5612388A JP2658137B2 JP 2658137 B2 JP2658137 B2 JP 2658137B2 JP 63056123 A JP63056123 A JP 63056123A JP 5612388 A JP5612388 A JP 5612388A JP 2658137 B2 JP2658137 B2 JP 2658137B2
Authority
JP
Japan
Prior art keywords
character
line segment
contour
pattern
extracting
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
Application number
JP63056123A
Other languages
Japanese (ja)
Other versions
JPH01231189A (en
Inventor
義美 山田
直人 信太
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 JP63056123A priority Critical patent/JP2658137B2/en
Publication of JPH01231189A publication Critical patent/JPH01231189A/en
Application granted granted Critical
Publication of JP2658137B2 publication Critical patent/JP2658137B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、文字読取装置における文字認識方式に関す
るものである。
Description: TECHNICAL FIELD The present invention relates to a character recognition method in a character reading device.

(従来の技術) 従来の文字読取装置における文字認識方式には種々の
方式が提案されている。英数字、カタカナを対象とした
文字の認識法としては、ストロークアナリシス法やパタ
ーンマッチング法が多用されており、さらに文字の変形
をより吸収する方法としてパターンの線構造を解析する
方法や背景構造を解析する方法等がある。
(Prior Art) Various methods have been proposed as character recognition methods in conventional character reading devices. Stroke analysis and pattern matching methods are widely used for character recognition for alphanumeric characters and katakana.In addition, methods to analyze the line structure of patterns and background structures to absorb character deformation are used. There is a method of analysis.

しかし、上記方式においては、たとえばストロークア
ナリシス法の場合、各文字の特徴を変形までも含めて辞
書に記述するため、辞書が膨大となり、従って処理時間
が大となり、処理時間を短くしようとするとハードウェ
ア規模が大となるという欠点があった。
However, in the above-described method, for example, in the case of the stroke analysis method, since the characteristics of each character are described in a dictionary including the deformation, the dictionary becomes enormous, and thus the processing time becomes long. There is a disadvantage that the size of the wear becomes large.

また、背景構造を解析する方法においては、文字の背
景部に着目し、文字線のループや、あるいは凹とか凸形
状などの特徴を抽出することにより文字を識別するので
あるが、白黒点判定等処理方法が複雑であるという欠点
がある。
In a method of analyzing a background structure, a character is identified by focusing on a background portion of the character and extracting a feature such as a loop of a character line or a concave or convex shape. There is a disadvantage that the processing method is complicated.

このような欠点を除去するため従来、このような分野
の技術としては、特開昭59−161784号公報(オンライン
文字認識大分類方法)に記載されるものがあった。以
下、その構成を第2図を用いて説明する。
Conventionally, as a technique in such a field for removing such a defect, there is a technique described in Japanese Patent Application Laid-Open No. Sho 59-161784 (online character recognition large classification method). Hereinafter, the configuration will be described with reference to FIG.

文字を記載する時の筆記具の座標を示すデータを発生
するタブレット11と、前記タブレットより発生するデー
タに基づき筆記された文字を認識するオンライン文字認
識装置において、タブレットよりのアナログデータをデ
ィジタルデータに変換する手段12と、ストロークの始点
及び終点を含むディジタルデータを一時格納し前処理1
3,14を行い、前記前処理後のデータより線分の長さ、相
対位置等よりなる特徴量の演算14を行った結果を格納す
る手段16と、予め格納されているデータまたは予め格納
されているデータを修飾したデータ17と、前記所定の演
算結果のデータとの間の大小関係を比較する手段18を有
し、筆記された文字のストローク線分の分布位置を識別
することにより筆記文字を認識していた。
A tablet 11 that generates data indicating the coordinates of a writing instrument when writing characters, and an online character recognition device that recognizes written characters based on data generated from the tablet, converts analog data from the tablet into digital data. Means 12 for temporarily storing digital data including the start point and the end point of the stroke and
(3) and (14), a means 16 for storing the result of performing the calculation 14 of the feature amount including the length of the line segment, the relative position, and the like from the data after the preprocessing, and data stored in advance or stored in advance. Means 18 for comparing the magnitude relationship between the data 17 which is the modified data and the data of the predetermined calculation result, and identifies the distribution position of the stroke line segment of the written character by writing the written character. Was aware of.

そして、特徴量として記載された全ストロークの線長
及び各セグメントが存在する位置が用いられる。
Then, the line length of the entire stroke and the position where each segment exists are used as the feature amounts.

(発明が解決しようとする課題) しかしながら、上記第2図に示した従来の構成では、
文字認識にはストロークの始点と終点とを記録しておか
ねばならず、さらにハードウェア規模の縮小処理時間短
縮を図る上で問題があった。このため輪郭の抽出法を用
い、始点を輪郭上どの点でもよいこととし、つまりスト
ロークを考慮しなくともよいこととした。ここで輪郭の
抽出法を用いる方式は本発明の目的とするところではな
いので説明を省略する。さらに文字の認識力を向上させ
るため特徴量として線分傾き別の特徴量抽出を行うこと
とした。
(Problems to be Solved by the Invention) However, in the conventional configuration shown in FIG.
In character recognition, the starting point and the ending point of a stroke must be recorded, and there is a problem in shortening the processing time for reducing the hardware scale. For this reason, using the contour extraction method, the starting point may be any point on the contour, that is, it is not necessary to consider the stroke. Since the method using the contour extraction method is not the object of the present invention, the description is omitted. In order to further improve the character recognition ability, a feature amount is extracted for each line segment as a feature amount.

しかしながら、線分傾き別の特徴量を抽出し記憶する
場合に線分が短いと記憶すべき線分の数の増加に伴い情
報量が多くなりハードウェアの規模の縮小、処理時間短
縮を図る上で問題が生ずる。
However, when extracting and storing the feature amount for each line segment inclination, if the length of the line segment is short, the amount of information increases with the increase in the number of line segments to be stored, so that the scale of hardware and the processing time can be reduced. Causes problems.

本発明は、文字の認識力を一定に保ちつつ、線分傾き
別の特徴量の記録を削減できるように屈曲点を抽出する
文字読取装置における文字認識方式を提供することを目
的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a character recognition method in a character reading device that extracts a bending point so as to reduce the recording of a feature amount for each line segment inclination while keeping the character recognition power constant.

(課題を解決するための手段) 本発明は、帳票上の文字を読取って、2値化した文字
パターンのデータを格納する手段と前記データより文字
パターンの輪郭を抽出する手段を有して文字を認識する
装置において、前記文字パターンの輪郭を抽出したデー
タより隣接する輪郭線分が相互に屈曲する屈曲点を抽出
する手段と、前記屈曲点を抽出した座標間における線分
の傾きを判別する手段と、前記判別した傾き別に、各線
分のx,y輪郭座標に基づいて所定の基準点からの相対位
置である分布位置を示す特徴量の算出を行う手段と、予
め格納されている特徴量と前記算出結果の特徴量とを比
較する手段とを有し、入力文字パターンの線分の分布位
置をx,y輪郭座標間における線分の傾き別に識別するこ
とにより、文字を認識することを特徴とする。
(Means for Solving the Problems) The present invention provides a character having a means for reading a character on a form and storing binarized character pattern data and a means for extracting a contour of the character pattern from the data. Means for extracting a bending point at which adjacent outline segments bend from each other from data obtained by extracting the outline of the character pattern, and determining a slope of the line segment between the coordinates at which the bending point is extracted. Means for calculating a characteristic amount indicating a distribution position that is a relative position from a predetermined reference point based on the x, y contour coordinates of each line segment for each of the determined inclinations, and a characteristic amount stored in advance And a means for comparing the feature amount of the calculation result with the calculation result, and by recognizing the character by identifying the distribution position of the line segment of the input character pattern according to the inclination of the line segment between the x and y outline coordinates. Features.

(作用) 本発明によれば、以下のように文字認識方式を構成し
たので、屈曲点を抽出する手段は、文字パターンの輪郭
を抽出したデータより輪郭線分の両端のx,y座標におい
てx,y方向の各差分をサイン(正,負,0の符号)として
算出し、サイン状態の変化点を屈曲点として抽出し、線
分の傾きを判別する手段は文字パターンの輪郭を抽出し
たデータにより前記屈曲点間を結ぶ座標間における線分
であるセグメントの傾きを右上り、右下り、水平あるい
は垂直かを判別し、また特徴量の算出を行う手段は、前
記セグメントの傾きに基づき傾き別に各セグメントのx,
y輪郭座標に基づいて所定の基準点からの相対位置であ
る分布位置を示す特徴量の算出を行う。
(Operation) According to the present invention, the character recognition method is configured as follows, and the means for extracting the inflection point uses x and y coordinates at both ends of the contour line from the data from which the contour of the character pattern is extracted. , y-direction difference is calculated as a sine (sign of positive, negative, 0), the change point of the sine state is extracted as a bending point, and the means for judging the inclination of the line segment is the data obtained by extracting the contour of the character pattern The slope of the segment, which is a line segment between the coordinates connecting the inflection points, rises to the upper right, descends to the right, determines whether it is horizontal or vertical, and the means for calculating the feature amount is based on the slope of the segment. X,
Based on the y-contour coordinates, a feature amount indicating a distribution position that is a relative position from a predetermined reference point is calculated.

予め格納されている特徴量と前記所定の算出結果の特
徴量とを比較する手段では、認識対象文字全てについ
て、予め格納されている特徴量と算出結果の特徴量との
マッチングにおける差をマッチング距離とし、マッチン
グ距離によるソーティングを行い、マッチング距離の最
小の文字が認識結果として選択される。
The means for comparing the previously stored feature amount with the feature amount of the predetermined calculation result includes, for all the recognition target characters, the difference in matching between the previously stored feature amount and the calculation result feature amount. Then, sorting by the matching distance is performed, and the character having the minimum matching distance is selected as the recognition result.

したがって、前記問題点を除去でき、ハードウェアの
規模の縮小、処理時間短縮を図ることができる文字読取
装置における文字認識方式を提供できる。
Therefore, it is possible to provide a character recognition method in a character reading device which can eliminate the above-mentioned problems and can reduce the scale of hardware and the processing time.

(実施例) 第1図は、本発明の一実施例を示すブロック図であ
る。同図において、1は2値化された文字パターンを格
納するパターンレジスタ、2はパターンレジスタ1の内
容により、文字パターンの輪郭を抽出する輪郭抽出部、
3は輪郭抽出部2で抽出されたx,y輪郭座標より線分の
屈曲点を抽出する屈曲点抽出部、4は屈曲点抽出部3で
抽出された屈曲点間の線分の傾きすなわち右上り、右下
り、水平あるいは垂直かを判別する傾き判別部、5は傾
き判別部4で判別された傾き別に、文字パターンの線分
の相対位置よりなる特徴量を算出する特徴量算出部、6
は文字パターンを識別する識別部である。
(Embodiment) FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, 1 is a pattern register for storing a binarized character pattern, 2 is an outline extraction unit for extracting the outline of the character pattern based on the contents of the pattern register 1,
Reference numeral 3 denotes a bending point extraction unit for extracting a line segment bending point from the x, y contour coordinates extracted by the contour extraction unit 2, and 4 denotes a gradient of a line segment between bending points extracted by the bending point extraction unit 3, that is, right. An inclination determining unit for determining whether the image is upward, downward, rightward, horizontal or vertical; a characteristic amount calculating unit for calculating a characteristic amount based on a relative position of a line segment of a character pattern for each of the inclinations determined by the inclination determining unit;
Is an identification unit for identifying a character pattern.

以下、本実施例の動作を説明する。 Hereinafter, the operation of the present embodiment will be described.

パターンレジスタ1には、帳票上の文字を読取って、
2値化された文字パターンが、図示しない文字パターン
入力部によって入力されている。ここでは、第3図の文
字パターンが格納されているものとする。
The pattern register 1 reads the characters on the form,
The binarized character pattern is input by a character pattern input unit (not shown). Here, it is assumed that the character pattern shown in FIG. 3 is stored.

輪郭抽出部2はパターンレジスタ1の内容から、第4
図に示すように座標(9,32)及び(11,24)を開始点と
して輪郭追跡を行い、輪郭特徴を抽出する。輪郭の抽出
法は、本発明の目的とする処ではないので説明を省略す
るが、容易に輪郭抽出は行える。なお、輪郭追跡開始点
は、どの点であってもよいものとする。
The contour extracting unit 2 determines the fourth
As shown in the figure, contour tracing is performed with the coordinates (9, 32) and (11, 24) as starting points, and contour features are extracted. Since the contour extraction method is not the object of the present invention, the description is omitted, but the contour can be easily extracted. The contour tracking start point may be any point.

次に屈曲点抽出部3は、輪郭抽出部2で抽出された線
分の両端のx,yの輪郭座標データより線分の両端のx,y方
向の各差分をサイン(正,負,0の符号)として算出し、
サイン状態の変化点を屈曲点として抽出する。
Next, the inflection point extraction unit 3 signs each difference in the x and y directions at both ends of the line segment from the x and y outline coordinate data of both ends of the line segment extracted by the outline extraction unit 2 into a sine (positive, negative, 0 Is calculated as
The change point of the sign state is extracted as a bending point.

データ間のx,y方向のサインXsign,Ysignを Xsign=Xi−Xi-1 Ysign=Yi−Yi-1 で求め、+,0,−で表現する。このようにして求めた各
データ間のXsign、Ysignの状態が連続する回数をカウン
トし、同じ状態がn回以上継続した後、異なる状態に変
化した時(xi,yi)を屈曲点として登録する。本説明に
おいてはn=2とする。
X between data, y direction sign Xsign, Ysign look at Xsign = X i -X i-1 Ysign = Y i -Y i-1, +, 0, - expressed in. The number of times the states of Xsign and Ysign between the data obtained in this way are continued is counted, and when the same state continues for n or more times, the state changes to a different state (x i , y i ) as an inflection point. register. In this description, n = 2.

第4図に、このようにして求めた点の他に始終点を加
えた屈曲点を示す。この屈曲点間を結ぶ線分を以下セグ
メントとよぶ。
FIG. 4 shows a bending point obtained by adding a start point and an end point in addition to the points obtained in this manner. The line segment connecting the bending points is hereinafter referred to as a segment.

以上のようにして得られた特徴点情報は傾き判別部4
に出力される。傾き判別部4は特徴点抽出部3により得
られた特徴点情報に基づきセグメントの傾きすなわち右
上り、右下り、水平あるいは垂直かを判別する。
The feature point information obtained as described above is used as the
Is output to Based on the feature point information obtained by the feature point extraction unit 3, the slope determination unit 4 determines the slope of the segment, that is, whether the segment is up-right, down-right, horizontal or vertical.

右上りについては xi>xi+1でyi>yi+1あるいは xi<xi+1でyi<yi+1 右下りについては xi>xi+1でyi<yi+1あるいは xi<xi+1でyi>yi+1 水平については xi=xi+1でyi≠yi+1 垂直については yi=yi+1でxi≠xi+1 の各条件を判定することによりセグメントの傾きが判別
される。
For right up the x i> x i + 1 with y i> y i + 1 or x i <x i + 1 with y i <y i + 1 for downhill x i> x i + 1 with y i < y i + 1 or x i <x i + 1 and y i > y i + 1 For horizontal, x i = x i + 1 and for y i ≠ y i + 1 For vertical y i = y i + 1 and x By determining each condition of i ≠ x i + 1 , the inclination of the segment is determined.

第5図に文字パターンのx,y屈曲点座標と傾きを示
す。第5図の傾きの項で“/"は右上り、“\”は右下
り、“−”は水平、“|"は垂直を示す。
FIG. 5 shows the coordinates of the x and y bending points and the inclination of the character pattern. In the tilt term in FIG. 5, “/” indicates upper right, “Δ” indicates lower right, “−” indicates horizontal, and “|” indicates vertical.

特徴量算出部5は傾き判別部4で判別された傾き別に
x,y屈曲点座標よりセグメントの相対位置よりなる特徴
量の算出を行う。
The feature amount calculating unit 5 separates each of the tilts determined by the tilt determining unit 4
The feature quantity consisting of the relative position of the segment is calculated from the coordinates of the x and y bending points.

特徴量算出について以下詳細に説明する。 The feature amount calculation will be described in detail below.

特徴量として、各セグメントが存在する位置を用い
る。存在する位置としてあるセグメントが、x,y方向の
どの場所に存在するかをx,y成分別に数値化して、その
平均的な値を算出する。
The position where each segment exists is used as the feature value. The location where a certain segment exists in the x and y directions is quantified for each of the x and y components, and the average value is calculated.

まず、右上りのセグメントについて考える。 First, consider the upper right segment.

x成分のx軸上の位置については y成分のy軸上の位置についても同様に により表わされる。For the position of the x component on the x axis, Similarly, for the position of the y component on the y axis, Is represented by

ここで、Hx,Hyは文字パターンの文字幅を示す。Here, H x, H y indicates the character pattern character width.

x成分のy軸上の位置については で、またy成分のx軸上の位置については で表わされる。For the position of the x component on the y axis, And the position of the y component on the x axis is Is represented by

右下りのセグメントについても同様に x成分のx軸上の位置についてはQ5=Q1と同等な関係
式、 y成分のy軸上の位置についてはQ6=Q2と同等な関係
式、 x成分のy軸上の位置についてはQ7=Q3と同等な関係
式、 y成分のx軸上の位置についてはQ8=Q4と同等な関係
式、 で表わされる。
Similarly, for the segment descending to the right, a relational expression equivalent to Q 5 = Q 1 for the position of the x component on the x axis, a relational expression equivalent to Q 6 = Q 2 for the position of the y component on the y axis, The position on the y-axis of the x component is represented by a relational expression equivalent to Q 7 = Q 3, and the position of the y component on the x-axis is represented by a relational expression equivalent to Q 8 = Q 4 .

水平なセグメントについては x成分のx軸上の位置についてはQ9=Q1と同等な関係
式、 x成分のy軸上の位置についてはQ10=Q3と同等な関
係式、 さらに垂直なセグメントについては y成分のy軸上の位置についてはQ11=Q2と同等な関
係式、 y成分のx軸上の位置についてはQ12=Q4と同等な関
係式 で表わされる。
For a horizontal segment, a relational expression equivalent to Q 9 = Q 1 for the position of the x component on the x axis, a relational expression equivalent to Q 10 = Q 3 for the position of the x component on the y axis, and more vertical For the segment, the position on the y-axis of the y component is expressed by a relational expression equivalent to Q 11 = Q 2, and the position of the y component on the x-axis is expressed by a relational expression equivalent to Q 12 = Q 4 .

上記Q1〜Q12は、文字パターンに外接する長方形の左
下(第5図(1,1))を原点とする座標系により演算を
行う。従って、各セグメントのx,y成分の存在する位置
は、y軸上の位置については下にくるほど、x軸上の位
置については左にくるほどその特徴量は小さくなり、本
発明の方法では全セグメントの位置に関わる重みをすべ
て加算するため、原点に近い部分でのセグメントの変化
は小さな差となって表われ、文字パターンに外接する長
方形上での右上の部分でのセグメントの変化により左右
されることとなる。従って、文字パターンに外接する長
方形の右上(第5図(22,32))を原点とする座標系で
の前記Q1〜Q12に関する演算を行い、その結果をQ13〜Q
24とする。
The Q 1 to Q 12 are rectangular bottom left (FIG. 5 (1,1)) circumscribing a character pattern performs calculation by the coordinate system with the origin. Therefore, the position where the x, y components of each segment are present decreases as the position on the y-axis goes down and the position on the x-axis goes to the left, and the feature amount decreases. Since all the weights related to the positions of all segments are added, the change in the segment near the origin appears as a small difference, and the change in the segment in the upper right part on the rectangle circumscribing the character pattern causes Will be done. Therefore, the calculations relating to Q 1 to Q 12 in the coordinate system having the origin at the upper right of the rectangle circumscribing the character pattern (FIG. 5 (22, 32)) are performed, and the results are expressed as Q 13 to Q 13
24 .

以上説明したQ1〜Q24の式を用いて、第6図に示され
たx,y屈曲点座標及び傾きデータにより演算を行う。第
6図(a)に示した外縁輪郭、(b)に示した内縁輪郭
に関して各々演算を行い、結果は外縁と内縁輪郭の和と
してQ1〜Q24が求められる。このように上記の演算は、
複数の内縁がある文字に対しては、その全セグメントに
関して演算を行う。
Using the formula Q 1 to Q 24 described above, x shown in FIG. 6, performs a calculation by y inflection point coordinates and inclination data. Operations are performed on the outer edge contour shown in FIG. 6A and the inner edge contour shown in FIG. 6B, and as a result, Q 1 to Q 24 are obtained as the sum of the outer edge and the inner edge contour. Thus, the above operation is
For a character having a plurality of inner edges, the operation is performed on all the segments.

識別部6には認識対象文字毎のQ1〜Q24の特徴量が格
納されている。識別部6は特徴量算出部5で算出された
入力文字パターンの特徴量Q1〜Q24と識別部6に格納さ
れている文字パターンの特徴量Q1〜Q24とをマッチング
させる。これらのマッチングにおける差をマッチング距
離とし、この算出を識別部6に格納されている認識対象
文字全てについて行い、マッチング距離によるソーティ
ングを行う。
The identification unit 6 stores the feature amounts of Q 1 to Q 24 for each recognition target character. The identification unit 6 matches the characteristic amounts Q 1 to Q 24 of the input character pattern calculated by the characteristic amount calculation unit 5 with the characteristic amounts Q 1 to Q 24 of the character pattern stored in the identification unit 6. The difference in these matchings is defined as a matching distance, and this calculation is performed for all the recognition target characters stored in the identification unit 6, and sorting based on the matching distance is performed.

このソーティング結果に従って、マッチング距離の最
小の文字が認識結果として選択される。
According to the sorting result, the character having the minimum matching distance is selected as the recognition result.

(発明の効果) 以上詳細に説明したように、本発明によれば、屈曲点
を抽出して、座標間における線分の傾きを考慮した傾き
別の特徴量抽出を行なうこととしたので、一定の文字認
識を保持しつつ、文字読取装置におけるハードウェアの
規模の縮小、処理時間の短縮を図れることが期待でき
る。
(Effects of the Invention) As described in detail above, according to the present invention, the inflection point is extracted, and the feature amount for each inclination is extracted in consideration of the inclination of the line segment between the coordinates. It can be expected that the size of the hardware in the character reading device and the processing time can be reduced while maintaining the character recognition.

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

第1図は本発明に係る一実施例のブロック図、第2図は
従来のオンライン文字認識大分類方法に係る構成図、第
3図は文字パターン図、第4図は輪郭抽出図、第5図は
屈曲点抽出図、第6図は屈曲点座標図である。 1:パターンレジスタ、2:輪郭抽出部 3:屈曲点抽出部、4:傾き判別部 5:特徴量算出部、6:認識部
FIG. 1 is a block diagram of one embodiment according to the present invention, FIG. 2 is a block diagram of a conventional online character recognition large classification method, FIG. 3 is a character pattern diagram, FIG. The drawing is a bent point extraction diagram, and FIG. 6 is a bent point coordinate diagram. 1: Pattern register, 2: Contour extraction unit 3: Bend point extraction unit, 4: Skew determination unit 5: Feature calculation unit, 6: Recognition unit

フロントページの続き (56)参考文献 特開 昭62−290985(JP,A) 特開 昭61−70674(JP,A) 特開 昭58−114181(JP,A) 電子通信学会技術研究報告PRL82− 29 電子通信学会技術研究報告PRL82− 79Continuation of the front page (56) References JP-A-62-290985 (JP, A) JP-A-61-70674 (JP, A) JP-A-58-114181 (JP, A) IEICE Technical Report PRL82- 29 IEICE Technical Report PRL82-79

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】帳票上の文字を読取って、2値化した文字
パターンのデータを格納する手段と前記データより文字
パターンの輪郭を抽出する手段を有して文字を認識する
装置において、 前記文字パターンの輪郭を抽出したデータより隣接する
輪郭線分が相互に屈曲する屈曲点を抽出する手段と、 前記屈曲点間を結ぶx,y輪郭座標間における線分の傾き
を判別する手段と、 前記判別した傾き別に、前記各線分のx,y輪郭座標に基
づいて所定の基準点からの相対位置である分布位置を示
す特徴量の算出を行う手段と、 予め格納されている特徴量と前記算出結果の特徴量とを
比較する手段とを有し、 入力文字パターンの線分の前記分布位置をx,y輪郭座標
間における線分の傾き別に識別することにより文字を認
識することを特徴とする文字認識方式。
1. An apparatus for recognizing a character, comprising: means for reading a character on a form and storing data of a binarized character pattern; and means for extracting a contour of the character pattern from the data. Means for extracting a bending point at which adjacent contour lines bend from each other from data obtained by extracting the contours of the pattern; means for determining the inclination of the line segment between x, y contour coordinates connecting the bending points; Means for calculating a feature amount indicating a distribution position that is a relative position from a predetermined reference point based on the x, y contour coordinates of each line segment for each of the determined inclinations; and a feature amount stored in advance and the calculation Means for comparing the result with the characteristic amount, and the character is recognized by identifying the distribution position of the line segment of the input character pattern for each line segment inclination between the x and y outline coordinates. Character recognition method.
JP63056123A 1988-03-11 1988-03-11 Character recognition method Expired - Lifetime JP2658137B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63056123A JP2658137B2 (en) 1988-03-11 1988-03-11 Character recognition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63056123A JP2658137B2 (en) 1988-03-11 1988-03-11 Character recognition method

Publications (2)

Publication Number Publication Date
JPH01231189A JPH01231189A (en) 1989-09-14
JP2658137B2 true JP2658137B2 (en) 1997-09-30

Family

ID=13018297

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63056123A Expired - Lifetime JP2658137B2 (en) 1988-03-11 1988-03-11 Character recognition method

Country Status (1)

Country Link
JP (1) JP2658137B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1128074A (en) * 1994-05-10 1996-07-31 摩托罗拉公司 Method of stroke segmentation for handwritten input

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58114181A (en) * 1981-12-26 1983-07-07 Fujitsu Ltd Character recognizing system
JPS6170674A (en) * 1984-09-14 1986-04-11 Canon Inc Image processor
JPH0632075B2 (en) * 1986-06-11 1994-04-27 株式会社日立製作所 Pattern recognition device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
電子通信学会技術研究報告PRL82−29
電子通信学会技術研究報告PRL82−79

Also Published As

Publication number Publication date
JPH01231189A (en) 1989-09-14

Similar Documents

Publication Publication Date Title
JP3176023B2 (en) Handwriting input collation method and apparatus
US7336827B2 (en) System, process and software arrangement for recognizing handwritten characters
JP3343864B2 (en) How to separate words
KR100658119B1 (en) Apparatus and Method for Recognizing Character
US5841902A (en) System and method for unconstrained on-line alpha-numerical handwriting recognition
Sharma et al. Online handwritten Gurmukhi character recognition using elastic matching
US20020021840A1 (en) Apparatus for extracting ruled line from multiple-valued image
US20040136591A1 (en) Method and device for recognition of a handwritten pattern
JP3335538B2 (en) Method and apparatus for collating a handwritten character string
US6947596B2 (en) Character recognition method, program and recording medium
JP2015099566A (en) Feature calculation device, method and program
US6671417B1 (en) Character recognition system
JP2658137B2 (en) Character recognition method
JP2658136B2 (en) Character recognition method
JP3977473B2 (en) Handwritten character recognition method and handwritten character recognition apparatus
JP3077929B2 (en) Character extraction method
JP3113217B2 (en) Dashed line recognition method
JP2785438B2 (en) Character recognition method
JP2658154B2 (en) Character identification method
JP2576080B2 (en) Character extraction method
JP2658153B2 (en) Character identification method
Mandal et al. Slant Estimation and Correction for Online Handwritten Bengali Words
JP3190794B2 (en) Character segmentation device
JPH10214308A (en) Character discrimination method
JP2974167B2 (en) Large Classification Recognition Method for Characters

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080606

Year of fee payment: 11