ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Journal Article 실시간 응용을 위한 안드로이드 플랫폼에서의 안면 검출 시스템 구현
Cited - time in scopus Share share facebook twitter linkedin kakaostory
Authors
한병길, 임길택
Issue Date
2013-06
Citation
대한임베디드공학회논문지, v.8, no.3, pp.137-143
ISSN
1975-5066
Publisher
대한임베디드공학회
Language
Korean
Type
Journal Article
DOI
https://dx.doi.org/10.14372/IEMEK.2013.8.3.137
Abstract
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.
KSP Keywords
C/C++ language, Classification method, Detection speed, Detection technology, High Speed, Human face, Image processing(IP), Java-based, Real-Time applications, android platform, face detection