KR930012140B1 - Recogntion method of on-line writing down character using stroke automata - Google Patents

Recogntion method of on-line writing down character using stroke automata Download PDF

Info

Publication number
KR930012140B1
KR930012140B1 KR1019910019476A KR910019476A KR930012140B1 KR 930012140 B1 KR930012140 B1 KR 930012140B1 KR 1019910019476 A KR1019910019476 A KR 1019910019476A KR 910019476 A KR910019476 A KR 910019476A KR 930012140 B1 KR930012140 B1 KR 930012140B1
Authority
KR
South Korea
Prior art keywords
stroke
automata
recognition
consonant
recognized
Prior art date
Application number
KR1019910019476A
Other languages
Korean (ko)
Other versions
KR930010780A (en
Inventor
이헌주
윤건수
Original Assignee
주식회사 금성사
이헌조
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 주식회사 금성사, 이헌조 filed Critical 주식회사 금성사
Priority to KR1019910019476A priority Critical patent/KR930012140B1/en
Publication of KR930010780A publication Critical patent/KR930010780A/en
Application granted granted Critical
Publication of KR930012140B1 publication Critical patent/KR930012140B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition

Abstract

Sixteen strokes are defined and the phoneme automata is executed according to the strokes to reduce recognition speed. The method comprises a pre-processing step for removing data unnecessay for recognition from data input from a tablet, a character point extraction step for detecting characteristic point from pre-processed data, a phoneme automata execution step for executing consonant and vowel automata of the initial, middle and last phonemes of input stroke, and a Hangul recognition step for recognizing input character according to code value of the phoneme automata execution step.

Description

자소 오토마타를 이용한 온라인 필기체 문자인식 방법On-Line Handwritten Character Recognition Method Using the Phoneme Automata

제1도는 종래의 문자인식 처리 흐름도.1 is a conventional character recognition processing flow chart.

제2도는 본 발명 자소 오토마타를 이용한 온라인 필기체 문자 인식장치 구성도.2 is a block diagram of an online handwritten character recognition apparatus using the present invention autogram.

제3도는 본 발명 자소 오토마타를 이용한 온라인필기체 문자인식방법에 대한 처리흐름도.3 is a flowchart of an online handwritten character recognition method using the present invention autogram.

제4도는 제3도에 있어서, 한글자소 오토마타를 수행하기 위한 처리 흐름도.FIG. 4 is a process flow diagram for performing Hangul alphabet automata in FIG.

제5도는 본 발명의 자음 오토마타 흐름도.5 is a consonant automata flow chart of the present invention.

제6도는 본 발명의 모음 오토마타 흐름도.6 is a vowel automata flow chart of the present invention.

제7도는 본 발명에 의해 정의된 스트로크 및 그 인식코드 표.7 is a table of strokes and their identification codes defined by the present invention.

제8도는 본 발명 오토마타 수행에 의한 복자음 도표.8 is a consonant chart showing the performance of the present invention automata.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

1 : 태블릿입출력부 2, 4, 6, 8 : 메모리1: Tablet I / O 2, 4, 6, 8: Memory

3 : 전처리부 5 : 특징점추출부3: preprocessing unit 5: feature point extracting unit

7 : 스트로크인식부 9 : 한글자소 오토마타7: Stroke recognition part 9: Hangul alphabet automata

10 : 한글인식부10: Hangul Recognition Department

본 발명은 자소 오토마타(Automata)를 이용한 온라인 필기체 문자인식 방법에 관한 것으로, 특히 16개의 스트로크를 정의하고 그 스트로크에 의한 자소 오토마타를 수행시켜 문자를 인식하는데 인식속도를 향상시킴과 아울러 메모리 크기를 줄이도록 한 자소 오토마타를 이용한 온라인 필기체 문자인식 방법에 관한 것이다.The present invention relates to an online handwritten character recognition method using a phoneme automata. In particular, it is possible to improve the recognition speed and reduce the memory size in character recognition by defining 16 strokes and performing the phoneme automata. It relates to an online handwritten character recognition method using a phoneme automata.

종래의 문자인식처리 흐름도는 제1도에 도시한 바와 같이 입력되는 문자정보중에서 인식시에 필요없는 데이타를 제거하는 전처리단계와, 상기 단계에서 전처리된 데이타에 대해 특징점 추출하는 단계와 추출된 특징점에 따라 스트로크를 인식하는 스트로크인식단계와, 상기 단계에서 스트로크인식으로 인식된 데이타를 스트로크수에 의한 대분류와 스트로크 매칭에 의한 중분류 및 퍼지추론에 의한 소분류를 통하여 표준문자와 가장 비슷한 문자를 인식하고 그 인식결과를 출력하는 문자인식단계로 구성된다.The conventional character recognition processing flow chart includes a preprocessing step of removing unnecessary data from the character information input as shown in FIG. 1, extracting feature points from the preprocessed data, and extracting the extracted feature points. According to the stroke recognition step of recognizing the stroke and the data recognized by the stroke recognition in the above step, the most similar characters to the standard characters are recognized and recognized through the large classification by the number of strokes, the middle classification by the stroke matching, and the small classification by the fuzzy inference. It consists of a character recognition step of outputting the result.

태블릿(tablet)에 사용자가 종이위에 필기하듯이 글씨(어떤 문자정보)를 쓰게되면, 이 쓰여진 문자정보를 기억하게 되는데, 이 입력된 정보에는 실제로 인식하는데 필요하지 않은 정보들이 들어 있으므로 인식시에 필요한 정보만 처리하는 전처리를 수행하는데, 이에 대해 살펴보자.When a user writes a text (some text information) on a tablet as if he or she writes it on a paper, it remembers the written text information. This input information contains information that is not necessary to actually recognize the text. It performs preprocessing that only processes information. Let's look at it.

태블릿위에 필기시 펜의 시작점과 끝점에서 발생하는 훅(hook) 및 필기시 잘못하여 찍힌 점들을 제거하기 위하여 같은 샘플점에서 계속해서 입력이 들어오면 첫 샘플점을 제외하고 나머지는 모두 제거하는 처리를 하여 필요없는 정보의 입력을 제거한다. 상기 전처리를 행하고 나온 정보를 이용하여 이미 정의되어 있는 스트로크와 6가지 특징점으로 이용하여 스트로크를 인식하는데 필요한 특징점들을 추출하며, 이 추출된 특징점들을 이용하여 각각 정의된 스트로크(stroke)를 인식하고, 인식된 스트로크를 통하여 문자를 인식한다.To remove the hooks that occur at the start and end points of the pen when writing on the tablet, and the wrong sample points when writing, the process of removing all but the first sample point except the first sample point Eliminate unnecessary input of information. The pre-processing information is used to extract the feature points necessary for recognizing the stroke using the already defined stroke and the six feature points, and by using the extracted feature points, the respective defined strokes are recognized and recognized. Character is recognized through the specified stroke.

상기에서 문자인식은 인식대상 문자수를 줄이기 위하여 스트로크 수에 의해 스트로크 수가 같은 후보문자들만 분류하는 대분류를 행하고, 그다음 대분류 과정에서 선택된 후보문자중에서 스트로크 매칭을 하는 중분류를 통해 기본스트로크 코드열이 같은 문자를 추출하고 소분류 과정에서 최종적으로 인식결과를 얻어내기 위하여 중분류에서 추출된 후보문자중에서 스트로크간의 상대적 위치정보를 이용하여 최종인식 결과를 얻어내게 되는데, 여기에서는 퍼지추론이 이용된다.In order to reduce the number of characters to be recognized, the character recognition classifies only candidate characters having the same number of strokes according to the number of strokes, and then performs a middle classification that performs stroke matching among candidate characters selected in the major classification process. The final recognition result is obtained by using the relative position information between strokes among candidate characters extracted from the middle classification to extract the final recognition result in the small classification process. Fuzzy inference is used here.

이와 같이하여 정자체 및 약간의 흘림체 인식만 가능토록 하였으나 종래의 스트로크 매칭법에서는 표준한글 2350자를 데이타베이스로 만들어 놓아야 하기 때문에 메모리를 많이 차지함과 아울러 퍼지추론을 도입하므로써 획수가 많아질 경우에 계산량이 상당히 많아서 인식속도가 떨어지는 문제점이 있었다.In this way, only the sperm and a few squiggles can be recognized. However, in the conventional stroke matching method, 2350 characters of standard Korean must be created as a database, which takes up a lot of memory and a large amount of computation when the number of strokes increases due to the introduction of fuzzy inference. There was a problem that the recognition speed was falling.

이와 같은 종래의 결함을 감안하여 본 발명은 펜으로 입력된 문자정보를 어떤 형태의 스트로크인지 인식한후 그 인식된 스트로크를 일정한 규칙에 의하여 배열하여 자소를 인식하고, 이 인식된 자소의 순서에 의하여 입력된 정보가 어떤형태의 문자인지를 인식하도록 한 자소 오토마타를 이용한 온라인 필기체 문자인식 방법을 창안한 것으로, 이하 첨부한 도면을 참조하여 설명하면 다음과 같다.In view of such a conventional deficiency, the present invention recognizes which type of stroke the character information input by the pen is, and arranges the recognized stroke according to a predetermined rule to recognize the phoneme. An online handwritten character recognition method using a phoneme automata to recognize what type of text is input information is described below. Referring to the accompanying drawings, the following description is made.

제2도는 본 발명 자소 오토마타를 이용한 온라인 필기체 문자인식장치 구성도로서 이에 도시한 바와 같이 태블릿입출력부(1)를 통해 입력되는 데이타(정보)를 기억하는 메모리(2)와, 상기 메모리(2)에 기억된 정보에서 실제 인식시에 불필요한 정보를 제거하고, 필요한 정보만 선택하여 메모리(4)에 저장하는 전처리부(3)와, 상기 메모리(4)에 저장된 기억정보에 따라 스트로크인식에 사용되는 특징점을 추출하는 특징점추출부(5)와, 상기 특징점추출부(5)에서 추출된 특징점을 기억하는 메모리(6)를 통한 기억정보에 따라 스트로크를 인식하는 스트로크인식부(7)와, 상기 스트로크인식부(7)에서 인식된 스트로크를 일정한 규칙에 의해 배열하여 자소를 인식하는 한글자소오토마타(9)와, 상기 자소오토마타(9)를 통해 인식된 자소의 순서에 의하여 입력된 정보가 어떤 글자인지를 인식하여 상기 태블릿입출력부(1)로 출력하는 한글인식부(10)로 구성한다.2 is a block diagram of an online handwritten character recognition device using the present invention automata, a memory 2 for storing data (information) input through the tablet I / O unit 1, and the memory 2 as shown in FIG. Is used for stroke recognition in accordance with the preprocessing section 3 which removes unnecessary information at the time of actual recognition from the information stored in the memory, and selects and stores only the necessary information in the memory 4, and the stored information stored in the memory 4; A feature recognition unit (5) for extracting feature points, a stroke recognition unit (7) for recognizing strokes in accordance with storage information through a memory (6) for storing feature points extracted by said feature point extraction unit (5), and said stroke The information input in the order of the Hangul alphabets (9) for recognizing the phonemes by arranging the strokes recognized by the recognition unit (7) according to a predetermined rule, and the order of the phonemes recognized through the phonemes (9) It is composed of a Hangul recognition unit 10 for outputting to the tablet input and output unit 1 to recognize what letters.

이와 같이 구성된 본 발명의 작용, 효과를 상세히 설명하면 다음과 같다.Referring to the operation, effects of the present invention configured as described above in detail.

제2도의 태블릿입출력부(1)에서 사용자에 의한 펜다운에서 펜업까지 쓰여진 데이타 즉, 스트로크의 정보를 받아들여 메모리(2)에 저장한다. 이 메모리(2)에 기억된 정보에는 실제로 한글을 인식하는데 불필요한 정보들이 많이 존재하므로, 그 불필요한 정보는 제거하고 필요한 정보들만 찾아내기 위하여 전처리 과정을 수행하게 되는데 여기에서는 거리필터를 이요아여 3pixel당 1개의 샘플점을 선택한다.In the tablet input / output unit 1 of FIG. 2, data written from a pen down to a pen up by a user, that is, information of a stroke, is received and stored in the memory 2. Since the information stored in this memory 2 contains a lot of unnecessary information to actually recognize Hangul, the unnecessary information is removed and preprocessing is performed to find only the necessary information. Here, the distance filter is used. Sample points are selected.

왜냐하면 거리가 가까이 있는 샘플점들은 실제로 인식하는데 의미가 없으며 계산량만 늘어나는 원인이 되기 때문이다. 그리고 각도필터를 이용하여 변화가 심한 굴곡점을 추출하기 위하여 샘플점간의 각도가 45°이상인 점들을 선택한다.This is because sample points at close distances are not meaningful for real recognition and cause only a large amount of computation. And the angle filter between the sample points is selected more than 45 ° in order to extract the bending point with a large change using the angle filter.

또한 스트로크인식에 상당히 많은 영향을 끼치는 시작점과 끝점에서 약간 꼬부러지는 현상인 훅(hook)을 제거하여 메모리(4)에 저장한다.In addition, the hook (hook), which is a slight twist at the start point and the end point that significantly affects stroke recognition, is removed and stored in the memory 4.

상기 메모리(4)에 저장된 정보들을 이용하여 특징점을 추출하고, 이 추출된 특징점을 이용하여 스트로크를 인식하게 되는데 스트로크인식부(7)에서 16개의 스트로크를 정의하는데 그 정의된 16개의 스트로크는 제7도에 도시한 표와 같다.The feature point is extracted using the information stored in the memory 4, and the stroke is recognized using the extracted feature point. The stroke recognition unit 7 defines 16 strokes, the defined 16 strokes being a seventh stroke. Same as the table shown in FIG.

제7도에 도시한 인식 스트로크들은 메모리(8)에 저장되는데 저장되는 방식은 입력이 들어오면 각각의 스트로크를 한글 자소 오토마타에 스트로크단위로 입력될 수 있도록 저장하게 된다. 그리고 한글 자소 오토마타(9)에서는 입력되는 스트로크에 의해 각각의 스테이지 입력되게 된다.Recognition strokes shown in FIG. 7 are stored in the memory 8. In the stored method, each stroke is stored so that each stroke can be input in stroke units in the Hangul alphabet. In the Hangul alphabet automata 9, the respective stages are input by the input stroke.

상기 자소 오토마타인 펜으로 입력된 정보가 어떤 형태의 스트로크인지 인식하고 이 인식된 스트로크를 일정한 규칙에 의하여 배열한 후 자소를 인식하고, 이 인식된 자소의 순서에 의하여 입력된 정보가 어떤 형태의 글자인지를 인식하도록 한 것을 일컫는다.Recognize which type of stroke is the information inputted by the phoneme automaine pen, arrange the recognized strokes according to a predetermined rule, recognize the phoneme, and input information by the order of the recognized phonemes. Refers to the recognition of cognition.

여기서 한글 자소 오토마타(9)의 흐름도는 제5에서의 자음 오토마타 흐름도와 제6도에서의 모음 오토마타 흐름도에서 도시하는 바, 숫자는 인식된 스트로크의 값들을 말하고, q는 각각의 스테이지를 의미한다.Here, the flowchart of the Hangul alphabet automata 9 is shown in the consonant automata flow chart in FIG. 5 and the vowel automata flow chart in FIG. 6, in which numbers refer to values of recognized strokes, and q means each stage.

지금부터 오토마타 수행에 의한 한글인식 순서를 제4도를 참조하여 설명하면 다음과 같다.Now, the Hangul recognition sequence by performing the automata will be described with reference to FIG.

제2도에서 스트로크인식부(7) 및 메모리(8)를 통해 한글자소 오토마타(9)에 스트로크가 입력되면 자음 오토마타 수행에 의해 초성을 인식한 후에 남은 스트로크를 체크하여 스트로크가 있으면 모음 오토마타 수행에 의해 중성을 인식하고, 다시 남은 스트로크를 체크하여 스트로크가 있으면 자음 오토마타 수행을 거쳐 종성을 인식하고 또다시 남아있는 스트로크가 있으면 이는 복자음이므로 자음 오토마타를 수행하여 한글을 인식하며, 중성인식 후 남은 스트로크가 없으면 바로 한글을 인식하여 종료한다.In FIG. 2, when a stroke is input to the Hangul alphabet automata 9 through the stroke recognition unit 7 and the memory 8, the remaining stroke is checked after the initial consonant is recognized by the consonant automata. By recognizing the neutrality, check the remaining stroke again, if there is a stroke, perform the consonant automata, and if there is the remaining stroke, it is the double consonant, so it performs the consonant automata and recognizes the Hangul. If not, it recognizes Hangeul and exits.

상기에서 자소 오토마타 흐름도인 제5도와 정의된 스트로크 코드표인 제7도를 참조하여 살펴보면, "0"번의 스트로크가 인식(ㄱ)된 후 다음 스트로크가 "0"번, "14"번, "6"번 이외의 스트로크가 오는 경우는 먼저 "ㄱ"으로 인식한다.Referring to FIG. 5 and the stroke code table defined in FIG. 7 above, the stroke of # 0 is recognized (a) and the next stroke is # 0, # 14, and # 6. If a stroke other than comes, it is recognized as "ㄱ" first.

가령 "0"번의 스트로크(ㄱ)가 인식된 후 다시한번 "0"번의 스트로크가 오래되면 "ㄲ"으로 인식하고, 상기 "0"번의 스트로크가 인식된 후 "15"번의 스트로크(제7도에서 -(전 스트로크의 중간))가 오게 되면 "ㅋ"으로 인식한다. 또한 "0"번의 스트로크(ㄱ)가 인식된 후 "14"번의 스트로크(제7도에서 -(전 스트로크의 아래))가 오고, 다시 "1"번의 스트로크(제7도에서 ㄴ)가 오게 되면 "ㄹ"로 인식한다. 마찬가지로 "0"번의 스트로크가 인식된 후 "6"번의 스트로크(제7도에서 \)가 오고, "0"번 이외의 스트로크가 오게 되면 앞의 스트로크는 일단 "ㅈ"으로 인식하고 다시 "6"번 스트로크가 오면 "ㅉ"으로 인식한다.For example, after stroke # 0 is recognized, if stroke # 0 is too old, it is recognized as '0'. After stroke # 0 is recognized, stroke # 15 is recognized (in Fig. 7). If-(middle of the previous stroke) comes, it is recognized as "ㅋ". In addition, after stroke # 0 is recognized, stroke # 14 (-(below the previous stroke) in Fig. 7) comes and then stroke # 1 (b in Fig. 7) comes again. Recognize it as "ㄹ". Likewise, when stroke # 0 is recognized and stroke # 6 (\ in Fig. 7) comes, and strokes other than # 0 \ are coming, the previous stroke is recognized as '"' and then again '6' When the stroke comes, it is recognized as "ㅉ".

이상에서와 같이 먼저 "0"번 스트로크를 인식하고 다음 스트로크가 "0"번, "14"번, "6"번 이외의 스트로크가 오는 경우엔 "ㄱ"으로 인식하고, "1"번 스트로크가 오면 "ㄴ"으로 인식하며, "3"번 스트로크가 오면 "ㄹ"로 인식하고, "7"번 스트로크가 오면 "0"으로 인식한다. 다음 "2"번 스트로크가 인식되고, "2"번 이외의 스트로크가 다음에 오면 "ㄷ"으로 인식하나 "2"번 스트로크 다시오면 "ㄸ"으로 인식한다.As mentioned above, if stroke # 0 is recognized first, and strokes other than # 0, # 14, and # 6 come, it is recognized as 'B' and stroke # 1 is If it comes, it will be recognized as "B". If stroke # 3 is coming, it will be recognized as "ㄹ". If stroke # 7 is coming, it will be recognized as "0". The next stroke # 2 is recognized. If a stroke other than # 2 is next, it is recognized as 'B' but if it comes back to stroke # 2, it is recognized as 'B'.

그리고 "12"번 스트로크를 인식하고 다음 스트로크가 "1"번, "14"번, "10"번 이외의 스트로크가 오는 경우엔 "_"으로 인식하고, 상기 "12"번 스트로크가 오고 다시 "1"번 스트로크가 오면 "ㄷ"으로 인식하고 이 "ㄷ"인식후에 다시 "15"번 스트로크(제7도에서-(전 스트로크의 중간))가 오면 "ㅌ"으로 인식한다.If stroke # 12 is recognized and strokes other than stroke # 1, # 14 \ and # 10 \ are received, it is recognized as #_ and the stroke # 12 comes and again If stroke # 1 comes, it is recognized as '"' and if this stroke is recognized again, stroke # 15 (in Figure 7-(middle of the previous stroke)) is recognized as '" ㅌ "'.

또한, "8"번 스트로크가 인식되고 "0"번 스트로크, "14"번 스트로크가 연속해서 오면 "ㅁ"으로 인식하고, "8"번 스트로크 다음에 "3"번 스트로크가 오게 되면 역시 "ㅁ"으로 인식한다.If stroke # 8 is recognized and stroke # 0 and stroke # 14 continue, it is recognized as stroke. If stroke # 8 comes after stroke # 8, then stroke # 8 Recognize it as ".

이상에서와 같은 방법으로 모든 자음을 인식하여 초성을 인식한다. 그리고 자음이 인식된 후 모음을 인식하여 중성을 인식함에 있어 이는 제6도 및 제7도에 도시한 모음 오토마타와 스트로크 도표를 이용하여 모음을 인식하는데, 이는 다음과 같다.In the same way as above, all consonants are recognized to recognize the consonants. When the consonants are recognized and the vowels are recognized, the vowels are recognized using the vowel automata and the stroke chart shown in FIGS. 6 and 7, as follows.

"9"번 스트로크(ㅣ(전 스트로크의 오른쪽))가 오면 "ㅣ"를 인식하고 다음에 "13"번 스트로크(ㅡ(전 스트로크의 오른쪽))가 오면 "ㅏ"로 인식한다. 또한 "9"번 스트로크가 인식되고 "13"번, "14"번, "9"번 스트로크가 연속해서 오면 "ㅐ"로 인식한다.When stroke # 9 (the right side of the previous stroke) comes, it recognizes it. When the stroke # 13 follows (-(the right side of the previous stroke)), it recognizes it as. If stroke # 9 is recognized and strokes # 13, # 14, and # 9 continue, it is recognized as.

예를 들면, "객"이란 문자정보가 입력되면 한글자소 오토마타(9)는 먼저 자소 오토마타를 수행하여 "0"번을 인식하고, 다음 모음 오토마타를 수행하여 "9"번, "13"번, "14"번, "9"번을 인식하며, 다시 자음 오토마타를 수행하여 "0"번을 각각 인식하여 한글인식부(10) 순차적으로 출력한다. 이에따라 상기 한글인식부(10)는 제7도에 도시한 인식코드값에 따라 스트로크를 인식하여 "객"이란 글자를 출력한다.For example, when the character information of "guest" is inputted, the Hangul alphabet automata (9) first performs the phoneme automata and recognizes "0", and performs the next vowel automata, "9", "13", Recognizes # 14 and # 9, and performs consonant automata again to recognize # 0 and # 1, respectively, and outputs the Hangul recognition unit 10 sequentially. Accordingly, the Hangul recognition unit 10 recognizes the stroke according to the recognition code value shown in FIG.

이와 같은 방법으로 인식하여 나가면 모든 모음인식이 가능하다. 모음을 인식하여 중성인식이 완료되면 다시 상기의 자음 오토마타를 수행하여 종성을 인식하고 다시 남은 스트로크가 있으면 자음 오토마타를 수행하여 종성을 복자음을 인식하는데, 이 인식되는 복자음의 경우는 제8도에 도시한 바와 같다.If it is recognized in this way, all vowel recognition is possible. When the vowel recognition and the neutral recognition are completed, the consonant automata is performed again to recognize the finality, and if there is a remaining stroke, the consonant automata is performed to recognize the final consonant. Same as one.

즉, 이와 같이 한글의 받침에서는 자음 오토마타에서 인식되지 않는 복자음이 나타나는데, 이것의 인식은 중성인식 후 남은 스트로크의 갯수를 이용하는데 종성에서 받침의 첫번째 자음을 인식한 후 나머지 스트로크가 있으면 다시한번 더 자음 오토마타를 수행시킨다. 이렇게 하여 첫번째의 자음과 두번째 자음과의 조합으로 복자음을 인식하게 되는 것이다.In other words, the consonants of Korean characters appear in the consonant automata, which is not recognized by the consonant automata. The recognition of the consonants uses the number of strokes remaining after the neutral recognition. Run the automata. In this way, the consonant is recognized by combining the first consonant and the second consonant.

다시말하면, 한글 자소 오토마타에서 한글을 인식하기 위해서는 먼저 초성을 인식해야 하는데 그러기 위해서는 먼저 자음 오토마타를 수행시키게 된다. 자음을 인식하고 남은 나머지 스토로크를 이용하여 중성 즉 모음을 인식한다. 이것 역시 모음 오토마타를 수행시키면 된다. 그리고 종성은 초.중성을 인식하고 나은 스트로크를 이용하고 자음 오토마타를 수행시킨다. 만약에 초.중성 인식 후 남은 스트로크가 없는 경우는 중성으로 끝나는 글자가 되는 것이다. 이러한 인식된 결과를 조합형 코드로 출력부에 내보내면 출력부에서는 한글을 표현하게 되는 것이다.In other words, in order to recognize Hangul in Korean alphabet automata, it is necessary to first recognize consonants. Recognize consonants and use the rest of the stroke to recognize neutrals or vowels. This is also done by running a vowel automata. And Jong-sung recognizes super-neutrality, uses better strokes and performs consonant automata. If there are no strokes remaining after the super and neutral recognition, the letters end with neutral. If the recognized result is exported to the output as a combination code, the output will be represented in Hangul.

이상에서 상세히 설명한 바와 같이 본 발명은 기존의 데스크탑 컴퓨터에서 키보드를 대체시킬 수 있는 것으로 사용자가 들고 다니면서 간단한 메모등을 종이 위에 필기하듯이 액정 태블릿위에 한글을 필기하게 되면 기억장치에 메모리되는 것으로, 기존의 스트로크 매칭법에 비해 메모리의 크기를 줄일 수 있음과 아울러 한글자소 인식 방법을 구현하므로써 계산량을 줄여 인식 속도를 높일 수 있는 효과가 있다.As described in detail above, the present invention can replace the keyboard in the existing desktop computer, and when the user writes the Hangul on the liquid crystal tablet as if he or she writes a simple memo on paper, the memory is stored in the memory device. Compared to the stroke matching method, the memory size can be reduced, and the Hangul alphabet recognition method can be implemented to increase the recognition speed by reducing the calculation amount.

Claims (2)

블릿입출력부(1)을 통해 입력되는 데이타 정보가 입력되면 인식시에 필요없는 데이타를 제거하여 필요한 정보만 선택하도록 한 전처리단계와, 상기 단계에서 전처리된데이타 정보에 따라 특징점 추출하는 특징점추출단계와, 상기 단계에서 추출된 특징점에 따라 스트로크를 인식하는 스트로크인식단계와, 상기 단계에서 인식된 스트로크 입력에 따라 초성, 중성, 종성에 대한 자음 및 모음 오토마타를 수행하여 자소를 인식하는 자소 오토마타 수행단계와, 상기 단계에서 인식된 스트로크의 인식코드값에 따라 한글을 인식하여 상기 태블릿입출력부(1)로 출력하는 한글인식단계로 이루어짐을 특징으로 하는 자소 오토마타를 이용한 온라인 필기체 문자인식 방법.A preprocessing step of removing unnecessary data at the time of recognition and selecting only necessary information when data information inputted through the block input / output unit 1 is input, and a feature point extracting step of extracting feature points according to the preprocessed data information; A stroke recognition step of recognizing a stroke according to the feature point extracted in the step; a consonant automata performing step of recognizing the phoneme by performing consonants and vowel automata for initial, neutral, and final according to the stroke input recognized in the step; And a Hangul recognition step of recognizing the Hangul according to the recognition code value of the stroke recognized in the step and outputting it to the tablet input / output unit (1). 제1항에 있어서, 상기 자소 오토마타 수행단계는 스트로크가 입력되면 자음 오토마타를 수행하여 초성을 인식하는 초성인식단계와, 상기 단계에서 인식하고 남은 스트로크가 있는지 없는지를 체크하는 스트로크 체크단계와, 상기 단계에서 남아있는 스트로크가 있으면 모음 오토마타를 수행하여 중성을 인식하는 중성인식단계와, 상기 단계에서 중성인식후 다시 스트로크가 있으면 자음 오토마타를 수행하여 종성을 인식하는 종성인식단계와, 상기 단계에서 남아있는 스트로크가 없으면 종료하고 남아있는 스트로크가 있으면 다시 자음 오토마타를 수행하여 복자음을 인식하도록 한 복자음인식단계로 이루어짐을 특징으로 하는 자소 오토마타를 이용한 온라인 필기체 문자인식방법.The method of claim 1, wherein the phoneme automata performing step comprises: a consonant recognition step of performing consonant automata when a stroke is input, recognizing a consonant; a stroke checking step of checking whether there is a remaining stroke recognized in the step; A neutral recognition step for recognizing neutrality by performing vowel automata if there is a stroke remaining in the step; and a final recognition step for recognizing finality by performing consonant automata if there is a stroke after neutral recognition in the step; If there is no end, and if there is a remaining stroke, the consonant automata performed by the consonant autorecognition step to recognize the consonant consonants, characterized in that the online handwritten character recognition method using the phoneme automata.
KR1019910019476A 1991-11-02 1991-11-02 Recogntion method of on-line writing down character using stroke automata KR930012140B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019910019476A KR930012140B1 (en) 1991-11-02 1991-11-02 Recogntion method of on-line writing down character using stroke automata

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019910019476A KR930012140B1 (en) 1991-11-02 1991-11-02 Recogntion method of on-line writing down character using stroke automata

Publications (2)

Publication Number Publication Date
KR930010780A KR930010780A (en) 1993-06-23
KR930012140B1 true KR930012140B1 (en) 1993-12-24

Family

ID=19322219

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019910019476A KR930012140B1 (en) 1991-11-02 1991-11-02 Recogntion method of on-line writing down character using stroke automata

Country Status (1)

Country Link
KR (1) KR930012140B1 (en)

Also Published As

Publication number Publication date
KR930010780A (en) 1993-06-23

Similar Documents

Publication Publication Date Title
US5029223A (en) Constraint driven-on line recognition of handwritten characters and symbols
US5467407A (en) Method and apparatus for recognizing cursive writing from sequential input information
Manke et al. A connectionist recognizer for on-line cursive handwriting recognition
Elaiwat Holistic word descriptor for lexicon reduction in handwritten arabic documents
KR930012140B1 (en) Recogntion method of on-line writing down character using stroke automata
KR970059977A (en) Online Character Recognition Method and Online Character Recognition Device
JP3208340B2 (en) How to recognize continuous text
KR940007345B1 (en) On-line recognitin method of hand-written korean character
JPS592191A (en) Recognizing and processing system of handwritten japanese sentence
Duneau et al. On-line cursive script recognition: A user-adaptive system for word identification
KR950005533B1 (en) On-line character recognizing system
JPS5842904B2 (en) Handwritten kana/kanji character recognition device
KR100356503B1 (en) Device for recognizing learning character
KR940003828B1 (en) On-line recognizing method of hand-written korean character
Alhubaiti et al. Typefaces and Ligatures in Printed Arabic Text: A Deep Learning-Based OCR Perspective
KR930012141B1 (en) Recogntion method for on-line writing down character
KR950020298A (en) Hangul Handwriting Online Character Recognition Device and Method
Nguyen et al. Recognizing Vietnamese online handwritten separated characters
JP3266441B2 (en) Character recognition method
JPH0366704B2 (en)
KR100277941B1 (en) A handwriting recognition method with a discriminant design of Hangul grapheme
KR970000276B1 (en) Hand-written type character recognizing method
JPS6059487A (en) Recognizer of handwritten character
KR900005141B1 (en) Handwritter character recognizing device
JPH0830717A (en) Character recognition method and device therefor

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
G160 Decision to publish patent application
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 19951226

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee