JPH03212783A - Matching system - Google Patents

Matching system

Info

Publication number
JPH03212783A
JPH03212783A JP2008945A JP894590A JPH03212783A JP H03212783 A JPH03212783 A JP H03212783A JP 2008945 A JP2008945 A JP 2008945A JP 894590 A JP894590 A JP 894590A JP H03212783 A JPH03212783 A JP H03212783A
Authority
JP
Japan
Prior art keywords
character
memory
class
data
distance
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
JP2008945A
Other languages
Japanese (ja)
Inventor
Masayuki Ishigami
正之 石上
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2008945A priority Critical patent/JPH03212783A/en
Publication of JPH03212783A publication Critical patent/JPH03212783A/en
Pending legal-status Critical Current

Links

Landscapes

  • Character Discrimination (AREA)

Abstract

PURPOSE:To maximize a processing time shortening effect based upon a dymanic threshold and to speed up matching processing by executing matching processing in the order of classes determined in accordance with the recongized character sort of the character preceding the current one to be recognized. CONSTITUTION:A control circuit 10 determines the class order for executing the matching processing in accordance with the recognized character sort of the character preceding the current one to be recognized, writes respective class numbers and the number of templates in an FIFO memory 11 in a dictionary address forming circuit 3 and then writes the feature pattern of the current character image to be recognized in a feature pattern memory 1. One- dimensional data in the feature pattern are read out from the memory 1, the data of one dimension corresponding to one template belonging to one class are read out from a dictionary memory 2 and respective read data are set up in a distance table address register 5. A distance table memory 4 outputs distance data based upon the value of the register 5 and the circuit 10 allows a sorting circuit 8 to sort distance data and the character code outputted from the memory 2 by using the distance data as a key to update candidate data.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、認識対象文字イメージの特徴パターンと辞書
に格納されている標準特徴パターン(テンプレート)と
のマツチング処理により、距離の小さい候補文字を決定
し、マツチング処理の距離演算の打ち切りをその時点の
最下位候補文字の距離を閾値として判定する方式(ダイ
ナミックスレッシュ方式)の文字認識装置に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention identifies candidate characters with a small distance by matching the feature patterns of character images to be recognized with standard feature patterns (templates) stored in a dictionary. The present invention relates to a character recognition device using a method (dynamic threshold method) in which the distance of the lowest candidate character at that time is used as a threshold value to decide whether to terminate the distance calculation of the matching process.

〔従来の技術及び発明が解決しようとする課題〕この種
の文字認識装置は、距離演算の打ち切り判定閾値を固定
する方式に比べ、無駄な距離演算時間を減らしマツチン
グ処理を高速化することができる。しかし、ダイナミッ
クスレッシュ(動的閾値)方式によっても、文字数並び
に文字の特徴量が著しく多い漢字OCR等においては、
Lg識処理速度が不足しているのが実情である。
[Prior art and problems to be solved by the invention] This type of character recognition device can reduce unnecessary distance calculation time and speed up matching processing compared to a method that fixes the abort judgment threshold for distance calculation. . However, even with the dynamic threshold method, in Kanji OCR, etc., where the number of characters and character features are extremely large,
The reality is that Lg recognition processing speed is insufficient.

よって本発明の目的は、ダイナミックスレッシュ方式に
よる時間節約効果を最大限発揮させ、より高速の文字認
識処理を達成するためのマツチング方式を提供すること
にある。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a matching method that maximizes the time-saving effect of the dynamic threshing method and achieves faster character recognition processing.

なお、この目的を達成する手段として、特徴パターンの
類似した文字を集めてクラス分けし、各クラスに属する
文字の特徴パターンを代表するクラス特徴パターンを用
意し、まず、認識対象文字の特徴パターンとクラス特徴
パターンとのマッチング(一種の大分類)をして距、離
の小さい順にクラスの優先順位を決定し、この優先順位
の高いクラスから順に、該当クラス所属文字の標準特徴
パターン(テンプレート)とのマツチングを実行する方
式が考案されている(特願昭63−275133号)。
As a means to achieve this objective, we collect characters with similar feature patterns and classify them into classes, prepare class feature patterns that represent the feature patterns of characters belonging to each class, and first, we create class feature patterns that represent the feature patterns of characters belonging to each class. The classes are prioritized in descending order of distance and distance by matching with class feature patterns (a kind of major classification), and the standard feature patterns (templates) of the characters belonging to the class are determined in descending order of distance and distance. A method for performing matching has been devised (Japanese Patent Application No. 63-275133).

