International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 14 - Number 3 |
Year of Publication: 2011 |
Authors: Tarun Kumar, Kushal Veer Singh, Shekhar Malik |
10.5120/1827-2426 |
Tarun Kumar, Kushal Veer Singh, Shekhar Malik . Artificial Neural Network in Face Detection. International Journal of Computer Applications. 14, 3 ( January 2011), 5-7. DOI=10.5120/1827-2426
Face detection is one of the challenging problems in the image processing. The basic aim of face detection is determine if there is any face in an image. And then locate position of a face in image. Human face detected in an image can represent the presence of a human in a place. Evidently, face detection is the first step towards creating an automated system, which may involve other face processing. The novel face detection approach relies on neural networks, which can be used to detect faces by using transformation fast Fourier transform (FFT). The neural network is created and trained with training set of faces and non-faces. The network used is a two layer feed-forward network. There are two modifications for the classical use of neural networks in face detection. First, the neural network tests only the face candidate regions for faces, thus the search space is reduced. Second, the window size used by the neural network in scanning the input image is adaptive and depends on the size of the face candidate region. All results are implemented in MATLAB 7.0 environment.