- 실시간 응용을 위한 안드로이드 플랫폼에서의 안면 검출 시스템 구현
- ㆍ 저자명
- 한병길,임길택,Han. Byung-Gil,Lim. Kil-Taek
- ㆍ 간행물명
- 대한임베디드공학회논문지
- ㆍ 권/호정보
- 2013년|8권 3호|pp.137-143 (7 pages)
- ㆍ 발행정보
- 대한임베디드공학회
- ㆍ 파일정보
- 정기간행물| PDF텍스트
- ㆍ 주제분야
- 기타
This paper describes an implementation of face detection technology for a real-time application on the Android platform. Java class of Face-Detection for detection of human face is provided by the Android API. However, this function is not suitable to apply for the real-time applications due to inadequate detection speed and accuracy. In this paper, the AdaBoost based classification method which utilizes Local Binary Pattern (LBP) histogram is employed for face detection. The face detection module has been developed by C/C++ language for high-speed image processing, and this module is included to the Android platform using the Java Native Interface (JNI). The experiments were carried out in the Java-based environment and JNI-based environment. The experimental results have shown that the performance of JNI-based is faster than Java-based method and our system is well enough to apply for real-time applications.