この方式によれば、正解の可能性の高い候補文字を早期
に得て距離演算打ち切りの判定閾値を速やかに減少させ
、無駄な距離演算時間の節約効果の向上を期待できる。
According to this method, candidate characters with a high probability of being correct are obtained early, the threshold value for determining whether to discontinue distance calculations is quickly reduced, and an improvement in the effect of saving wasted distance calculation time can be expected.

しかし、その反面、クラス特徴パターンのメモリが必要
であるほか、クラス特徴パターンとのマツチング処理と
各クラス別の文字の標準特徴パターンとのマツチング処
理を別々に扱わなければならないため、制御の複雑化が
避けられない。
However, on the other hand, a memory for the class feature pattern is required, and the matching process with the class feature pattern and the matching process with the standard feature pattern of characters for each class have to be handled separately, making the control complex. is unavoidable.

本発明のもう一つの目的は、このような制御の複雑化及
びメモリ容量の増加を排除しつつ、ダイナミックスレッ
シュ方式の効果を最大限に発揮させるマツチング方式を
提供することである。
Another object of the present invention is to provide a matching method that maximizes the effects of the dynamic threshing method while eliminating such complication of control and increase in memory capacity.

〔課題を解決するための手段〕 本発明のマツチング方式は、ダイナミックスレッシュ方
式の文字認識装置において、辞書を文字種によりクラス
分けし、各認識対象文字イメージについてのマツチング
処理を、1文字前の認識結果の文字種によって決定した
クラス順に実行することを特徴とする。
[Means for Solving the Problems] The matching method of the present invention classifies a dictionary by character type in a dynamic threshold character recognition device, and performs matching processing on each recognition target character image based on the recognition result of the previous character. It is characterized by being executed in the order of classes determined by the character type.

〔作 用〕[For production]

日本語文書においては、一般に同じ文字種が続いて現れ
る可能性が高い。したがって、本発明のマツチング方式
によれば1例えば認識された直前文字の上位候補の文字
種に対応したクラスはど優先してマツチング処理を行う
ことにより、殆どの場合に正解の確率の高い候補文字を
早い時点で得て、距離演算打ち切り判定の閾値を十分に
小さくすることができるため、正解の可能性の小さい文
字に対する無駄な距離演算時間が大幅に減り、マツチン
グ処理時間が大幅に短縮される。
In Japanese documents, there is generally a high possibility that the same character type will appear consecutively. Therefore, according to the matching method of the present invention, for example, candidate characters with a high probability of being correct in most cases are selected by performing matching processing with priority given to the class corresponding to the character type of the upper candidate character of the immediately preceding recognized character. Since the distance calculation can be obtained at an early point in time and the threshold value for discontinuing the distance calculation can be made sufficiently small, the wasted distance calculation time for characters with a small probability of being correct is greatly reduced, and the matching processing time is also significantly shortened.

また、大分類のためのマツチング処理を詳細マツチング
処理と別に行わないので制御が複雑化する心配はなく、
またクラス特徴パターンの格納メモリを必要としない。
In addition, since the matching process for major classification is not performed separately from the detailed matching process, there is no need to worry about complicating the control.
Furthermore, no storage memory for class feature patterns is required.

〔実施例〕〔Example〕

