2009
DOI: 10.1002/cpe.1389
|View full text |Cite
|
Sign up to set email alerts
|

A high‐performance face detection system using OpenMP

Abstract: SUMMARYWe present the development of a novel high-performance face detection system using a neural networkbased classification algorithm and an efficient parallelization with OpenMP. We discuss the design of the system in detail along with experimental assessment. Our parallelization strategy starts with one level of threads and moves to the exploitation of nested parallel regions in order to further improve, by up to 19%, the image-processing capability. The presented system is able to process images in real … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
12
0

Year Published

2012
2012
2018
2018

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 16 publications
(12 citation statements)
references
References 8 publications
(7 reference statements)
0
12
0
Order By: Relevance
“…As already mentioned in Section 2, we also experimented with a full face detection application, which has been described in detail by Hadjidoukas et al [5]. It takes as input an image and discovers the number of faces depicted in it, along with their position in the image.…”
Section: Face Detectionmentioning
confidence: 99%
“…As already mentioned in Section 2, we also experimented with a full face detection application, which has been described in detail by Hadjidoukas et al [5]. It takes as input an image and discovers the number of faces depicted in it, along with their position in the image.…”
Section: Face Detectionmentioning
confidence: 99%
“…Furthermore, we propose efficient parallelisation strategies based on two different architectures: (i) message passing and (ii) shared memory architecture. OpenMP API is used, which allows incremental and scalable parallelisation of existing code, providing thus a fast way of parallelising the face detection system with minimal changes to its data structures and algorithm [13].…”
Section: Introductionmentioning
confidence: 99%
“…In this context, the most successful algorithms for face detection are usually executed on real‐time systems on high‐end CPUs in order to leverage their high processing power . However, similar implementations executed on low‐power CPUs (eg, those present on mobile devices) will not work fast enough to meet real‐time restrictions.…”
Section: Introductionmentioning
confidence: 99%