초록
본 논문은 모바일 터치스크린을 이용한 필기체 문자 인식 알고리즘을 제안하고, 구현된 내용을 기술한다. 제안된 시스템은 PXA320 프로세서, 정전 용량 터치 패널과 QT4를 이용한 인터페이스로 구성하였다. C++ 언어를 사용하고 제안된 알고리즘은 문자의 특성을 직선, 좌호, 우호 특징을 추출하여 3진 트리 방식으로 입력되는 문자를 결정한다. 영문자에 대한 테스트를 통하여 성능을 검증하였다. 기존 방식보다 간단한 알고리즘으로 구성되므로, 모바일 터치 스크린의 문자인식에 적용이 가능하다.
This paper describes the implementation and algorithm of handwritten character recognition using mobile touch screen. The system is consisted of PXA320 processor, capacitive touch panel and QT4 interface. The proposed algorithm extracts pattern characteristics with straight, left circle, right circle on the inputting character. The definition of character is determined by 3-way tree searching method. The performance of proposed algorithm is verified using alphabet character. It is suitable to apply the mobile touch screen because of simple algorithm.