第1図は本発明の一実施例に係るマツチング処理系のブ
ロック図である。1は認識対象イメージの特徴抽出によ
って得られた特徴パターンが格納される特徴パターンメ
モリ、2は各文字の標準特徴パターン(テンプレート)
と文字コードよりなる辞書を格納する辞書メモリ、3は
辞書メモリ2及び特徴パターンメモリ1に対するアドレ
スを生成するメモリアドレス生成回路である。4は特徴
パターン及びテンプレートの次元毎の距離データを得る
たるの距離テーブルメモリ、5は特徴パターンとテンプ
レートの対応した1次元のデータを合成して距離テーブ
ルメモリ4にアドレスとして与える距離テーブルアドレ
スレジスタである。6及び7は次元毎の距離データの累
積加算を行うための加算器及びアキュムレータである。
FIG. 1 is a block diagram of a matching processing system according to an embodiment of the present invention. 1 is a feature pattern memory in which feature patterns obtained by extracting features of the recognition target image are stored; 2 is a standard feature pattern (template) for each character;
3 is a memory address generation circuit that generates addresses for the dictionary memory 2 and feature pattern memory 1. 4 is a distance table memory for obtaining distance data for each dimension of the feature pattern and template; 5 is a distance table address register which synthesizes the corresponding one-dimensional data of the feature pattern and template and provides it as an address to the distance table memory 4; be. 6 and 7 are adders and accumulators for cumulatively adding distance data for each dimension.

8は文字コードと距離データを距離値の小さい順にソー
トして保持するソーティング回路、9はダイナミックス
レッシュによる距離演算打ち切り判定すなわちアキュム
レータ7に得られた距離データとソーティング回路8に
得られた最下位候補文字の距離データとの比較判定を行
う比較回路である。10はマツチング処理系全体の制御
、系外部との通信並びに直前文字の候補文字種によりマ
ツチング処理を実行するクラス順の決定を行うコントロ
ール回路である。クラスの優先順位は、例えば直前文字
の上位の候補文字の文字種に対応するクラスはど優先す
るように決定する。ただし、最上位候補の文字種に対応
するクラスを第1位とし、残りのクラスの順位を固定す
るなどの方法とすることも可能である。
8 is a sorting circuit that sorts and holds the character code and distance data in ascending order of distance value; 9 is a distance calculation discontinuation judgment based on dynamic thresholding, that is, the distance data obtained in the accumulator 7 and the lowest candidate obtained in the sorting circuit 8; This is a comparison circuit that performs comparison judgment with character distance data. Reference numeral 10 denotes a control circuit that controls the entire matching processing system, communicates with the outside of the system, and determines the class order in which matching processing is executed based on the candidate character type of the immediately preceding character. The priority order of the classes is determined, for example, so that the class corresponding to the character type of the candidate character higher than the immediately preceding character is given priority. However, it is also possible to adopt a method in which the class corresponding to the character type of the highest candidate is ranked first, and the ranks of the remaining classes are fixed.

第2図はメモリアドレス生成回路3のブロック図である
。11はクラスの番号とそれに所属するテンプレート数
をマツチング処理の順に記憶するFIFOメモリ、12
はマツチング処理実行中のクラスが辞書内で何番目にあ
るクラスであるかを示すクラス番号レジスタ、13はマ
ツチング処理実行中のテンプレートがクラス内で何番目
のテンプレートであるかを示すテンプレート番号カウン
夕、14はテンプレート内で何番目のデータ(次元番号
)であるかを示す最下位アドレスカウンタ、15はマツ
チング処理実行中のクラス内の残りのテンプレート数を
保持するクラス内テンプレートカウンタである。
FIG. 2 is a block diagram of the memory address generation circuit 3. 11 is a FIFO memory that stores class numbers and the number of templates belonging to them in the order of matching processing; 12
13 is a class number register that indicates the position of the class in the dictionary that is being matched, and 13 is a template number counter that indicates the position of the template that is being matched within the class. , 14 is the lowest address counter indicating the number of data (dimension number) in the template, and 15 is an in-class template counter that holds the number of remaining templates in the class during which matching processing is being executed.

なお、コントロール回路10内に、特徴パターンの処理
すべき残りバイト(次元)数を保持する次元カウンタI
OAがある。
In addition, within the control circuit 10, there is a dimension counter I that holds the number of remaining bytes (dimensions) of the feature pattern to be processed.
There is OA.

次に動作を説明する。Next, the operation will be explained.

動作ステップ■ コントロール回路10は、一つ前の文字の認識結果の文
字種に従ってマツチング処理を実行するクラス類を決定
し、その順番に従って各クラスの番号とテンプレート数
を辞書アドレス生成回路3内のドIF○メモリ11に書
込み、次に今回認識すべき文字イメージの特徴パターン
を特徴パターンメモリ1に書き込む。
Operation steps ■ The control circuit 10 determines the classes to be matched according to the character type of the recognition result of the previous character, and in accordance with that order, transmits the number of each class and the number of templates to the dot IF in the dictionary address generation circuit 3. ○Write into the memory 11, and then write into the feature pattern memory 1 the feature pattern of the character image to be recognized this time.

動作ステップ■ コントロール回路10は、辞書アドレス生成回路3内の
テンプレート番号カウンタ15及び最下位アドレスカウ
ンタ14を初期化し、FIFOメモリ11より処理する
ーっのクラスの番号及びテンプレート数を読み出してク
ラス番号レジスタ12及びクラス内テンプレートカウン
タ15にセットする。
Operation Steps ■ The control circuit 10 initializes the template number counter 15 and the lowest address counter 14 in the dictionary address generation circuit 3, reads out the number of the class to be processed and the number of templates from the FIFO memory 11, and stores them in the class number register. 12 and the in-class template counter 15.

特徴パターンメモリ1は最下位アドレスカウンタ14の
値によりアドレッシングされ、辞書メモリ2はクラス番
号レジスタ12、テンプレート番号カウンタ13及び最
下位アドレッシングカウンタ14の合成値によりアドレ
ッシングされる。
The feature pattern memory 1 is addressed by the value of the lowest address counter 14, and the dictionary memory 2 is addressed by the composite value of the class number register 12, template number counter 13 and lowest addressing counter 14.

動作ステップ■ 特徴パターンメモリ1より特徴パターンの一つの次元(
最下位アドレスカウンタ14の値により指定される)の
データが読み出され、辞書メモリより一つのクラス(ク
ラス番号レジスタ12の値で指定される)に所属する一
つのテンプレート(テンプレート番号カウンタ13で指
定される)の一つの対応した次元(最下位アドレスカウ
ンタ14の値で指定される)のデータが読み呂され、そ
れぞれ距離テーブルアドレスレジスタ5にセットされる
Operation step ■ One dimension of the feature pattern (from feature pattern memory 1)
The data of one template (specified by the template number counter 13) belonging to one class (specified by the value of the class number register 12) is read from the dictionary memory. The data of one corresponding dimension (specified by the value of the lowest address counter 14) of the data table (specified by the value of the lowest address counter 14) is read and set in the distance table address register 5, respectively.

劾」し萄デノじわ軒 距離テープメモリ4は距離テーブルアドレスレジスタ5
の値によりアドレッシングされることにより距離データ
を出力する。この距離データは加算回路6によってアキ
ュムレータ7の値に加算され、その結果がアキュムレー
タ7に保持されるとともに、比較回路9によって最下位
候補文字の距離データと比較される。
Distance tape memory 4 is distance table address register 5
Distance data is output by being addressed by the value of . This distance data is added to the value of the accumulator 7 by the adder circuit 6, and the result is held in the accumulator 7, and is compared with the distance data of the lowest candidate character by the comparison circuit 9.

アキュムレータフの値が最下位候補文字の距離データ(
判定閾値)より小さいときは、コントロール回路10は
最下位アドレスカウンタ14の値を1だけ増加させると
ともに次元カウンタIOAの値を1だけ減らし動作ステ
ップ■に戻り次次元の処理を開始させる。コントロール
回路10は、次元カウンタIOAが0になったときに(
一つのテンプレートについての距離演算が最終次元まで
終了したときに)動作ステップ■の制御に遷移するが、
アキュムレータ7の値が判定閾値を越えたとき(途中打
ち切りと判定されたとき)には動作ステップ■の制御へ
遷移する。
The accumulator tuff value is the distance data of the lowest candidate character (
If the value is smaller than the determination threshold (determination threshold), the control circuit 10 increases the value of the lowest address counter 14 by 1, decreases the value of the dimension counter IOA by 1, and returns to operation step (3) to start processing of the next dimension. When the dimension counter IOA becomes 0, the control circuit 10 (
When the distance calculation for one template is completed up to the final dimension, the control transitions to operation step ■.
When the value of the accumulator 7 exceeds the determination threshold (when it is determined that the process is to be terminated midway), the control transitions to operation step (2).

象生丞ヱ1j) コントロール回路10は、アキュムレータ7内の距離デ
ータをキーとして、この距離データと辞書メモリ2より
出力された文字コードのソートをソーティング回路8に
行わせ、候補データを更新する。
Using the distance data in the accumulator 7 as a key, the control circuit 10 causes the sorting circuit 8 to sort the distance data and the character codes output from the dictionary memory 2, thereby updating the candidate data.

動作ステップ■ コントロール回路10は、最下位アドレスカウンタ14
及び次元カウンタIOAを初期化するとともにテンプレ
ート番号カウンタ13の値を1だけ増加させ、クラス内
テンプレートカウンタ15の値を1だけ減らし、動作ス
テップ■の制御に遷移する。ただし、クラス内テンプレ
ートカウンタ15の値が0になったときは、動作ステッ
プ■の制御を遷移し、次のクラスについてのマツチング
処理を開始する。次に処理すべきクラスが残っていない
ときは処理を終了する。
Operation steps■ The control circuit 10 is the lowest address counter 14.
Then, the dimension counter IOA is initialized, the value of the template number counter 13 is incremented by 1, the value of the intra-class template counter 15 is decremented by 1, and the control shifts to operation step (2). However, when the value of the intra-class template counter 15 becomes 0, control is transferred to operation step (2) and matching processing for the next class is started. If there is no class left to process next, the process ends.

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

以上説明した如く、本発明によれば、同一文字種が連続
する確率が大きいという日本語文書の性格に着目し5文
字種によって辞書をクラス分けし、1文字前の認識結果
の文字種に従って決定したクラス順にマツチング処理を
実行することにより、距離演算打ち切り判定閾値を早期
に減少させ、ダイナミックスレッジユニよる処理時間短
縮効果を最大限に発揮させてマツチング処理を大幅に高
速化することができ、また大分類のためのマツチング処
理を行う方式の課題であった制御の複雑化とメモリ増加
を解決できる。
As explained above, according to the present invention, focusing on the character of Japanese documents in which the probability that the same character type continues is high, the dictionary is divided into classes according to five character types, and the classes are classified according to the character type of the recognition result of the previous character. By executing the matching process, it is possible to reduce the distance calculation abort judgment threshold early, maximize the processing time reduction effect of the dynamic sledge unit, and greatly speed up the matching process. This solves the problems of complicating control and increasing memory, which were problems associated with matching methods.

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

第1図は本発明の一実施例に係るマツチング処理系のブ
ロック図、第2図はアドレス生成回路のブロック図であ
る。 1・・・特徴パターンメモリ、 2・・・辞書メモリ。 3・・・メモリアドレス生成回路、 4・・・距離テーブルメモリ、 5・・・距離テーブルアドレスレジスタ、6・・・加算
器、  7・・・アキュムレータ、8・・・ソーティン
グ回路、  9・・・比較回路、10・・・コントロー
ル回路、 10A・・・次元カウンタ、 11・・・FIFOメモリ、 12・・・クラス番号レジスタ、 13・・・テンプレート番号カウンタ、14・・・最下
位アドレスカウンタ、 15・・・クラス内テンプレートカウンタ。
FIG. 1 is a block diagram of a matching processing system according to an embodiment of the present invention, and FIG. 2 is a block diagram of an address generation circuit. 1... Feature pattern memory, 2... Dictionary memory. 3...Memory address generation circuit, 4...Distance table memory, 5...Distance table address register, 6...Adder, 7...Accumulator, 8...Sorting circuit, 9... Comparison circuit, 10... Control circuit, 10A... Dimension counter, 11... FIFO memory, 12... Class number register, 13... Template number counter, 14... Lowest address counter, 15 ...Intra-class template counter.

Claims (1)

【特許請求の範囲】[Claims] (1)認識対象文字イメージの特徴パターンと辞書に登
録された標準特徴パターンとのマッチング処理により候
補文字を決定し、かつマッチング処理の距離演算を最下
位候補文字の距離を判定閾値として打ち切る文字認識装
置において、辞書を文字種によりクラス分けし、各認識
対象文字イメージについてのマッチング処理を、1文字
前の認識結果の文字種によって決定したクラス順に実行
することを特徴とするマッチング方式。
(1) Character recognition that determines candidate characters by matching the feature pattern of the character image to be recognized with the standard feature pattern registered in the dictionary, and aborts the distance calculation in the matching process using the distance of the lowest candidate character as the determination threshold. A matching method characterized in that, in the device, a dictionary is divided into classes according to character types, and matching processing for each character image to be recognized is executed in the order of classes determined by the character type of the recognition result of the previous character.
JP2008945A 1990-01-18 1990-01-18 Matching system Pending JPH03212783A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008945A JPH03212783A (en) 1990-01-18 1990-01-18 Matching system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008945A JPH03212783A (en) 1990-01-18 1990-01-18 Matching system

Publications (1)

Publication Number Publication Date
JPH03212783A true JPH03212783A (en) 1991-09-18

Family

ID=11706809

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008945A Pending JPH03212783A (en) 1990-01-18 1990-01-18 Matching system

Country Status (1)

Country Link
JP (1) JPH03212783A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0571892A2 (en) * 1992-05-26 1993-12-01 United Parcel Service Of America, Inc. Multiple code camera system
JPH08194601A (en) * 1995-01-17 1996-07-30 Nec Corp Code conversion filtering system for variable length character code

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6083185A (en) * 1983-10-14 1985-05-11 Canon Inc On-line character recognizing system
JPS61163479A (en) * 1985-01-16 1986-07-24 Nec Corp Sequence processing circuit
JPS6244897A (en) * 1985-08-22 1987-02-26 Nec Corp Character recognizing device
JPS6344287A (en) * 1986-08-11 1988-02-25 Nippon Telegr & Teleph Corp <Ntt> Character reader

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6083185A (en) * 1983-10-14 1985-05-11 Canon Inc On-line character recognizing system
JPS61163479A (en) * 1985-01-16 1986-07-24 Nec Corp Sequence processing circuit
JPS6244897A (en) * 1985-08-22 1987-02-26 Nec Corp Character recognizing device
JPS6344287A (en) * 1986-08-11 1988-02-25 Nippon Telegr & Teleph Corp <Ntt> Character reader

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0571892A2 (en) * 1992-05-26 1993-12-01 United Parcel Service Of America, Inc. Multiple code camera system
EP0571892A3 (en) * 1992-05-26 1994-04-20 United Parcel Service Inc
US5510603A (en) * 1992-05-26 1996-04-23 United Parcel Service Of America, Inc. Method and apparatus for detecting and decoding information bearing symbols encoded using multiple optical codes
JPH08194601A (en) * 1995-01-17 1996-07-30 Nec Corp Code conversion filtering system for variable length character code

Similar Documents

Publication Publication Date Title
JPWO2011037097A1 (en) Pattern recognition method and pattern recognition apparatus using the method
JPH03212783A (en) Matching system
JP2940974B2 (en) Matching method
KR20220068357A (en) Deep learning object detection processing device
JP3706646B2 (en) OCR control method and classification method and apparatus
JP3121401B2 (en) Recognition dictionary and character recognition device
JP2004094644A (en) Image processor, image processing method, storage medium, and program
JPH051512B2 (en)
JPH03223988A (en) Dictionary retrieving system
JPH1166240A (en) Method and device for character recognition
Oliveira et al. Combining data reduction and parameter selection for improving RBF-DDA performance
JPH02121077A (en) Character recognizing device
JP2851865B2 (en) Character recognition device
JPH0394325A (en) Data selector
JPS63269267A (en) Character recognizing device
JPS6143383A (en) Character recognizer
JPH03228195A (en) Optical character recognizing device
JPH0620098A (en) Character recognition device
JPS6327991A (en) Formation of histogram for input information recognizing device
JPS5994183A (en) Dictionary forming system in character recognizing device
JPH04142689A (en) Character recognition device
JPS6019550B2 (en) Shape recognition device
JP2002259910A (en) Character recognition method using script file
JPS62108381A (en) Density histogram detecting system
JPH03268088A (en) General evaluation circuit